This page is part of a downloaded copy of this specification. This page is part of the US Core Implementation Guide (v3.0.1: STU3 Ballot 2) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions
Turtle Format: DiagnosticReport-cbc
Download Raw ttl
@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:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cbc"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "205814" ]; fhir:Meta.lastUpdated [ fhir:value "2016-03-09T15:35:58.045+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cbc</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0074 code 'LAB' = 'Laboratory', given as 'Laboratory'})</span></p><p><b>code</b>: Complete blood count (hemogram) panel - Blood by Automated count <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '58410-2' = 'Complete blood count (hemogram) panel - Blood by Automated count', given as 'Complete blood count (hemogram) panel - Blood by Automated count'})</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a></p><p><b>effective</b>: Jul 5, 2005 12:00:00 AM</p><p><b>issued</b>: Jul 5, 2005 8:45:33 PM</p><p><b>performer</b>: <a href=\"Organization-acme-lab.html\">Acme Laboratory, Inc. Generated Summary: id: acme-lab; 1144221847, 12D4567890; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Acme Labs; ph: (+1) 734-677-7777, hq@acme.org</a></p><p><b>result</b>: </p><ul><li><a href=\"Observation-neutrophils.html\">NEUTROPHILS. Generated Summary: id: neutrophils; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 770-8}\">Neutrophils %</span>; effective: Jul 5, 2005 12:00:00 AM; 40.0 %</a></li><li><a href=\"Observation-mchc.html\">MCHC. Generated Summary: id: mchc; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 786-4}\">MCHC RBC Auto-mCnc</span>; effective: Jul 5, 2005 12:00:00 AM; 34.7 g/dL</a></li><li><a href=\"Observation-hemoglobin.html\">HEMOGLOBIN. Generated Summary: id: hemoglobin; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 718-7}\">Hgb Bld-mCnc</span>; effective: Jul 5, 2005 12:00:00 AM; 17.0 g/dL</a></li><li><a href=\"Observation-erythrocytes.html\">ERYTHROCYTES. Generated Summary: id: erythrocytes; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 789-8}\">RBC # Bld Auto</span>; effective: Jul 5, 2005 12:00:00 AM; 4.58 10*6/uL</a></li></ul></div>" ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "LAB" ]; fhir:Coding.display [ fhir:value "Laboratory" ] ] ]; fhir:DiagnosticReport.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:58410-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "58410-2" ]; fhir:Coding.display [ fhir:value "Complete blood count (hemogram) panel - Blood by Automated count" ] ] ]; fhir:DiagnosticReport.subject [ fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Amy Shaw" ] ]; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2005-07-05"^^xsd:date]; fhir:DiagnosticReport.issued [ fhir:value "2005-07-06T11:45:33+11:00"^^xsd:dateTime]; fhir:DiagnosticReport.performer [ fhir:index 0; fhir:Reference.reference [ fhir:value "Organization/acme-lab" ]; fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ] ]; fhir:DiagnosticReport.result [ fhir:index 0; fhir:Reference.reference [ fhir:value "Observation/neutrophils" ]; fhir:Reference.display [ fhir:value "NEUTROPHILS" ] ], [ fhir:index 1; fhir:Reference.reference [ fhir:value "Observation/mchc" ]; fhir:Reference.display [ fhir:value "MCHC" ] ], [ fhir:index 2; fhir:Reference.reference [ fhir:value "Observation/hemoglobin" ]; fhir:Reference.display [ fhir:value "HEMOGLOBIN" ] ], [ fhir:index 3; fhir:Reference.reference [ fhir:value "Observation/erythrocytes" ]; fhir:Reference.display [ fhir:value "ERYTHROCYTES" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.