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-RadiotherapyVolume-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "BodyStructure",
  "id" : "fhir-osiris-example-RadiotherapyVolume-1",
  "meta" : {
    "profile" : [
      🔗 "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/radiotherapy-volume"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure fhir-osiris-example-RadiotherapyVolume-1</b></p><a name=\"fhir-osiris-example-RadiotherapyVolume-1\"> </a><a name=\"hcfhir-osiris-example-RadiotherapyVolume-1\"> </a><a name=\"fhir-osiris-example-RadiotherapyVolume-1-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-radiotherapy-volume.html\">Radiotherapy Volume Profile</a></p></div><p><b>identifier</b>: urn:oid:1.2.246.352.71.842418.2121.20150602151.102</p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 76752008}\">Breast</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 7771000}, {http://snomed.info/sct 255503000}\">Left (qualifier value)</span></p><p><b>description</b>: Left Breast</p><p><b>patient</b>: <a href=\"Patient-L304.html\">Patient Anonyme Male, Date de Naissance :1967-11-08</a></p></div>"
  },
  "identifier" : [
    {
      "value" : "urn:oid:1.2.246.352.71.842418.2121.20150602151.102"
    }
  ],
  "location" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "76752008"
      }
    ]
  },
  "locationQualifier" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "7771000"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "255503000"
        }
      ]
    }
  ],
  "description" : "Left Breast",
  "patient" : {
    🔗 "reference" : "Patient/L304"
  }
}