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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeObservation
IdObservation-failure-to-thrive.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": "failure-to-thrive",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://human-phenotype-ontology.org",
        "code": "HP:0001508",
        "display": "Failure to thrive"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "54840006",
        "display": "Failure to thrive"
      }
    ],
    "text": "Gedeihstörung"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2024-08-10",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "52101004",
        "display": "Present"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "A",
          "display": "Abnormal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Gewicht <3. Perzentile für Alter"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29463-7",
            "display": "Body weight"
          }
        ]
      },
      "valueQuantity": {
        "value": 6.5,
        "unit": "kg",
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "L",
              "display": "Low"
            }
          ]
        }
      ]
    }
  ]
}