FHIR Osiris Implementation Guide
2.1.0 - ci-build

FHIR Osiris Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-synthetic - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-synthetic",
  "meta" : {
    "lastUpdated" : "2020-12-16T17:25:54Z",
    "profile" : [
      "http://osiris.arkhn.com/StructureDefinition/onco-patient"
    ],
    "tag" : [
      {
        "system" : "http://terminology.arkhn.org/CodeSystem/source",
        "code" : "ckdreijp80006dupjto75nhrh"
      },
      {
        "system" : "http://terminology.arkhn.org/CodeSystem/resource",
        "code" : "ck8zq2kav35434kp4tvnyg135"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anonymous Patient</b> male, DoB: 1935-02-14 ( <code>http://terminology.arkhn.org/33a396fc-60e7-468e-a238-3f759fdadeef</code>/synthetic_patient_Synthetic_02)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2018-11-03</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <span>: OriginCenterId</span></li><li>Managing Organization: <span>: ProviderCenterId</span></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://terminology.arkhn.org/33a396fc-60e7-468e-a238-3f759fdadeef",
      "value" : "synthetic_patient_Synthetic_02"
    }
  ],
  "gender" : "male",
  "birthDate" : "1935-02-14",
  "deceasedDateTime" : "2018-11-03",
  "generalPractitioner" : [
    {
      "type" : "Organization",
      "identifier" : {
        "system" : "http://finess.sante.gouv.fr",
        "value" : "330000662"
      },
      "display" : "OriginCenterId"
    }
  ],
  "managingOrganization" : {
    "type" : "Organization",
    "identifier" : {
      "system" : "http://finess.sante.gouv.fr",
      "value" : "330000662"
    },
    "display" : "ProviderCenterId"
  }
}