FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | MessageHeader |
| Id | MessageHeader-2-5-ImmunizationRecommendationResponseMessageHeader.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageHeader 2-5-ImmunizationRecommendationResponseMessageHeader
Last updated: 2021-06-01 00:00:00+0200
Profile: CH VACD Immunization Recommendation Response MessageHeader
event: CDS Event: immunrecoresponse (Immunization Recommendation Response)
| Name | Endpoint |
| Example Portal EPR | urn:oid:2.999.1.2.3.4.5 |
sender: Organization Immunization CDS Service
| Name | Endpoint |
| Example Vaccination Clinical Decision Support System | https://example.com/cds/immunization/ws |
responsible: Organization Immunization CDS Service
reason: Recommendation regarding vaccination (procedure)
| Identifier | Code |
| 1-4-ImmunizationRecommendationRequest | OK |
focus:
{
"resourceType": "MessageHeader",
"id": "2-5-ImmunizationRecommendationResponseMessageHeader",
"meta": {
"lastUpdated": "2021-06-01T00:00:00.394+02:00",
"profile": [
"http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-response-messageheader"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"eventCoding": {
"system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-clinical-decision-support-event-cs",
"code": "immunrecoresponse",
"display": "Immunization Recommendation Response"
},
"destination": [
{
"name": "Example Portal EPR",
"endpoint": "urn:oid:2.999.1.2.3.4.5"
}
],
"sender": {
"reference": "Organization/CDSS-Organization"
},
"source": {
"name": "Example Vaccination Clinical Decision Support System",
"endpoint": "https://example.com/cds/immunization/ws"
},
"responsible": {
"reference": "Organization/CDSS-Organization"
},
"reason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "830152006",
"display": "Recommendation regarding vaccination (procedure)"
}
]
},
"response": {
"identifier": "1-4-ImmunizationRecommendationRequest",
"code": "ok"
},
"focus": [
{
"reference": "ImmunizationRecommendation/10-4-ImmunizationRecommendation"
},
{
"reference": "ImmunizationRecommendation/10-3-ImmunizationRecommendation"
}
]
}