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-radiotherapy - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Patient-XRTS-04-22A",
  "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 Patient-XRTS-04-22A</b></p><a name=\"Patient-XRTS-04-22A\"> </a><a name=\"hcPatient-XRTS-04-22A\"> </a><a name=\"Patient-XRTS-04-22A-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 Unknown, Date de Naissance :1000-01-01</p><hr/><table class=\"grid\"><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 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"
      }
    }
  ],
  "gender" : "unknown",
  "birthDate" : "1000-01-01",
  "managingOrganization" : {
    🔗 "reference" : "Organization/fhir-osiris-provider-organization"
  }
}