FHIR R6 FM Incubator
0.1.0 - ci-build International flag

FHIR R6 FM Incubator, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fm-incubator/ and changes regularly. See the Directory of published versions

: 22345 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "EnrollmentRequest",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest|0.1.0",
  "id" : "22345",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the EnrollmentRequest.</div>"
  },
  "identifier" : [
    {
      "system" : "http://happyvalley.com/enrollmentrequest",
      "value" : "EN22345"
    }
  ],
  "status" : "active",
  "created" : "2014-08-16",
  "insurer" : {
    "reference" : "Organization/2"
  },
  "provider" : {
    "reference" : "Organization/1"
  },
  "candidate" : {
    "reference" : "Patient/1"
  },
  "coverage" : {
    "reference" : "Coverage/9876B1"
  }
}