German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example RECIST assessment timepoint response - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ExampleRecistAssessmentResponse",
  "meta" : {
    "profile" : [
      🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/recist-assessment-response"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ExampleRecistAssessmentResponse\"> </a></p><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\">Resource Observation &quot;ExampleRecistAssessmentResponse&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-recist-assessment-response.html\">Profile RECIST timepoint assessment response</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Therapeutic response (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (RID#11510)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> &quot; BACH&quot;</p><p><b>effective</b>: 2022-07-19</p><p><b>value</b>: stable disease <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (RID#11514)</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://radlex.org/RID",
        "code" : "11510",
        "display" : "Therapeutic response (observable entity)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatient"
  },
  "effectiveDateTime" : "2022-07-19",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://radlex.org/RID",
        "code" : "11514",
        "display" : "stable disease"
      }
    ]
  }
}