FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeObservation
IdObservation-us-ph-lab-result-eve-everywoman-lymphocytes.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation

Resource Observation "us-ph-lab-result-eve-everywoman-lymphocytes"

Profile: US Public Health Laboratory Result Observation Profile

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Lymphocytes [#/volume] in Blood by Automated count (LOINC#731-0)

subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"

effective: 2018-03-07

value: 5.2 10*3/uL (Details: UCUM code 10*3/uL = '10*3/uL')

interpretation: High (ObservationInterpretation#H)

ReferenceRanges

-LowHigh
*1 10*3/uL (Details: UCUM code 10*3/uL = '10*3/uL')4.8 10*3/uL (Details: UCUM code 10*3/uL = '10*3/uL')

Source1

{
  "resourceType": "Observation",
  "id": "us-ph-lab-result-eve-everywoman-lymphocytes",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/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/us-ph-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://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 1,
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "high": {
        "value": 4.8,
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      }
    }
  ]
}