electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Observation-us-core-observation-results-eve-everywoman-lymphocytes

Raw json

{
  "resourceType" : "Observation",
  "id" : "us-core-observation-results-eve-everywoman-lymphocytes",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observationresults"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"> 
      <p> 
        <b>Generated Narrative with Details</b> </p> 
      <p> 
        <b>id</b>: us-core-observation-results-eve-everywoman-lymphocytes</p> 
      <p> 
        <b>meta</b>: </p> 
      <p> 
        <b>status</b>: final</p> 
      <p> 
        <b>category</b>: Laboratory 
        <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/observation-category code 'laboratory' = 'Laboratory', given as 'Laboratory'})</span> </p> 
      <p> 
        <b>code</b>: Lymphocytes [#/​volume] in Blood by Automated count 
        <span style="background: LightGoldenRodYellow">(Details : {LOINC code '731-0' = 'Lymphocytes [#/​volume] in Blood by Automated count'})</span> </p> 
      <p> 
        <b>subject</b>: 
        <b>name</b>: Eve Everywoman 
        <b>identifier</b>: Medical Record Number = 1032702 (http://hospital.smarthealthit.org), SSN = 11-00-1234 (USUAL)</p> 
      <p> 
        <b>effective</b>: Nov 11, 2016</p> 
      <p> 
        <b>value</b>: 5.2 10*3/uL 
        <span style="background: LightGoldenRodYellow">(Details: UCUM code 10*3/uL')</span> </p> 
      <p> 
        <b>interpretation</b>: High 
        <span style="background: LightGoldenRodYellow">(Details: http://hl7.org/fhir/ValueSet/observation-interpretation code 'H' = 'High')</span> </p> 
      <h3>ReferenceRanges</h3> 
      <table class="grid"> 
        <tr> 
          <td>-</td> 
          <td> 
            <b>Low</b> 
            <b>High</b> </td> </tr> 
        <tr> 
          <td>*</td> 
          <td>1.0 10*3/uL 
            <span style="background: LightGoldenRodYellow">(Details: UCUM code 10*3/uL')</span> </td> 
          <td>4.8 10*3/uL 
            <span style="background: LightGoldenRodYellow">(Details: UCUM code 10*3/uL')</span> </td> </tr> </table> </div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ],
      "text" : "Laboratory"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "731-0",
        "display" : "Lymphocytes [#/volume] in Blood by Automated count"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ecr-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectiveDateTime" : "2018-03-07",
  "valueQuantity" : {
    "value" : 5.2,
    "system" : "http://unitsofmeasure.org",
    "code" : "10*3/uL"
  },
  "interpretation" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v2/0078",
        "code" : "H",
        "display" : "High"
      }
    ]
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 1.0,
        "system" : "http://unitsofmeasure.org",
        "code" : "10*3/uL"
      },
      "high" : {
        "value" : 4.8,
        "system" : "http://unitsofmeasure.org",
        "code" : "10*3/uL"
      }
    }
  ]
}