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 "2137.100004300-us"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-07-21T17:28:29.664+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#BIamhABhWYvNUAVB" ]
];
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#2137.100004300</p><p></p><p><b>code</b>: <span title=\"Codes: {https://CAP.org 2137.100004300}\">Primary Tumor (pT)</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Generated Summary: id: JoelAlexPatient; Jose Rodriguez ; gender: male</a></p><p><b>value</b>: <span title=\"Codes: {https://CAP.org 2142.100004300}\">pTX: Primary tumor cannot be assessed</span></p></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#2137.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 "2137.100004300" ];
fhir:Coding.display [ fhir:value "Primary Tumor (pT)" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/JoelAlexPatient" ]
];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://CAP.org" ];
fhir:Coding.code [ fhir:value "2142.100004300" ];
fhir:Coding.display [ fhir:value "pTX: Primary tumor cannot be assessed" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.