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

FHIR IG analytics

Packagenxh.fhir.r4
Resource TypeObservation
Idnxhobservation-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "code": {
    "coding": [
      {
        "code": "glycemia",
        "display": "glycemia",
        "system": "https://fhir.nxh.com/standards/fhir/CodeSystem/DataElementsCode"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "glycemia",
            "display": "glycemia",
            "system": "https://fhir.nxh.com/standards/fhir/CodeSystem/DataElementAttributeDefintion",
            "userSelected": false
          }
        ]
      },
      "valueQuantity": {
        "code": "mg/dL",
        "system": "http://unitsofmeasure.org/",
        "value": 32
      }
    }
  ],
  "effectiveDateTime": "2024-03-14T09:17:59+01:00",
  "id": "f3c8495c-296d-4855-b594-c36e5c4bd123",
  "identifier": [
    {
      "id": "f3c8495c-296d-4855-b594-c36e5c4bd123"
    }
  ],
  "issued": "2024-04-24T11:44:46+02:00",
  "meta": {
    "profile": [
      "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhObservation"
    ]
  },
  "resourceType": "Observation",
  "status": "final",
  "subject": {
    "identifier": {
      "value": "14ddab30-7fc0-41b9-a72f-50e96ee1230f"
    }
  }
}