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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeAllergyIntolerance
IdAllergyIntolerance-MyHealthWayAllergyIntoleranceExample.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 "MyHealthWayAllergyIntoleranceExample"

Profile: MyHealthWay AllergyIntolerance Profile

identifier: http://www.example.com/allergyIntolerance-example

clinicalStatus: Active (AllergyIntolerance Clinical Status Codes#active)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

category: medication

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

patient: Patient/MyHealthWayPatientExample ""

encounter: Encounter/MyHealthWayEncounterExample

onset: 2023-04-11

Reactions

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

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "MyHealthWayAllergyIntoleranceExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.com",
      "value": "allergyIntolerance-example"
    }
  ],
  "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://www.whocc.no/atc",
        "code": "J01CR02",
        "display": "amoxicillin and beta-lactamase inhibitor"
      }
    ],
    "text": "베타락탐계 과민반응"
  },
  "patient": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "encounter": {
    "reference": "Encounter/MyHealthWayEncounterExample"
  },
  "onsetDateTime": "2023-04-11",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "373674001",
              "display": "Anaphylactic urticaria (disorder)"
            }
          ],
          "text": "두드러기 및 아나필락시스"
        }
      ]
    }
  ]
}