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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeObservation
IdObservation-ISiKKopfumfangMaxExample.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": "ISiKKopfumfangMaxExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKKopfumfang"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9843-4",
        "display": "Head Occipital-frontal circumference"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "363812007",
        "display": "Head circumference"
      },
      {
        "code": "153856",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_CIRCUM_HEAD"
      }
    ],
    "text": "Kopfumfang - Pädiatrische Verlaufskontrolle"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "cm",
    "value": 60.5,
    "unit": "Centimeter"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinNormal"
  },
  "effectiveDateTime": "2024-01-15T11:00:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ],
  "method": {
    "coding": [
      {
        "code": "129264002",
        "system": "http://snomed.info/sct",
        "display": "Action - using tape measure"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "code": "69536005",
        "system": "http://snomed.info/sct",
        "display": "Head structure"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "code": "N",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Kopfumfang im normalen Bereich für Alter und Geschlecht - Wachstumsperzentile P50"
    }
  ]
}