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

FHIR IG analytics

Packagephis.ig.createtest
Resource TypeObservation
IdObservation-krcore-respiratoryrate-example-01.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

Resource Observation "krcore-respiratoryrate-example-01"

Profile: KR Core Observation Profile for Vital Signs: Respiratory Rate

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Respiratory rate (LOINC#9279-1)

subject: Patient/krcore-patient-example-01 ""

effective: 2021-01-01

value: 26 breaths per minute (Details: UCUM code /min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "krcore-respiratoryrate-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-respiratoryrate"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9279-1",
        "display": "Respiratory rate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "effectiveDateTime": "2021-01-01",
  "valueQuantity": {
    "value": 26,
    "unit": "breaths per minute",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}