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

FHIR IG analytics

Packageacme.canada.2023
Resource TypeValueSet
IdEaseOfRespiration.ValueSet.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

Ease of Respiration Value Set

https://fake-acme.org/fhir/ca/ValueSet/EaseOfRespirationVS

Result of ease of respiration observation


Source1

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fake-acme.org/fhir/ca/ValueSet/EaseOfRespirationVS",
  "name": "Ease_of_Respiration_Value_Set",
  "title": "Ease of Respiration Value Set",
  "status": "draft",
  "date": "2023-10-17T08:23:49.908577+00:00",
  "contact": [
    {
      "telecom": [
        {
          "system": "email"
        }
      ]
    }
  ],
  "description": "Result of ease of respiration observation",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "276888009",
            "display": "Normal spontaneous respiration (finding)"
          },
          {
            "code": "248549001",
            "display": "Labored breathing (finding)"
          },
          {
            "code": "271825005",
            "display": "Respiratory distress (finding)"
          }
        ]
      }
    ]
  }
}