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 TNM Tumor Category Observation - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "example-tnm-category-observation",
"meta" : {
"profile" : [
🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/tnm-category-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-tnm-category-observation\"> </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 "example-tnm-category-observation" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-tnm-category-observation.html\">TNM Tumor Category Observation</a></p></div><p><b>partOf</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Procedure/ExampleTNMProcedure\">Procedure/ExampleTNMProcedure</a></p><p><b>status</b>: final</p><p><b>code</b>: TNM Brain tumor staging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#254353002)</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/Patient/examplePatient\">Patient/examplePatient</a></p><p><b>focus</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/BodyStructure/exampleBodyStructure\">BodyStructure/exampleBodyStructure</a></p><p><b>value</b>: Primary tumor.clinical [Class] Cancer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21905-5)</span></p></div>"
},
"partOf" : [
{
"reference" : "Procedure/ExampleTNMProcedure"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "254353002",
"display" : "TNM Brain tumor staging"
}
]
},
"subject" : {
"reference" : "Patient/examplePatient"
},
"focus" : [
{
"reference" : "BodyStructure/exampleBodyStructure"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "21905-5",
"display" : "Primary tumor.clinical [Class] Cancer"
}
]
}
}