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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeAllergyIntolerance
IdAllergyIntolerance-acs-cda-allergy-nka.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 acs-cda-allergy-nka

clinicalStatus: Inactive

code: No known allergy

patient: Bob Bobby Bobson (official) Male, DoB: 1984-06-02 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ABC1235)

note:

NKA


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "acs-cda-allergy-nka",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-allergy-intolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "inactive"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "716186003",
        "display": "No known allergy"
      }
    ]
  },
  "patient": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "note": [
    {
      "text": "NKA"
    }
  ]
}