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

FHIR IG analytics

Packageil.fhir.r4.ashmc
Resource TypeAllergyIntolerance
IdAllergyIntolerance-CML.REMARK.6543210.json
FHIR VersionR4

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",
  "id": "CML.REMARK.6543210",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "allergiesAndIntolerances",
        "display": "רגישויות"
      }
    ],
    "profile": [
      "http://fhir.ashmc.co.il/StructureDefinition/remark-allergy-intolerance"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
            "code": "strong-id",
            "display": "Strong Identifier"
          }
        ]
      },
      "system": "http://fhir.ashmc.co.il/Identifier/remark-allergy-intolerance",
      "value": "6543210"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "420134006",
        "display": "Propensity to adverse reaction"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ashmc-patient-001"
  },
  "recorder": {
    "reference": "Practitioner/ashmc-dr-cohen"
  },
  "recordedDate": "2025-06-01"
}