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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeAllergyIntolerance
IdAllergyIntoleranceCreateRequest.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AllergyIntolerance",
  "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": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/allergy-intolerance-type",
        "code": "allergy",
        "display": "Allergy"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.synapxe.sg/CodeSystem/medication-list",
        "code": "7980",
        "display": "Penicillin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "271807003",
                "display": "Rash"
              }
            ]
          }
        }
      ],
      "severity": "moderate"
    }
  ]
}