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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypeObservation
IdObservation-ObservationRespiratoryBasicObservation.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

Generated Narrative: Observation ObservationRespiratoryBasicObservation

status: Final

category: Vital Signs

code: Respiratory rate

subject: Johnny Male, DoB: 1960-01-02 ( urn:oid:1.2.208.176.1.2#0201609995)

effective: 2023-11-20 18:00:00+0100

performer: Practitioner Abraham Murakami

value: 50 /min (Details: UCUM code/min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "ObservationRespiratoryBasicObservation",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-basic-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9279-1",
        "display": "Respiratory rate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/john"
  },
  "effectiveDateTime": "2023-11-20T18:00:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/AbrahamLaege"
    }
  ],
  "valueQuantity": {
    "value": 50,
    "unit": "/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}