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:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "53526.100004300-us"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-07-21T17:28:29.963+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#uRWAgSPtu4PHJ4FA" ]
];
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>identifier</b>: id: Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1.53526.100004300</p><p></p><p><b>code</b>: <span title=\"Codes: {https://CAP.org 53526.100004300}\">53526.100004300</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Generated Summary: id: JoelAlexPatient; Jose Rodriguez ; gender: male</a></p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td><span title=\"Codes: {https://CAP.org 58229.100004300}\">Diaphragm</span></td></tr></table></div>"
];
fhir:Observation.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "https://CAP.org" ];
fhir:Identifier.value [ fhir:value "Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1.53526.100004300" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://CAP.org" ];
fhir:Coding.code [ fhir:value "53526.100004300" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/JoelAlexPatient" ]
];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://CAP.org" ];
fhir:Coding.code [ fhir:value "58229.100004300" ];
fhir:Coding.display [ fhir:value "Diaphragm" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.