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

FHIR IG analytics

Packagehl7.fhir.be.allergy
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergyintolerance3.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

Resource AllergyIntolerance "allergyintolerance3" Version "1" Updated "2019-07-01 13:30:55+0000"

Profile: BeAllergyIntolerance

BeExtAllergyType: Allergy (SNOMED CT#609328004)

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

category: environment

criticality: high

code: Allergic to pollen (SNOMED CT#256259004 "Pollen")

patient: Patient/example " LA PARADISIO"

onset: 2004

recordedDate: 2014-10-09 14:58:00+1100

recorder: Practitioner/practitioner " PULASKI"

asserter: RelatedPerson/relatedperson

lastOccurrence: 2012-06

note: Some extra information can be given here.

reaction

substance: Silver Birch pollen (SNOMED CT#256262001)

manifestation: Cough (SNOMED CT#49727002)

onset: 2012-06-12

severity: severe

reaction

substance: Douglas fir pollen (SNOMED CT#710732007)

manifestation: Cough (SNOMED CT#49727002)

onset: 2012-06-12

severity: mild


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergyintolerance3",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-01T13:30:55.864+00:00",
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-allergyintolerance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-ext-allergy-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "609328004"
          }
        ]
      }
    }
  ],
  "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"
      }
    ]
  },
  "category": [
    "environment"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "256259004",
        "display": "Pollen"
      }
    ],
    "text": "Allergic to pollen"
  },
  "patient": {
    "reference": "Patient/example"
  },
  "onsetDateTime": "2004",
  "recordedDate": "2014-10-09T14:58:00+11:00",
  "recorder": {
    "reference": "Practitioner/practitioner"
  },
  "asserter": {
    "reference": "RelatedPerson/relatedperson"
  },
  "lastOccurrence": "2012-06",
  "note": [
    {
      "text": "Some extra information can be given here."
    }
  ],
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "256262001",
            "display": "Silver Birch pollen"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "49727002",
              "display": "Cough"
            }
          ]
        }
      ],
      "onset": "2012-06-12",
      "severity": "severe"
    },
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "710732007",
            "display": "Douglas fir pollen"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "49727002",
              "display": "Cough"
            }
          ]
        }
      ],
      "onset": "2012-06-12",
      "severity": "mild"
    }
  ]
}