This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) 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:MessageHeader;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "pathology-message-header"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2021-08-06T14:01:37.114+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#ZUtzI9gMaQppmoj3" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-message-header";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-message-header> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> SDC example Message Bundle for fake patient Jose including Patient, Encounter</p>\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-messageProcessingCategory" ];
fhir:Extension.valueCode [ fhir:value "consequence" ]
];
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types" ];
fhir:Coding.code [ fhir:value "cancer-report-message" ]
];
fhir:MessageHeader.destination [
fhir:index 0;
fhir:MessageHeader.destination.endpoint [ fhir:value "http://example.com/fhir/cerner-test" ]
];
fhir:MessageHeader.sender [
fhir:Reference.reference [ fhir:value "Organization/Redwood-Womens-Center-PC" ]
];
fhir:MessageHeader.source [
fhir:MessageHeader.source.name [ fhir:value "IHE SDC on FHIR Parser" ];
fhir:MessageHeader.source.endpoint [ fhir:value "http://example.com/fhir/mtuitive-test" ]
];
fhir:MessageHeader.reason [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents" ];
fhir:Coding.code [ fhir:value "new-labresult" ] ]
];
fhir:MessageHeader.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "DiagnosticReport/pathology-diagnostic-report" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.