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

FHIR IG Statistics: StructureDefinition/EEBase-RelatedPerson

Packageee.hl7.fhir.base.r4
Resource TypeStructureDefinition
IdEEBase-RelatedPerson
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ee.hl7.fhir.base.r4@1.0.4-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEBase-RelatedPerson
URLhttps://hl7.ee/fhir/StructureDefinition/EEBase-RelatedPerson
Version1.0.0
Statusdraft
Date2022-11-03T15:04:45.7869246+00:00
NameEEBaseRelatedPerson
TitleEEBase RelatedPerson
Authorityhl7
TypeRelatedPerson
Kindresource

Resources that use this resource

StructureDefinition
EEMPIRelatedPersonEE MPI RelatedPerson
EEBase-EncounterEEBase Encounter
EEBase-ObservationEEBase Observation

Resources that this resource uses

StructureDefinition
EEBase-AddressEEBase Address
EEBase-ESTIDEEBase Estonian Personal Identification Number
EEBase-OrganizationEEBase Organization
EEBase-PatientEEBase Patient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "EEBase-RelatedPerson",
  "url": "https://hl7.ee/fhir/StructureDefinition/EEBase-RelatedPerson",
  "version": "1.0.0",
  "name": "EEBaseRelatedPerson",
  "title": "EEBase RelatedPerson",
  "status": "draft",
  "date": "2022-11-03T15:04:45.7869246+00:00",
  "publisher": "HL7 EE",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.identifier",
        "path": "RelatedPerson.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "RelatedPerson.identifier:est-id",
        "path": "RelatedPerson.identifier",
        "sliceName": "est-id",
        "short": "An identifier for Estonian person",
        "definition": "Eesti isiku identifikaator",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-ESTID"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.identifier:tis-id",
        "path": "RelatedPerson.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."
      },
      {
        "id": "RelatedPerson.identifier:tis-id.system",
        "path": "RelatedPerson.identifier.system",
        "fixedUri": "https://hl7.ee/NamingSystem/tis-pid"
      },
      {
        "id": "RelatedPerson.identifier:tis-id.assigner",
        "path": "RelatedPerson.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom",
        "path": "RelatedPerson.telecom",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.address",
        "path": "RelatedPerson.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Address"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.communication.language",
        "path": "RelatedPerson.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"
        }
      }
    ]
  }
}