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

FHIR IG analytics

Packagehl7.fhir.us.bser.r4
Resource TypeMessageHeader
IdMessageHeader-messageheader-bser-referral-messageheader.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

Resource MessageHeader "messageheader-bser-referral-messageheader"

Profile: BSeR Referral Message Header

event: REF/RRI - Patient referral (Details: http://terminology.hl7.org/CodeSystem/v2-0003 code I12 = 'REF/RRI - Patient referral', stated as 'REF/RRI - Patient referral')

Destinations

-EndpointReceiver
*http://www.saintlukeshealthsystem.org/fhir/endpointPractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient

sender: PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator

Sources

-NameSoftwareVersionContactEndpoint
*Acme Central Patient RegistryFooBar Patient Manager3.1.45.AABB+1 (555) 123 4567http://www.saintlukeshealthsystem.org/fhir

reason: REF/RRI - Patient referral (eventType#I12)

focus: Task/task-bser-referral-task


Source1

{
  "resourceType": "MessageHeader",
  "id": "messageheader-bser-referral-messageheader",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralMessageHeader"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "http://terminology.hl7.org/CodeSystem/v2-0003",
    "code": "I12",
    "display": "REF/RRI - Patient referral"
  },
  "destination": [
    {
      "endpoint": "http://www.saintlukeshealthsystem.org/fhir/endpoint",
      "receiver": {
        "reference": "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient"
      }
    }
  ],
  "sender": {
    "reference": "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator"
  },
  "source": {
    "name": "Acme Central Patient Registry",
    "software": "FooBar Patient Manager",
    "version": "3.1.45.AABB",
    "contact": {
      "system": "phone",
      "value": "+1 (555) 123 4567"
    },
    "endpoint": "http://www.saintlukeshealthsystem.org/fhir"
  },
  "reason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0003",
        "code": "I12",
        "display": "REF/RRI - Patient referral"
      }
    ]
  },
  "focus": [
    {
      "reference": "Task/task-bser-referral-task"
    }
  ]
}