International Patient Summary 1.0.0 Release 1.0 - CI Build
International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions
Raw ttl | Download
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "2.16.840.1.113883.11.20.9.18--20160623000000"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.5.1001</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>EVN</td><td>event (occurrence.html)</td></tr><tr><td>INT</td><td>intent</td></tr></table></li></ul></div>" ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" ]; fhir:Extension.valuePeriod [ fhir:Period.start [ fhir:value "2016-06-23T00:00:00+01:00"^^xsd:dateTime ] ] ]; # fhir:ValueSet.url [ fhir:value "http://localhost:8877/fhir/ValueSet/2.16.840.1.113883.11.20.9.18--20160623000000"]; # fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.11.20.9.18" ] ]; # fhir:ValueSet.version [ fhir:value "1.0"]; # fhir:ValueSet.name [ fhir:value "MoodCodeEvnInt"]; # fhir:ValueSet.title [ fhir:value "MoodCodeEvnInt"]; # fhir:ValueSet.status [ fhir:value "active"]; # fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # fhir:ValueSet.date [ fhir:value "2023-01-12T22:27:49+01:00"^^xsd:dateTime]; # fhir:ValueSet.publisher [ fhir:value "Health Level Seven"]; # fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 International - International Patient Summary" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/structure" ] ] ]; # fhir:ValueSet.description [ fhir:value "MoodCodeEvnInt"]; # fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean]; # fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:2.16.840.1.113883.5.1001" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "EVN" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "event (occurrence.html)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "INT" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "intent" ] ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.