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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeObservation
IdObservation-Example-observation-koerpergewicht.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-koerpergewicht",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergewicht",
      "http://hl7.org/fhir/StructureDefinition/vitalsigns",
      "http://hl7.org/fhir/StructureDefinition/bodyweight"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "29463-7",
        "system": "http://loinc.org",
        "display": "Body weight"
      },
      {
        "code": "8339-4",
        "system": "http://loinc.org",
        "display": "Birth weight Measured"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "27113001",
        "display": "Body weight"
      }
    ],
    "text": "Körpergewicht"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 79,
    "code": "kg",
    "unit": "kilogram"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2020-10-11"
}