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

FHIR IG analytics

Packagekbv.basis
Resource TypeObservation
IdObservation-ac2ed74c-f85e-4d43-8a3e-f090ea177309.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

Dieses FHIR-Beispiel vom Profil KBV_PR_Base_Observation_Heart_Rate beschreibt eine aktualisierte Herzfrequenzbeobachtung von 40 Schlägen pro Minute bei einem Patienten. Die Beobachtung wurde von 'Mueller' dokumentiert, ausgeführt von einem Arzt mit einer Häufigkeit von einmal pro Tag.

Source1

{
  "resourceType": "Observation",
  "id": "ac2ed74c-f85e-4d43-8a3e-f090ea177309",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Heart_Rate"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8867-4",
        "display": "Heart rate",
        "version": "2.81"
      },
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000274103/version/20250515",
        "code": "364075005",
        "display": "Heart rate"
      }
    ]
  },
  "valueQuantity": {
    "unit": "/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min",
    "value": 40
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "amended",
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "effectiveDateTime": "2020-01-02T17:02:33+10:00",
  "performer": [
    {
      "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ]
}