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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeObservation
IdObservation_altezza.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",
  "id": "observation-altezza",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Observation_altezza_Eng"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Altezza"
      }
    ]
  },
  "subject": {
    "reference": "Patient/id"
  },
  "effectiveDateTime": "2022-08-31T14:51:00+02:00",
  "issued": "2022-09-05T14:51:00+02:00",
  "valueQuantity": {
    "value": 177,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}