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

FHIR IG analytics

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

clinicalStatus: Active

verificationStatus: Confirmed

type: Intolerance

category: Food

code: Intolerance to lactose

patient: Suzanne Simmons

onset: 1 year (Details: UCUM codea = 'a')

recordedDate: 2009-10-09

asserter: Francis Fernando

reaction

substance: Lactose

manifestation: Abdominal pain, Abdominal bloating, Diarrhoea


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example2",
  "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": "intolerance",
  "category": [
    "food"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "782415009",
        "display": "Intolerance to lactose"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example4",
    "display": "Suzanne Simmons"
  },
  "onsetAge": {
    "value": 1,
    "unit": "year",
    "system": "http://unitsofmeasure.org",
    "code": "a"
  },
  "recordedDate": "2009-10-09",
  "asserter": {
    "reference": "Practitioner/example3",
    "display": "Francis Fernando"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47703008",
            "display": "Lactose"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "21522001",
              "display": "Abdominal pain"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "116289008",
              "display": "Abdominal bloating"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "62315008",
              "display": "Diarrhoea"
            }
          ]
        }
      ]
    }
  ]
}