1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PatientLiteSe Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "470",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/PatientLiteSe/v1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 470</b></p><a name=\"470\"> </a><a name=\"hc470\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PatientLiteSe.html\">PatientLiteSe</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anders john  Male, DoB: 1955-03-07 ( urn:oid:1.2.752.129.2.1.3.1#195503071770\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "195503071770"
    }
  ],
  "name" : [
    {
      "family" : "john",
      "given" : [
        "Anders"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1955-03-07",
  "deceasedBoolean" : false
}