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

FHIR IG analytics

Packagendhm.in
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example-01.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 example-01

clinicalStatus: Active

verificationStatus: Confirmed

code: NKA

patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

recordedDate: 2020-07-09 15:37:31-0600

recorder: Practitioner Dr. DEF

note: The patient reports no other known allergy.


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/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"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "716186003",
        "display": "No known allergy"
      }
    ],
    "text": "NKA"
  },
  "patient": {
    "reference": "Patient/example-01"
  },
  "recordedDate": "2020-07-09T15:37:31-06:00",
  "recorder": {
    "reference": "Practitioner/example-01"
  },
  "note": [
    {
      "text": "The patient reports no other known allergy."
    }
  ]
}