FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | ImmunizationRecommendation |
| Id | ImmunizationRecommendation-CHCoreImmunizationRecommendationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImmunizationRecommendation CHCoreImmunizationRecommendationExample
Profile: CH Core Immunization Recommendation
patient: Monika Wegmueller Female, DoB: 1967-02-10 ( Medical record number)
date: 2021-06-01 00:00:00+0200
authority: Organization Gruppenpraxis CH
recommendation
vaccineCode: Fluad
targetDisease: Cholera (disorder)
forecastStatus: Due
forecastReason: Empfohlene Impfungen für Risikogruppen
DateCriterions
Code Value Date vaccine due 2021-06-01 00:00:00+0200
{
"resourceType": "ImmunizationRecommendation",
"id": "CHCoreImmunizationRecommendationExample",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-immunization-recommendation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/ImmunizationPatientExample"
},
"date": "2021-06-01T00:00:00+02:00",
"authority": {
"reference": "Organization/ImmunizationOrganizationExample"
},
"recommendation": [
{
"vaccineCode": [
{
"coding": [
{
"system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
"code": "58317",
"display": "Fluad"
}
]
}
],
"targetDisease": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "63650001",
"display": "Cholera (disorder)"
}
]
},
"forecastStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"code": "due"
}
]
},
"forecastReason": [
{
"coding": [
{
"system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs",
"code": "41503",
"display": "Empfohlene Impfungen für Risikogruppen"
}
]
}
],
"dateCriterion": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30980-7",
"display": "Date vaccine due"
}
]
},
"value": "2021-06-01T00:00:00+02:00"
}
]
}
]
}