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

FHIR IG Statistics: StructureDefinition/StructureDefinition-cce-core-Encounter-Fall

Packagecce.fhir.full
Resource TypeStructureDefinition
IdStructureDefinition-cce-core-Encounter-Fall
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.full@0.2.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Encounter-Fall
URLhttps://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Encounter-Fall
Version0.0.1
Statusdraft
NameFall
DescriptionEncounter merely forms a timeline/chronology of the various events (diagnosis, therapies and courses)
TypeEncounter
Kindresource

Resources that use this resource

StructureDefinition
cce-core-Observation-GeneticVariantGeneticVariant
cce-core-Observation-GradingGrading
cce-core-Observation-LocalTumorStatusLocalTumorStatus
cce-core-Observation-NumberOfLymphNodesAffectedNumberOfLymphNodesAffected
cce-core-Observation-NumberOfLymphNodesExaminedNumberOfLymphNodesExamined
cce-core-Observation-NumberOfSentinelLymphNodesAffectedNumberOfSentinelLymphNodesAffected
cce-core-Observation-NumberOfSentinelLymphNodesExaminedNumberOfSentinelLymphNodesExamined
cce-core-Observation-OverallAssessmentResidualstatusOverallAssessmentResidualstatus

Resources that this resource uses

StructureDefinition
cce-core-Patient-PseudonymPatient Pseudonym
cce-core-Condition-PrimarydiagnosisPrimarydiagnosis
cce-core-Patient-PatientPatient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Encounter-Fall",
  "version": "0.0.1",
  "name": "Fall",
  "status": "draft",
  "description": "Encounter merely forms a timeline/chronology of the various events (diagnosis, therapies and courses)",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.status",
        "path": "Encounter.status",
        "mustSupport": true
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "mustSupport": true
      },
      {
        "id": "Encounter.class.system",
        "path": "Encounter.class.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "short": "The patient present at the encounter",
        "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": "Encounter.period",
        "path": "Encounter.period",
        "mustSupport": true
      },
      {
        "id": "Encounter.diagnosis",
        "path": "Encounter.diagnosis",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Encounter.diagnosis.condition",
        "path": "Encounter.diagnosis.condition",
        "short": "The diagnosis relevant to the encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Condition-Primarydiagnosis"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}