FHIR IG analytics| Package | il.tasmc.fhir.r4 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-tasmc-comm-allergy-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "AllergyIntolerance",
"id": "tasmc-comm-allergy-01",
"meta": {
"profile": [
"http://fhir.tasmc.org.il/StructureDefinition/comm-allergy-intolerance",
"http://fhir.tasmc.health.gov.il/StructureDefinition/comm-allergy-intolerance"
],
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "allergiesAndIntolerances",
"display": "רגישויות"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.tasmc.health.gov.il/Identifier/comm-allergy-intolerance",
"value": "COMM-AI-001",
"type": {
"coding": [
{
"code": "strong-id",
"system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
"display": "Strong Identifier"
}
]
}
}
],
"code": {
"coding": [
{
"system": "http://fhir.tasmc.health.gov.il/cs/med-cml-code",
"code": "main-comment",
"display": "Main comment"
},
{
"system": "http://snomed.info/sct",
"code": "419199007",
"display": "Allergy to substance (disorder)"
}
]
},
"patient": {
"reference": "Patient/tasmc-patient-example"
},
"recorder": {
"reference": "Practitioner/TasmcPractitionerExample"
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
}
]
},
"verificationStatus": {
"coding": [
{
"code": "confirmed",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
}
]
}
}