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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeObservation
IdObservation-respiratory-rate-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation respiratory-rate-example

status: Final

category: Vital Signs

code: Respiratory rate

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

effective: 1999-07-02

performer: Practitioner Test Test Test(official)

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


Russian


Сгенерированный нарратив: Observation respiratory-rate-example

status: Final

category: Vital Signs

code: Respiratory rate

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

effective: 1999-07-02

performer: Practitioner Test Test Test(official)

value: 26 breaths/minute (Подробности: UCUM код/min = '/min')


Uzbek


Generated Narrative: Observation respiratory-rate-example

status: Final

category: Vital Signs

code: Respiratory rate

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

effective: 1999-07-02

performer: Practitioner Test Test Test(official)

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


Source1

{
  "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": "<!-- 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/example-salim"
  },
  "effectiveDateTime": "1999-07-02",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueQuantity": {
    "value": 26,
    "unit": "breaths/minute",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}