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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeObservation
IdObservation-ISiKBlutdruckSystemischArteriellExample.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": "ISiKBlutdruckSystemischArteriellExample",
  "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": "Systolischer und Diastolischer Blutdruck"
  },
  "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": 107,
        "unit": "mmHg"
      }
    },
    {
      "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": 60,
        "unit": "mmHg"
      }
    },
    {
      "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": 80,
        "unit": "mmHg"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "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"
      }
    ]
  }
}