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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeObservation
IdObservation_f99b6ddf_4772_46e0_a1ae_b4050d7835ed.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

Die FHIR-Instanz des Profils KBV_PR_Base_Observation_Respiratory_Rate zeigt eine Atemfrequenz von 40 Atemzügen pro Minute an, die von Mueller am 2. Januar 2020 dokumentiert wurde. Diese liegt außerhalb des Referenzbereichs von 12 bis 18 Atemzügen pro Minute und wird als 'Sehr hoch' interpretiert.

Source1

{
  "resourceType": "Observation",
  "id": "f99b6ddf-4772-46e0-a1ae-b4050d7835ed",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Respiratory_Rate"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "9279-1",
        "system": "http://loinc.org",
        "display": "Respiratory rate",
        "version": "2.77"
      },
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "86290005",
        "system": "http://snomed.info/sct",
        "display": "Respiratory rate (observable entity)"
      }
    ]
  },
  "valueQuantity": {
    "unit": "per minute",
    "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-02",
  "performer": [
    {
      "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "version": "http://snomed.info/sct/11000274103/version/20240515",
          "code": "404684003:{363713009=260360000}",
          "system": "http://snomed.info/sct",
          "display": "Clinical finding where (and Has interpretation = Very high)"
        }
      ]
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 12,
        "code": "/min",
        "system": "http://unitsofmeasure.org",
        "unit": "per minute"
      },
      "high": {
        "value": 18,
        "code": "/min",
        "system": "http://unitsofmeasure.org",
        "unit": "per minute"
      }
    }
  ]
}