Making EHR Data More available for Research and Public Health (MedMorph)
0.2.0 - STU 1 draft

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.2.0: STU 1 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Encounter Start Subscription Topic Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "encounter-start",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/encounter-start"
    ]
  },
  "parameter" : [
    {
      "name" : "subscription-topic-canonical",
      "valueCanonical" : "http://hl7.org/fhir/us/medmorph/StructureDefinition/encounter-start"
    }
  ]
}