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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4b
Resource TypeObservation
IdObservation-LabExample1.json
FHIR VersionR4B

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 LabExample1

status: Amended

category: Laboratory

code: Cholesterol

subject: Fhir D Cds Jr., DDS

effective: 2019-09-23 13:50:39+0000

issued: 2019-09-23 14:50:39+0000

performer: Marty Seeger, MD

value: 105 mg/dL (Details: UCUM codemg/dL = 'mg/dL')

interpretation: Abnormal

note: From the Results Generator

ReferenceRanges

-LowHighText
*128 mg/dL (Details: UCUM codemg/dL = 'mg/dL')250 mg/dL (Details: UCUM codemg/dL = 'mg/dL')128 - 250 mg/dL

Source1

{
  "resourceType": "Observation",
  "id": "LabExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "amended",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2093-3",
        "display": "Cholesterol [Mass/volume] in Serum or Plasma"
      }
    ],
    "text": "Cholesterol"
  },
  "subject": {
    "reference": "Patient/PatientExample1",
    "display": "Fhir D Cds Jr., DDS"
  },
  "effectiveDateTime": "2019-09-23T13:50:39Z",
  "issued": "2019-09-23T14:50:39Z",
  "performer": [
    {
      "reference": "Practitioner/PractitionerExample1",
      "display": "Marty Seeger, MD"
    }
  ],
  "valueQuantity": {
    "value": 105,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "A",
          "display": "Abnormal"
        }
      ],
      "text": "Abnormal"
    }
  ],
  "note": [
    {
      "text": "From the Results Generator"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 128,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "high": {
        "value": 250,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "text": "128 - 250 mg/dL"
    }
  ]
}