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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntolerance-ExtractBundleEntry1-pat-sf.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: AllergyIntolerance AllergyIntolerance-ExtractBundleEntry1-pat-sf

clinicalStatus: Active

code: Aspirin

patient: Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --> 2024-08))

note:

Moderate reaction

Reactions

-Manifestation
*Urticaria

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntolerance-ExtractBundleEntry1-pat-sf",
  "meta": {
    "profile": [
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCAllergyIntolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387458008",
        "display": "Aspirin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/pat-sf"
  },
  "note": [
    {
      "text": "Moderate reaction"
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "126485001",
              "display": "Urticaria"
            }
          ]
        }
      ]
    }
  ]
}