0.1.0 - ci-build

EgdeVJ_IG - Local Development build (v0.1.0). See the Directory of published versions

: PatientExample1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientExample1",
  "meta" : {
    "profile" : [
      "http://fhir.onegde.no/StructureDefinition/egde-vj-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b style=\"color: maroon\">Exception generating Narrative: Unknown Content value @  START_TAG seen ...&lt;system&gt;\\n    &lt;value value=\"19121212212\"/&gt;... @5:33</b></p></div>"
  },
  "identifier" : [
    {
      "_system" : {
        "value" : "19121212212"
      }
    }
  ],
  "name" : [
    {
      "family" : "Johannesen",
      "given" : [
        "Jon Andreas"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1958-01-06",
  "address" : [
    {
      "line" : [
        "Hummerstien 23"
      ],
      "city" : "Sjøhavn",
      "postalCode" : "4343"
    }
  ]
}