Publication Build: This will be filled in by the publication tooling
Turtle Format: MessageHeader-msg1
Download Raw ttl
@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:MessageHeader; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "msg1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> Example Message Header</p> \n </div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/meds/StructureDefinition/header-timestamp-extension" ]; fhir:Extension.valueDateTime [ fhir:value "2020-07-21"^^xsd:date ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/meds/StructureDefinition/response-prescription-period-extension" ]; fhir:Extension.valuePeriod [ fhir:Period.start [ fhir:value "2010-05-23"^^xsd:date ]; fhir:Period.end [ fhir:value "2020-07-27"^^xsd:date ] ] ]; fhir:MessageHeader.eventCoding [ fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.26" ]; fhir:Coding.code [ fhir:value "pdmp-request-response" ] ]; fhir:MessageHeader.source [ fhir:MessageHeader.source.name [ fhir:value "Clinical Care Site" ]; fhir:MessageHeader.source.endpoint [ fhir:value "llp:10.11.12.13:7867" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.