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

FHIR IG analytics

Packagehealthhub.fhir
Resource TypeObservation
IdMinimum_eksempel.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

{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "https://healthhub.dk/fhir/StructureDefinition/healthhub-clinical-chemistry-and-immunology"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "urn:oid:1.2.208.176.2.1",
        "code": "NPU03804",
        "display": "Pt—Body; mass = ? kg"
      }
    ]
  },
  "subject": {
    "reference": "patient/2512489996"
  },
  "effectiveDateTime": "2024-08-20T17:45:00.000Z",
  "issued": "2023-08-20T17:45:00+00:00",
  "performer": [
    {
      "reference": "practitioner/internal-unknown",
      "identifier": {
        "system": "https://healthhub.dk/fhir/employee-internal-unknown",
        "value": "internal-unknown"
      }
    }
  ],
  "valueQuantity": {
    "value": 74,
    "unit": "kg"
  }
}