Mal
0.1.0 - ci-build Norway flag

Mal - 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",
  "meta" : {
    "profile" : [
      "http://hl7.no/fhir/StructureDefinition/mal-Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-no-NO\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe (official) Male, DoB: 1974-12-25 ( http://hospital.smarthealthit.org#12345\u00a0(use:\u00a0usual,\u00a0))</p><hr/></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospital.smarthealthit.org",
      "value" : "12345"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1974-12-25"
}