{
"description": "Defines the Patient structure used by INCISIVE",
"_filename": "PatientINCISIVE.StructureDefinition.json",
"package_name": "incisive.fhir",
"date": "2023-07-17T11:36:43.8799013+00:00",
"derivation": "constraint",
"publisher": "FTSS",
"fhirVersion": "4.0.1",
"name": "PatientINCISIVE",
"abstract": false,
"type": "Patient",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Patient for Breast, Colorectal, Lung and Prostate cancer",
"package_version": "1.0.1-preview",
"status": "active",
"id": "a8fd88fe-e997-4215-8414-7caf06519c30",
"kind": "resource",
"url": "https://simplifier.net/INCISIVE/StructureDefinition/PatientINCISIVE",
"version": "20230717",
"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",
"min": 0,
"path": "Patient.extension",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"path": "Patient.extension",
"min": 0,
"definition": "The Patient's current state.",
"short": "Current state of INCISIVE patient",
"type": [ {
"code": "Extension",
"profile": [ "https://simplifier.net/INCISIVE/StructureDefinition/CurrentState" ]
} ],
"sliceName": "CurrentState",
"binding": {
"strength": "preferred",
"valueSet": "https://simplifier.net/INCISIVE/ValueSet/CurrentState",
"description": "Current State Codes"
},
"max": "1",
"id": "Patient.extension:CurrentState"
}, {
"path": "Patient.extension",
"min": 0,
"definition": "The Patient's ethnicity.",
"short": "Ethnicity of INCISIVE patient",
"type": [ {
"code": "Extension",
"profile": [ "https://simplifier.net/INCISIVE/StructureDefinition/Ethnicity" ]
} ],
"sliceName": "Ethnicity",
"binding": {
"strength": "preferred",
"valueSet": "https://simplifier.net/INCISIVE/ValueSet/EthnicityCodes",
"description": "Ethnicity Codes"
},
"max": "1",
"id": "Patient.extension:Ethnicity"
}, {
"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\"."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}