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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeObservation
IdObservation-Example-observation-koerpergroesse.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": "Example-observation-koerpergroesse",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergroesse",
      "http://hl7.org/fhir/StructureDefinition/vitalsigns",
      "http://hl7.org/fhir/StructureDefinition/bodyheight"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "8302-2",
        "system": "http://loinc.org",
        "display": "Body height"
      },
      {
        "code": "89269-5",
        "system": "http://loinc.org",
        "display": "Body height Measured --at birth"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "1153637007",
        "display": "Body height (observable entity)"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "169886007",
        "display": "Birth length (observable entity)"
      }
    ],
    "text": "Körpergröße bei Geburt"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 52,
    "code": "cm",
    "unit": "centimeter"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2020-10-11"
}