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 of a RECIST Radiological Read Procedure - JSON Representation
Raw json | Download
{
"resourceType" : "Procedure",
"id" : "example-radiological-recist-read-procedure",
"meta" : {
"profile" : [
🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/radiological-recist-read-procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"example-radiological-recist-read-procedure\"> </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 Procedure "example-radiological-recist-read-procedure" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-radiological-recist-read-procedure.html\">Radiological read procedure for RECIST</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: Diagnostic procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103693007)</span></p><p><b>code</b>: In partial remission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103337004)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Pateint/examplePatient\">Pateint/examplePatient</a></p><p><b>report</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/DiagnosticReport/exampleDiagnosticReport\">DiagnosticReport/exampleDiagnosticReport</a></p></div>"
},
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "103693007",
"display" : "Diagnostic procedure"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "103337004",
"display" : "In partial remission"
}
]
},
"subject" : {
"reference" : "Pateint/examplePatient"
},
"report" : [
{
"reference" : "DiagnosticReport/exampleDiagnosticReport"
}
]
}