0.1.0 - CI Build

IneraAlertIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Example patient used by alert examples</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/mrn",
      "value" : "12345"
    }
  ],
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-01-01"
}