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

FHIR IG analytics

Packagekbv.basis
Resource TypeObservation
IdObservation-0ce3e6bf-57c4-41cd-9c5e-c0ed2563fe46.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Diese Instanz des Profils KBV_PR_Base_Observation_Blood_Pressure erfasst eine geƤnderte Blutdruckbeobachtung mit systolischen, diastolischen und mittleren Werten von 40 mm Hg, aufgezeichnet am 2. Januar 2020.

Source1

{
  "resourceType": "Observation",
  "id": "0ce3e6bf-57c4-41cd-9c5e-c0ed2563fe46",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Blood_Pressure"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9",
        "display": "Blood pressure panel with all children optional",
        "version": "2.81"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "75367002",
        "display": "Blood pressure",
        "version": "http://snomed.info/sct/11000274103/version/20250515"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "8480-6",
            "system": "http://loinc.org",
            "display": "Systolic blood pressure",
            "version": "2.81"
          },
          {
            "code": "271649006",
            "system": "http://snomed.info/sct",
            "display": "Systolic blood pressure",
            "version": "http://snomed.info/sct/11000274103/version/20250515"
          }
        ],
        "text": "systolisch"
      },
      "valueQuantity": {
        "unit": "mm Hg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 40
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "8462-4",
            "system": "http://loinc.org",
            "display": "Diastolic blood pressure",
            "version": "2.81"
          },
          {
            "code": "271650006",
            "system": "http://snomed.info/sct",
            "display": "Diastolic blood pressure",
            "version": "http://snomed.info/sct/11000274103/version/20250515"
          }
        ],
        "text": "diastolisch"
      },
      "valueQuantity": {
        "unit": "mm Hg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 40
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "8478-0",
            "system": "http://loinc.org",
            "display": "Mean blood pressure",
            "version": "2.81"
          },
          {
            "code": "6797001",
            "system": "http://snomed.info/sct",
            "display": "Mean blood pressure",
            "version": "http://snomed.info/sct/11000274103/version/20250515"
          }
        ],
        "text": "mittlerer"
      },
      "valueQuantity": {
        "unit": "mm Hg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]",
        "value": 40
      }
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "amended",
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "effectiveDateTime": "2020-01-02",
  "performer": [
    {
      "reference": "Practioner/12345678901234567890"
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ]
}