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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example0.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 example0

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

code: Ibuprofen

patient: Harry DAN

onset: 2016-03-07

recorder: Dr Helen Mayo

Reactions

-Manifestation
*Urticaria

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "type": "allergy",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387207008",
        "display": "Ibuprofen"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example1",
    "display": "Harry DAN"
  },
  "onsetDateTime": "2016-03-07",
  "recorder": {
    "reference": "Practitioner/example0",
    "display": "Dr Helen Mayo"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "126485001",
              "display": "Urticaria"
            }
          ]
        }
      ]
    }
  ]
}