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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeObservation
IdObservation-ISiKBlutdruckSystemischArteriellMaxExample.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": "ISiKBlutdruckSystemischArteriellMaxExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKBlutdruckSystemischArteriell"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9",
        "display": "Blood pressure panel with all children optional"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "75367002",
        "display": "Blood pressure"
      },
      {
        "code": "150016",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_PRESS_BLD"
      }
    ],
    "text": "Blutdruck - Intensivmonitoring"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "150017",
            "system": "urn:iso:std:iso:11073:10101",
            "display": "MDC_PRESS_BLD_SYS"
          },
          {
            "code": "271649006",
            "system": "http://snomed.info/sct",
            "display": "Systolischer Blutdruck",
            "version": "http://snomed.info/sct/11000274103"
          },
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 200,
        "unit": "mmHg"
      },
      "interpretation": [
        {
          "coding": [
            {
              "code": "H",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "display": "High"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "code": "150018",
            "system": "urn:iso:std:iso:11073:10101",
            "display": "MDC_PRESS_BLD_DIA"
          },
          {
            "code": "271650006",
            "system": "http://snomed.info/sct",
            "display": "Diastolischer Blutdruck",
            "version": "http://snomed.info/sct/11000274103"
          },
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 120,
        "unit": "mmHg"
      },
      "interpretation": [
        {
          "coding": [
            {
              "code": "H",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "display": "High"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "code": "150019",
            "system": "urn:iso:std:iso:11073:10101",
            "display": "MDC_PRESS_BLD_MEAN"
          },
          {
            "code": "6797001",
            "system": "http://snomed.info/sct",
            "display": "Mittlerer arterieller Druck",
            "version": "http://snomed.info/sct/11000274103"
          },
          {
            "system": "http://loinc.org",
            "code": "8478-0"
          }
        ]
      },
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 147,
        "unit": "mmHg"
      },
      "interpretation": [
        {
          "coding": [
            {
              "code": "H",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "display": "High"
            }
          ]
        }
      ]
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinNormal"
  },
  "effectiveDateTime": "2024-01-15T14:30:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "code": "H",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "High"
        }
      ],
      "text": "Hypertensive Krise"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "code": "368208008",
        "system": "http://snomed.info/sct",
        "display": "Left arm"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "code": "113011001",
        "system": "http://snomed.info/sct",
        "display": "Palpation"
      }
    ]
  },
  "device": {
    "reference": "Device/ExampleDevice"
  },
  "note": [
    {
      "text": "Arterielle Blutdruckmessung über arteriellen Katheter"
    }
  ]
}