Cancer Pathology Data Sharing, published by . This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. 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 "2149.100004300-us"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2021-07-21T17:28:29.662+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#ztevqGNWkAeiwyc5" ]
];
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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"2149.100004300-us\" Version \"1\" Updated \"2021-07-21 05:28:29+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #ztevqGNWkAeiwyc5!</p></div><p><b>identifier</b>: id: Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1#2149.100004300</p><p><b>status</b>: final</p><p><b>code</b>: ?Distant Metastasis (pM) (Note I) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (example.org#2149.100004300)</span></p><p><b>subject</b>: <a href=\"Patient-JoelAlexPatient.html\">Patient/JoelAlexPatient</a> \" JOEL\"</p><p><b>value</b>: ?Not applicable - pM cannot be determined from the submitted specimen(s) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (example.org#20895.100004300)</span></p></div>"
];
fhir:Observation.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "https://example.org" ];
fhir:Identifier.value [ fhir:value "Adrenal.Bx.Res.129_3.002.011.RC1_sdcFDF3d1c4fe4-09c3-4a7e-877f-9ddb160da6db/ver1#2149.100004300" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://example.org" ];
fhir:Coding.code [ fhir:value "2149.100004300" ];
fhir:Coding.display [ fhir:value "?Distant Metastasis (pM) (Note I)" ] ]
];
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://example.org" ];
fhir:Coding.code [ fhir:value "20895.100004300" ];
fhir:Coding.display [ fhir:value "?Not applicable - pM cannot be determined from the submitted specimen(s)" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.