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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeObservation
IdObservation-Example-observation-blutdruck.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-blutdruck",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck",
      "http://hl7.org/fhir/StructureDefinition/vitalsigns",
      "http://hl7.org/fhir/StructureDefinition/bp"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "85354-9",
        "system": "http://loinc.org",
        "display": "Blood pressure panel with all children optional"
      },
      {
        "code": "75367002",
        "system": "http://snomed.info/sct",
        "display": "Blood pressure (observable entity)"
      }
    ],
    "text": "Systolischer und Diastolischer Blutdruck"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "8480-6",
            "system": "http://loinc.org",
            "display": "Systolic blood pressure"
          },
          {
            "code": "271649006",
            "system": "http://snomed.info/sct",
            "display": "Systolic blood pressure (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 107,
        "unit": "mmHg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "8462-4",
            "system": "http://loinc.org",
            "display": "Diastolic blood pressure"
          },
          {
            "code": "271650006",
            "system": "http://snomed.info/sct",
            "display": "Diastolic blood pressure (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 60,
        "unit": "mmHg"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2012-09-17",
  "performer": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "code": "L",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "low"
        }
      ],
      "text": "Below low normal"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "code": "368209003",
        "system": "http://snomed.info/sct",
        "display": "Right arm"
      }
    ]
  }
}