US Core Implementation Guide (Release 1.0.1)

This page is part of the US Core (v1.0.1: STU1) based on FHIR R3. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

DiagnosticReport cbc

Formats: Narrative, XML, JSON, Turtle

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";
       fhir:index 0     ]
  ];
  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>: Hematology <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v2/0074 code 'HM' = 'Hematology', given as 'Hematology'})</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: 20/02/2007</a></p><p><b>effective</b>: 05/07/2005</p><p><b>issued</b>: 06/07/2005 11:45:33 AM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Organization-acme-lab.html\">Acme Laboratory, Inc. Generated Summary: id: acme-lab; 1144221847, 2523423456; active; <span title=\"Codes: {http://hl7.org/fhir/organization-type prov}\">Healthcare Provider</span>; name: Acme Labs; ph: (+1) 734-677-7777, hq@acme.org</a></td></tr></table><p><b>result</b>: </p><ul><li><a href=\"Observation-neutrophils.html\">NEUTROPHILS. Generated Summary: id: neutrophils; <span title=\"Codes: {http://hl7.org/fhir/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 770-8}\">Neutrophils %</span>; Amy Shaw; effective: 05/07/2005; 40.0 %</a></li><li><a href=\"Observation-mchc.html\">MCHC. Generated Summary: id: mchc; <span title=\"Codes: {http://hl7.org/fhir/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 786-4}\">MCHC RBC Auto-mCnc</span>; Amy Shaw; effective: 05/07/2005; 34.7 g/dL</a></li><li><a href=\"Observation-hemoglobin.html\">HEMOGLOBIN. Generated Summary: id: hemoglobin; <span title=\"Codes: {http://hl7.org/fhir/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 718-7}\">Hgb Bld-mCnc</span>; Amy Shaw; effective: 05/07/2005; 17.0 g/dL</a></li><li><a href=\"Observation-erythrocytes.html\">ERYTHROCYTES. Generated Summary: id: erythrocytes; <span title=\"Codes: {http://hl7.org/fhir/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 789-8}\">RBC # Bld Auto</span>; Amy Shaw; effective: 05/07/2005; 4.58 10*6/uL</a></li></ul></div>"
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0074" ];
       fhir:Coding.code [ fhir:value "HM" ];
       fhir:Coding.display [ fhir:value "Hematology" ]     ]
  ];
  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:DiagnosticReport.performer.actor [
       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.