CH EPR mHealth (R4)
1.1.0 - DSTU 2 Informative Ballot
This page is part of the CH EPR mHealth (R4) (v1.1.0: DSTU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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 "ParametersPIXmOutput"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-out-parameters";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-out-parameters> ]
];
fhir:Parameters.parameter [
fhir:index 0;
fhir:Parameters.parameter.name [ fhir:value "targetIdentifier" ];
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "urn:oid:2.999.5.6.7" ];
fhir:Identifier.value [ fhir:value "value of MPI-PID" ] ]
], [
fhir:index 1;
fhir:Parameters.parameter.name [ fhir:value "targetIdentifier" ];
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.3" ];
fhir:Identifier.value [ fhir:value "value of EPR-SPID" ] ]
], [
fhir:index 2;
fhir:Parameters.parameter.name [ fhir:value "targetId" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/Patient/FranzMusterNeedsAbsoluteUrl>;
fhir:Reference.reference [ fhir:value "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.