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

FHIR IG Statistics: StructureDefinition/StructureDefinition-cce-core-Patient-Patient

Packagecce.fhir.full
Resource TypeStructureDefinition
IdStructureDefinition-cce-core-Patient-Patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.full@0.2.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient
URLhttps://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient
Statusdraft
NamePatient
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
cce-core-Condition-PrimaryDiagnosisPrimary Diagnosis
cce-core-MedicationStatement-SystemicTherapySystemic Therapy
cce-core-Observation-HistologyHistology
cce-core-Observation-TNMcTNMc
cce-core-Observation-TNMpTNMp
cce-core-Observation-VitalStatusVital Status
cce-core-Procedure-OperationOperation
cce-core-Specimen-SpecimenSpecimen
cce-core-ClinicalImpression-ProgressCourse
cce-core-Condition-PrimarydiagnosisPrimarydiagnosis
cce-core-MedicationStatement-SystemtherapySystemtherapy
cce-core-Observation-VitalstatusVitalstatus
cce-core-Encounter-FallFall
cce-core-Observation-DeathCauseDeath Cause
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

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Patient",
  "name": "Patient",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "mustSupport": true
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "mustSupport": true
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Patient.deceased[x]:deceasedDateTime",
        "path": "Patient.deceased[x]",
        "sliceName": "deceasedDateTime",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Patient.deceased[x]:deceasedBoolean",
        "path": "Patient.deceased[x]",
        "sliceName": "deceasedBoolean",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "max": "0"
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "0"
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "max": "0"
      }
    ]
  }
}