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:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "FranzMusterNeedsAbsoluteUrl"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Franz Muster </b> male, DoB: 1995-01-27 ( id: value of MPI-PID)</p></div>"
];
fhir:Patient.identifier [
fhir:index 0;
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:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "MR" ] ] ];
fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.888888.3.1" ];
fhir:Identifier.value [ fhir:value "8734" ]
];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Muster" ];
fhir:HumanName.given [
fhir:value "Franz";
fhir:index 0 ]
], [
fhir:index 1;
fhir:HumanName.family [
fhir:value "Muster";
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" ];
fhir:Extension.valueCode [ fhir:value "BR" ] ] ]
];
fhir:Patient.gender [ fhir:value "male"];
fhir:Patient.birthDate [ fhir:value "1995-01-27"^^xsd:date];
fhir:Patient.managingOrganization [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ];
fhir:Identifier.value [ fhir:value "7601000201041" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.