This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 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
{ "resourceType" : "Observation", "id" : "mCODETumorMarkerTestExample01", "meta" : { "profile" : [ "http://hl7.org/fhir/us/mcode/StructureDefinition/onco-core-TumorMarkerTest" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>*** mCODE Example: Tumor Marker Test Example: Epidermal growth factor receptor Ag (EGFR) ***</b></p><p><b>Patient Name</b>: John B. Anyperson </p><p><b>MRN</b>: m123 </p><p><b>Test Date</b>: 04/01/19 </p><p><b>EGFR Status</b>: Positive</p></div>" }, "status" : "final", "category" : [ { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/observation-category", "code" : "laboratory", "display" : "Laboratory" } ] } ], "code" : { "coding" : [ { "system" : "http://loinc.org", "code" : "39004-7", "display" : "Epidermal growth factor receptor Ag [Presence] in Tissue" } ], "text" : "EGFR" }, "subject" : { "reference" : "Patient/mCODEPatientExample01", "display" : "John B. Anyperson" }, "effectiveDateTime" : "2019-04-01", "valueCodeableConcept" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "10828004", "display" : "Positive (qualifier value)" } ] } }