CH EMS (R4)
1.9.0 - Standard for Trial Use
This page is part of the CH EMS (R4) (v1.9.0: STU) 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:Coverage; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "1-CoveragePeterMuster"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-coverage"; fhir:index 0; fhir:link <http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-coverage> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: 1-CoveragePeterMuster</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 80756003760012390001</p><p><b>status</b>: active</p><p><b>beneficiary</b>: <a href=\"Patient-1-PeterMuster.html\">Generated Summary: id: 1-PeterMuster; id: 7560123123499, Medical record number: 762354; Peter Muster (OFFICIAL); gender: male; birthDate: 1961-10-01</a></p><p><b>payor</b>: <a name=\"kpt\"> </a></p><blockquote><p><b>id</b>: kpt</p><p><b>meta</b>: </p><p><b>name</b>: KPT</p></blockquote></div>" ]; fhir:DomainResource.contained [ a fhir:Organization; fhir:index 0; fhir:Resource.id [ fhir:value "kpt" ]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Organization"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/Organization> ] ]; fhir:Organization.name [ fhir:value "KPT" ] ]; fhir:Coverage.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.123.100.1.1.1" ]; fhir:Identifier.value [ fhir:value "80756003760012390001" ] ]; fhir:Coverage.status [ fhir:value "active"]; fhir:Coverage.beneficiary [ fhir:Reference.reference [ fhir:value "Patient/1-PeterMuster" ] ]; fhir:Coverage.payor [ fhir:index 0; fhir:Reference.reference [ fhir:value "#kpt" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.