Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: fhir-osiris-example-patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "L304",
  "meta" : {
    "profile" : [
      🔗 "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/onco-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient L304</b></p><a name=\"L304\"> </a><a name=\"hcL304\"> </a><a name=\"L304-en-US\"> </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\">Profil: <a href=\"StructureDefinition-onco-patient.html\">Oncology Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patient Anonyme Male, Date de Naissance :1967-11-08</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Statut connu du patient\">Décédé :</td><td colspan=\"3\">2017-11-29</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Liens :</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-fhir-osiris-provider-organization.html\">Organization : identifier = http://finess.sante.gouv.fr#330000662</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient ethnicity\"><a href=\"StructureDefinition-ethnicity.html\">Patient Ethnicity</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-Race 2043-8}\">Okinawan</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The origin center organization of an Oncology Patient.\"><a href=\"StructureDefinition-origin-center.html\">Patient Origin Center</a></td><td colspan=\"3\"><a href=\"Organization-fhir-osiris-origin-organization.html\">Organization : identifier = http://finess.sante.gouv.fr#330000662</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/origin-center",
      "valueReference" : {
        🔗 "reference" : "Organization/fhir-osiris-origin-organization"
      }
    },
    {
      "url" : "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/ethnicity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-Race",
            "code" : "2043-8"
          }
        ]
      }
    }
  ],
  "gender" : "male",
  "birthDate" : "1967-11-08",
  "deceasedDateTime" : "2017-11-29",
  "managingOrganization" : {
    🔗 "reference" : "Organization/fhir-osiris-provider-organization"
  }
}