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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeAllergyIntolerance
IdAllergyIntolerance-ex-allergy-corrected.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 ex-allergy-corrected

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Food

code: Allergy to peanuts

patient: http://example.org/Patient/ex-patient

onset: 2023-01-15 10:00:00+0000


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ex-allergy-corrected",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "235719002"
      }
    ],
    "text": "Allergy to peanuts"
  },
  "patient": {
    "reference": "http://example.org/Patient/ex-patient"
  },
  "onsetDateTime": "2023-01-15T10:00:00Z"
}