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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeObservation
IdObservation-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 with Details

id: cholesterol

status: final

code: Cholesterol (Details : {LOINC code '35200-5' = 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', given as 'Cholesterol [Moles/​volume] in Serum or Plasma'})

subject: ABC

performer: XYZ Lab Pvt.Ltd.

value: 6.3 mmol/L (Details: UCUM code mmol/L = 'mmol/L')

ReferenceRanges

-High
*4.5 mmol/L (Details: UCUM code mmol/L = 'mmol/L')

Source1

{
  "resourceType": "Observation",
  "id": "example-01",
  "meta": {
    "profile": [
      "http://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "35200-5",
        "display": "Cholesterol [Moles/​volume] in Serum or Plasma"
      }
    ],
    "text": "Cholesterol"
  },
  "subject": {
    "reference": "Patient/1"
  },
  "performer": [
    {
      "reference": "Organization/1"
    }
  ],
  "valueQuantity": {
    "value": 6.3,
    "unit": "mmol/L",
    "system": "http://snomed.info/sct",
    "code": "258813002"
  },
  "referenceRange": [
    {
      "high": {
        "value": 4.5,
        "unit": "mmol/L",
        "system": "http://snomed.info/sct",
        "code": "258813002"
      }
    }
  ]
}