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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeMessageHeader
IdMessageHeader-Discharge-Order.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 "Discharge-Order" Version "4" Updated "2020-08-10 05:02:32+0000"

Profile: PAO MessageHeader

event: Initial Order (Details: http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event code InitialOrder = 'Initial Order', stated as 'Initial Order')

Destinations

-NameEndpointReceiver
*Acme Message Gatewayhttps://example.org/Endpoints/P123Organization/Inpatient: St. Michael's Hospital "St. Michael's Hospital"

sender: Organization/Inpatient: St. Michael's Hospital "St. Michael's Hospital"

author: Practitioner/practitioner-1: Ronald Bone " BONE"

Sources

-NameSoftwareVersionContactEndpoint
*Acme Central Patient RegistryFooBar Patient Manager3.1.45.AABB+1 (555) 123 4567https://example.org/Endpoints/P456

responsible: Organization/Inpatient: St. Michael's Hospital "St. Michael's Hospital"

focus: Task/Home-Health: Inpatient Encounter


Source1

{
  "resourceType": "MessageHeader",
  "id": "Discharge-Order",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2020-08-10T05:02:32.131Z",
    "profile": [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event",
    "code": "InitialOrder",
    "display": "Initial Order"
  },
  "destination": [
    {
      "name": "Acme Message Gateway",
      "endpoint": "https://example.org/Endpoints/P123",
      "receiver": {
        "reference": "Organization/Inpatient",
        "display": "St. Michael's Hospital"
      }
    }
  ],
  "sender": {
    "reference": "Organization/Inpatient",
    "display": "St. Michael's Hospital"
  },
  "author": {
    "reference": "Practitioner/practitioner-1",
    "display": "Ronald Bone"
  },
  "source": {
    "name": "Acme Central Patient Registry",
    "software": "FooBar Patient Manager",
    "version": "3.1.45.AABB",
    "contact": {
      "system": "phone",
      "value": "+1 (555) 123 4567"
    },
    "endpoint": "https://example.org/Endpoints/P456"
  },
  "responsible": {
    "reference": "Organization/Inpatient",
    "display": "St. Michael's Hospital"
  },
  "focus": [
    {
      "reference": "Task/Home-Health",
      "display": "Inpatient Encounter"
    }
  ]
}