FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition-cce-core-Observation-Grading

Packagecce.fhir.full
Resource TypeStructureDefinition
IdStructureDefinition-cce-core-Observation-Grading
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.full@0.2.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Grading
URLhttps://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Grading
Version0.0.1
Statusdraft
NameGrading
DescriptionIndicates the degree of differentiation of the tumor
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
cce-core-Observation-HistologyHistology

Resources that this resource uses

StructureDefinition
cce-core-Patient-PseudonymPatient Pseudonym
cce-core-Encounter-FallFall
cce-core-Patient-PatientPatient
SpecimenSpecimen
ValueSet
GradingVSGrading VS

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Grading",
  "version": "0.0.1",
  "name": "Grading",
  "status": "draft",
  "description": "Indicates the degree of differentiation of the tumor",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding.system",
        "path": "Observation.category.coding.system",
        "min": 1,
        "fixedUri": "http://hl7.org/fhir/observation-category"
      },
      {
        "id": "Observation.category.coding.code",
        "path": "Observation.category.coding.code",
        "min": 1,
        "fixedCode": "laboratory"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "59542-1"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient",
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Pseudonym"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Encounter-Fall"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "short": "effectiveDateTime",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "Grading",
        "definition": "Indicates the degree of differentiation of the tumor",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/GradingVS"
        }
      },
      {
        "id": "Observation.value[x].coding.code",
        "path": "Observation.value[x].coding.code",
        "short": "Grading",
        "definition": "Indicates the degree of differentiation of the tumor",
        "min": 1,
        "mustSupport": false,
        "mapping": [
          {
            "identity": "ADT-GEKID",
            "map": "Histology:Grading",
            "comment": "Histology:Grading"
          },
          {
            "identity": "ISO-11179",
            "map": "urn:dktk:dataelement:9:2",
            "comment": "urn:dktk:dataelement:9:2"
          }
        ]
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.bbmri.de/StructureDefinition/Specimen"
            ]
          }
        ]
      },
      {
        "id": "Observation.specimen.reference",
        "path": "Observation.specimen.reference",
        "min": 1
      }
    ]
  }
}