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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeSubstance
IdSubstance-dust.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

House dust allergen

Source1

{
  "resourceType": "Substance",
  "id": "dust",
  "code": {
    "coding": [
      {
        "code": "406466009",
        "system": "http://snomed.info/sct",
        "display": "House dust allergen"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/substance-category",
          "code": "allergen",
          "display": "Allergen"
        }
      ],
      "text": "Environmental Allergen"
    }
  ]
}