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

FHIR IG Statistics: StructureDefinition/PatientINCISIVE

Packageincisive.fhir
Resource TypeStructureDefinition
IdPatientINCISIVE
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/StructureDefinition/PatientINCISIVE
URLhttps://simplifier.net/INCISIVE/StructureDefinition/PatientINCISIVE
Version20230717
Statusactive
Date2023-07-17T11:36:43.8799013+00:00
NamePatientINCISIVE
TitlePatient for Breast, Colorectal, Lung and Prostate cancer
DescriptionDefines the Patient structure used by INCISIVE
TypePatient
Kindresource

Resources that use this resource

CapabilityStatement
INCISIVEServerCapabilityStatementINCISIVE FHIR Server CapabilityStatement

Resources that this resource uses

StructureDefinition
CurrentStateCurrentState
EthnicityEthnicity
ValueSet
EthnicityCodesEthnicity Codes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "PatientINCISIVE",
  "url": "https://simplifier.net/INCISIVE/StructureDefinition/PatientINCISIVE",
  "version": "20230717",
  "name": "PatientINCISIVE",
  "title": "Patient for Breast, Colorectal, Lung and Prostate cancer",
  "status": "active",
  "date": "2023-07-17T11:36:43.8799013+00:00",
  "publisher": "FTSS",
  "description": "Defines the Patient structure used by INCISIVE",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "Information for a patient involving in the INCISIVE Project",
        "definition": "Demographics and other administrative information about a patient involving in the INCISIVE Project"
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.extension:CurrentState",
        "path": "Patient.extension",
        "sliceName": "CurrentState",
        "short": "Current state of INCISIVE patient",
        "definition": "The Patient's current state.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/INCISIVE/StructureDefinition/CurrentState"
            ]
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "Current State Codes",
          "valueSet": "https://simplifier.net/INCISIVE/ValueSet/CurrentState"
        }
      },
      {
        "id": "Patient.extension:Ethnicity",
        "path": "Patient.extension",
        "sliceName": "Ethnicity",
        "short": "Ethnicity of INCISIVE patient",
        "definition": "The Patient's ethnicity.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/INCISIVE/StructureDefinition/Ethnicity"
            ]
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "Ethnicity Codes",
          "valueSet": "https://simplifier.net/INCISIVE/ValueSet/EthnicityCodes"
        }
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "short": "An identifier for INCISIVE patient",
        "definition": "This identifier is Pseudo-anonymized Identifier"
      },
      {
        "id": "Patient.identifier.type",
        "path": "Patient.identifier.type",
        "short": "Description of identifier type",
        "definition": "A coded type for the identifier, which is a pseudo-anonymized identifier"
      },
      {
        "id": "Patient.identifier.type.text",
        "path": "Patient.identifier.type.text",
        "short": "Patient number",
        "definition": "This is where the patient number is filled in and the number represents the patient identifier. This identifier is pseudo-anonymized identifier"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "Patient's gender",
        "definition": "The gender that the patient is considered to have for administration and record keeping purposes. The value can be male | female and is case-sensitive."
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "short": "INCISIVE Data provider organization that is the custodian of the patient record",
        "definition": "Use relative reference to the Organization resource."
      },
      {
        "id": "Patient.managingOrganization.reference",
        "path": "Patient.managingOrganization.reference",
        "short": "Use relative reference to the Organization resource",
        "definition": "A reference to a location at which the patient is found. The reference is relative reference, in which case it is relative to the service base URL, e.g., reference value=\"Organization/organization00\"."
      }
    ]
  }
}