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

FHIR IG analytics

Packagephis.ig.createtest
Resource TypeAllergyIntolerance
IdAllergyIntolerance-krcore-allergyintolerance-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

Resource AllergyIntolerance "krcore-allergyintolerance-example-01"

Profile: KR Core AllergyIntolerance Profile

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

category: medication

code: 베타락탐계 과민반응 (WHO ATC#J01CR02 "amoxicillin and beta-lactamase inhibitor")

patient: Patient/krcore-patient-example-01 ""

onset: 2023-04-11

Reactions

-Manifestation
*두드러기 및 아나필락시스 (SNOMED CT#373674001 "Anaphylactic urticaria (disorder)")

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "krcore-allergyintolerance-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "J01CR02",
        "display": "amoxicillin and beta-lactamase inhibitor"
      }
    ],
    "text": "베타락탐계 과민반응"
  },
  "patient": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "onsetDateTime": "2023-04-11",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "373674001",
              "display": "Anaphylactic urticaria (disorder)"
            }
          ],
          "text": "두드러기 및 아나필락시스"
        }
      ]
    }
  ]
}