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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeMessageHeader
IdMessageHeader-SampleEstablishmentRegistrationMessage.json
FHIR VersionR5

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 SampleEstablishmentRegistrationMessage

event: LOINC 51725-0: Establishment registration

Sources

-Endpoint[x]
*http://source.com/endpoint/

focus:


Source1

{
  "resourceType": "MessageHeader",
  "id": "SampleEstablishmentRegistrationMessage",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/EstablishmentRegistrationMessage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "http://loinc.org",
    "code": "51725-0",
    "display": "Establishment registration"
  },
  "source": {
    "endpointUrl": "http://source.com/endpoint/"
  },
  "focus": [
    {
      "reference": "Organization/ExampleEstablishmentRegistrant"
    },
    {
      "reference": "Organization/ExampleEstablishment"
    }
  ]
}