FHIR IG Statistics: StructureDefinition/EEBase-Patient
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "EEBase-Patient",
"meta": {
"lastUpdated": "2022-11-03T14:54:45.164266+00:00"
},
"url": "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient",
"version": "1.0.0",
"name": "EEBasePatient",
"title": "EEBase Patient",
"status": "draft",
"date": "2022-11-03T14:56:40.4598428+00:00",
"publisher": "HL7 Estonia",
"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",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier:est-id",
"path": "Patient.identifier",
"sliceName": "est-id",
"short": "An identifier for Estonian personal identification number",
"definition": "Eesti isikukoodi identifikaator",
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-ESTID"
]
}
]
},
{
"id": "Patient.identifier:tis-id",
"path": "Patient.identifier",
"sliceName": "tis-id",
"short": "Patient's unique code generated by National Health System",
"definition": "Patsiendi unikaalne tunnus mille alusel teda saab eristada teistest patsientidest TIS-is. Saab kasutada nii välimaalaste kui ka tundmatu patsiendi jaoks (juhtudel kui puudub Eesti isikukood). Mõeldud andmevahetuseks Tervise Infosüsteemiga.",
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-TISID"
]
}
]
},
{
"id": "Patient.active",
"path": "Patient.active",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name",
"path": "Patient.name",
"mustSupport": true
},
{
"id": "Patient.name.text",
"path": "Patient.name.text",
"mustSupport": true
},
{
"id": "Patient.name.family",
"path": "Patient.name.family",
"mustSupport": true
},
{
"id": "Patient.name.given",
"path": "Patient.name.given",
"mustSupport": true
},
{
"id": "Patient.telecom",
"path": "Patient.telecom",
"mustSupport": true
},
{
"id": "Patient.gender",
"path": "Patient.gender",
"mustSupport": true,
"isModifierReason": "Neede for proper reference ranges"
},
{
"id": "Patient.birthDate",
"path": "Patient.birthDate",
"mustSupport": true
},
{
"id": "Patient.birthDate.extension",
"path": "Patient.birthDate.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Patient.birthDate.extension:birthTime",
"path": "Patient.birthDate.extension",
"sliceName": "birthTime",
"min": 0,
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/patient-birthTime"
]
}
],
"isModifier": false
},
{
"id": "Patient.deceased[x]",
"path": "Patient.deceased[x]",
"mustSupport": true
},
{
"id": "Patient.address",
"path": "Patient.address",
"type": [
{
"code": "Address",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Address"
]
}
],
"mustSupport": true
},
{
"id": "Patient.contact.address.extension",
"path": "Patient.contact.address.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Patient.contact.address.extension:ads",
"path": "Patient.contact.address.extension",
"sliceName": "ads",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/Extension-EEBase-ADS"
]
}
],
"isModifier": false
},
{
"id": "Patient.contact.address.extension:ehak",
"path": "Patient.contact.address.extension",
"sliceName": "ehak",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/Extension-EEBase-EHAK"
]
}
],
"isModifier": false
},
{
"id": "Patient.communication.language",
"path": "Patient.communication.language",
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
}
],
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/all-languages"
}
},
{
"id": "Patient.generalPractitioner",
"path": "Patient.generalPractitioner",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Practitioner",
"https://hl7.ee/fhir/StructureDefinition/EEBase-PractitionerRole"
],
"versioning": "independent"
}
],
"mustSupport": true
},
{
"id": "Patient.managingOrganization",
"path": "Patient.managingOrganization",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
]
}
]
}
]
}
}