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

FHIR IG Statistics: StructureDefinition/EEBase-Patient

Packageee.hl7.fhir.base.r4
Resource TypeStructureDefinition
IdEEBase-Patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ee.hl7.fhir.base.r4@1.0.4-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEBase-Patient
URLhttps://hl7.ee/fhir/StructureDefinition/EEBase-Patient
Version1.0.0
Statusdraft
Date2022-11-03T14:56:40.4598428+00:00
NameEEBasePatient
TitleEEBase Patient
Authorityhl7
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
EEMPI-Observation-SocialHistory-EducationLevelEE MPI Observation SocialHistory Education Level
EEMPI-Observation-SocialHistory-EducationRecordEE MPI Observation SocialHistory Education Record
EEMPI-Observation-SocialHistory-OccupationEE MPI Observation SocialHistory Occupation
EEMPI-Patient-AnimalEE MPI Patient Animal
EEMPI-Patient-NewbornEE MPI Patient Newborn
EEMPI-Patient-UnknownEE MPI Patient Unknown
EEMPI-Patient-VerifiedEE MPI Patient Verified
EEBase-EncounterEEBase Encounter
EEBase-EpisodeOfCareEEBase EpisodeOfCare
EEBase-ObservationEEBase Observation
EEBase-RelatedPersonEEBase RelatedPerson

Resources that this resource uses

StructureDefinition
EEBase-AddressEEBase Address
EEBase-ESTIDEEBase Estonian Personal Identification Number
EEBase-OrganizationEEBase Organization
EEBase-PractitionerEEBase Practitioner
EEBase-PractitionerRoleEEBase PractitionerRole
EEBase-TISIDEEBase TIS ID
Extension-EEBase-ADSEEBase ADS extension
Extension-EEBase-EHAKEEBase EHAK extension

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"
            ]
          }
        ]
      }
    ]
  }
}