Trillium II Implementation Guide Implementation Guide CI Build

Publish Box goes here

JSON Format: Patient-enc-1

Raw json

{
  "resourceType" : "Patient",
  "id" : "enc-1",
  "meta" : {
    "profile" : [
      "http://hl7.eu/fhir/trillium2/StructureDefinition/Patient-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: enc-1</p><p><b>meta</b>: </p><p><b>active</b>: true</p><p><b>name</b>: Mary Ann Walker </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 15-ott-1979</p></div>"
  },
  "active" : true,
  "name" : [
    {
      "family" : "Walker",
      "given" : [
        "Mary Ann"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1979-10-15"
}