This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 "binet-stage-group-A"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-stage-group";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-stage-group> ]
];
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></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 21914-7}\">Stage group.other Cancer</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-adam-everyman.html\">Generated Summary: Medical Record Number: m123 (USUAL); Adam A. Everyman ; gender: male; birthDate: 1962-02-05</a></p><p><b>effective</b>: 2020-05-18</p><p><b>value</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C2698392}\">Binet Stage A</span></p><p><b>method</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/umls C4683625}\">Binet Staging</span></p><p><b>derivedFrom</b>: <a href=\"Observation-lab-result-observation-hemoglobin.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span>; effective: 2020-03-06; 13.5 g/dl</a></p></div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:21914-7;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "21914-7" ];
fhir:Coding.display [ fhir:value "Stage group.other Cancer" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/cancer-patient-adam-everyman" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2020-05-18"^^xsd:date];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/umls" ];
fhir:Coding.code [ fhir:value "C2698392" ];
fhir:Coding.display [ fhir:value "Binet Stage A" ] ]
];
fhir:Observation.method [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/umls" ];
fhir:Coding.code [ fhir:value "C4683625" ];
fhir:Coding.display [ fhir:value "Binet Staging" ] ]
];
fhir:Observation.derivedFrom [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/lab-result-observation-hemoglobin" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.