CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use
This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions 
Source view
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Parameters;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ParametersPmirInput"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters> ]
];
fhir:Parameters.parameter [
fhir:index 0;
fhir:Parameters.parameter.name [ fhir:value "sourceIdentifier" ];
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "urn:oid:1.2.3" ];
fhir:Identifier.value [ fhir:value "123" ] ]
], [
fhir:index 1;
fhir:Parameters.parameter.name [ fhir:value "targetSystem" ];
fhir:Parameters.parameter.valueUri [ fhir:value "urn:oid:5.6.7" ]
], [
fhir:index 2;
fhir:Parameters.parameter.name [ fhir:value "_format" ];
fhir:Parameters.parameter.valueCode [ fhir:value "application/fhir+json" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.