FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeMessageHeader
IdMessageHeader-2-5-ImmunizationRecommendationResponseMessageHeader.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)

Destinations

-NameEndpoint
*Example Portal EPRurn:oid:2.999.1.2.3.4.5

sender: Organization Immunization CDS Service

Sources

-NameEndpoint
*Example Vaccination Clinical Decision Support Systemhttps://example.com/cds/immunization/ws

responsible: Organization Immunization CDS Service

reason: Recommendation regarding vaccination (procedure)

Responses

-IdentifierCode
*1-4-ImmunizationRecommendationRequestOK

focus:


Source1

{
  "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"
    }
  ]
}