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

FHIR IG Statistics: StructureDefinition/VVIS-Identifier-ForeignerIdentifier-v0.StructureDefinition

Packagenhs.fhir.lv.vvis
Resource TypeStructureDefinition
IdVVIS-Identifier-ForeignerIdentifier-v0.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=nhs.fhir.lv.vvis@0.1.0-test&canonical=https://vvis.gov.lv/fhir/StructureDefinition/Identifier/ForeignerIdentifier
URLhttps://vvis.gov.lv/fhir/StructureDefinition/Identifier/ForeignerIdentifier
Version1
Statusactive
NameForeignerIdentifier
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
LVPatientLVPatient

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://vvis.gov.lv/fhir/StructureDefinition/Identifier/ForeignerIdentifier",
  "version": "1",
  "name": "ForeignerIdentifier",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier",
        "path": "Identifier",
        "short": "Foreigner Identifier",
        "definition": "An identifier of the patient whose identity is not registered in Latvian Migration Office but is proved by identity document. This identifier is used for foreigners receiving helth care services including persons excluded from the Latvian physical person registry. Identifier is being assigned by a medical institution providing health care services to the patient.",
        "mustSupport": true
      },
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "max": "0"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding",
        "path": "Identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.system",
        "path": "Identifier.type.coding.system",
        "max": "0"
      },
      {
        "id": "Identifier.type.coding.version",
        "path": "Identifier.type.coding.version",
        "max": "0"
      },
      {
        "id": "Identifier.type.coding.code",
        "path": "Identifier.type.coding.code",
        "min": 1,
        "fixedCode": "1.3.6.1.4.1.38760.3.1.8",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.display",
        "path": "Identifier.type.coding.display",
        "min": 1,
        "fixedString": "Ārzemnieka identifikācija",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.userSelected",
        "path": "Identifier.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Identifier.type.text",
        "path": "Identifier.type.text",
        "max": "0"
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "definition": "1.3.6.1.4.1.38760.3.1.8.[variable] - identity type code with country extension is expected (any code from 1.3.6.1.4.1.38760.2.21 value set where association id 125 = 1.3.6.1.4.1.38760.3.1.8)",
        "min": 1,
        "example": [
          {
            "label": "LY / LĪBIJA",
            "valueUri": "1.3.6.1.4.1.38760.3.1.8.2"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://vvis.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.21"
        }
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "short": "Identifier value",
        "definition": "Person identity number.",
        "min": 1,
        "maxLength": 50,
        "constraint": [
          {
            "key": "IdValueForeiger-con1",
            "severity": "error",
            "human": "Allowed symbols: [a-zA-Z0-9_/-]",
            "expression": "matches('[a-zA-Z0-9_/-]+')"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "max": "0"
      },
      {
        "id": "Identifier.assigner.reference",
        "path": "Identifier.assigner.reference",
        "short": "Reference to medical institution"
      }
    ]
  }
}