Cancer Pathology Data Sharing 1.0.1 - STU 1.0.1
This page is part of the Sharing eCC Data from Pathology Labs to EHR (v1.0.1: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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:MessageHeader ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pathology-message-header"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2022-03-22T18:05:41.704+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#KpRhHczzPLvObUsm"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-message-header"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-message-header> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> SDC example Message Bundle for fake patient Alex including Patient, Encounter</p>\n </div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-report-initiation-type"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-report-initiation-types"^^xsd:anyURI ] ; fhir:code [ fhir:v "manually-initiated" ] ; fhir:display [ fhir:v "Indicates a report was initiated to a manual action by the provider." ] ] ) ] ] ) ; # fhir:event [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types"^^xsd:anyURI ] ; fhir:code [ fhir:v "cancer-report-message" ] ] ; # fhir:destination ( [ fhir:endpoint [ fhir:v "http://example.com/fhir/cerner-test"^^xsd:anyURI ] ] ) ; # fhir:sender [ fhir:reference [ fhir:v "Organization/Redwood-Womens-Center-PC" ] ] ; # fhir:source [ fhir:name [ fhir:v "IHE SDC on FHIR Parser" ] ; fhir:endpoint [ fhir:v "http://example.com/fhir/mtuitive-test"^^xsd:anyURI ] ] ; # fhir:reason [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI ] ; fhir:code [ fhir:v "new-labresult" ] ] ) ] ; # fhir:focus ( [ fhir:reference [ fhir:v "Bundle/us-pathology-content-bundle-example" ] ] ) . #