FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-MyHealthWayAllergyIntoleranceExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance
Resource AllergyIntolerance "MyHealthWayAllergyIntoleranceExample"
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
| Manifestation |
| 두드러기 및 아나필락시스 (SNOMED CT#373674001 "Anaphylactic urticaria (disorder)") |
{
"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": "두드러기 및 아나필락시스"
}
]
}
]
}