FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | AllergyIntolerance |
| Id | nl-core-AllergyIntolerance-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| test toelichting | |
| Code | Penicilline |
|---|---|
| Eerste symptomen | 1 januari 1995 |
| Meest recente voorkomen | 2 juni 1998 |
| Reactie |
|
{
"resourceType": "AllergyIntolerance",
"id": "nl-core-AllergyIntolerance-02",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-AllergyIntolerance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
"medication"
],
"_category": [
{
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419511003",
"display": "Neiging tot ongewenste reactie op geneesmiddel"
}
]
}
}
]
}
],
"criticality": "high",
"_criticality": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000",
"display": "Ernstig"
}
]
}
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicilline"
}
]
},
"patient": {
"reference": "Patient/nl-core-Patient-01",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"onsetDateTime": "1995-01-01",
"lastOccurrence": "1998-06-02",
"note": [
{
"text": "test toelichting"
}
],
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicilline"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Exantheem"
}
]
}
],
"description": "rode huiduitslag op armen",
"onset": "1998-06-02",
"severity": "moderate"
}
]
}