Uzbekistan Digital Health Platform
0.3.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

: respiratory-rate-example

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "respiratory-rate-example",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation"🔗 ,
      "http://hl7.org/fhir/StructureDefinition/vitalsigns"🔗 ,
      "http://hl7.org/fhir/StructureDefinition/resprate"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Observation respiratory-rate-example</b></p><a name=\"respiratory-rate-example\"> </a><a name=\"hcrespiratory-rate-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-uz-core-observation.html\">UZ Core Observation</a>, <a href=\"http://hl7.org/fhir/R5/vitalsigns.html\">Vital Signs Profile</a>, <a href=\"http://hl7.org/fhir/R5/resprate.html\">Observation Respiratory Rate Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9279-1}\">Respiratory rate</span></p><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#30211975910033)</a></p><p><b>effective</b>: 1999-07-02</p><p><b>performer</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>value</b>: 26 breaths/minute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/min = '/min')</span></p></div>"
  },
  "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/example-salim"
  },
  "effectiveDateTime" : "1999-07-02",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/example-practitioner"
    }
  ],
  "valueQuantity" : {
    "value" : 26,
    "unit" : "breaths/minute",
    "system" : "http://unitsofmeasure.org",
    "code" : "/min"
  }
}