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

FHIR IG analytics

Packagendhm.in
Resource TypeObservation
IdObservation-lab-example-01.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 lab-example-01

status: Final

code: Cholesterol [Mass/volume] in Serum or Plasma

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

effective: 2020-09-29

performer: Organization XYZ Lab Pvt.Ltd.

value: 156 mg/dL (Details: SNOMED CT code258797006 = 'milligram/decilitre')

ReferenceRanges

-High
*200 mg/dL (Details: SNOMED CT code258797006 = 'milligram/decilitre')

Source1

{
  "resourceType": "Observation",
  "id": "lab-example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2093-3",
        "display": "Cholesterol [Mass/volume] in Serum or Plasma"
      }
    ],
    "text": "Cholesterol [Mass/volume] in Serum or Plasma"
  },
  "subject": {
    "reference": "Patient/example-01"
  },
  "effectiveDateTime": "2020-09-29",
  "performer": [
    {
      "reference": "Organization/example-01"
    }
  ],
  "valueQuantity": {
    "value": 156,
    "unit": "mg/dL",
    "system": "http://snomed.info/sct",
    "code": "258797006"
  },
  "referenceRange": [
    {
      "high": {
        "value": 200,
        "unit": "mg/dL",
        "system": "http://snomed.info/sct",
        "code": "258797006"
      }
    }
  ]
}