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

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

Packagenhs.fhir.lv.vvis
Resource TypeStructureDefinition
IdVVIS-Identifier-UnverifiedPersonIdentifier-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/UnverifiedPersonIdentifier
URLhttps://vvis.gov.lv/fhir/StructureDefinition/Identifier/UnverifiedPersonIdentifier
Version1
Statusactive
NameUnverifiedPersonIdentifier
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/UnverifiedPersonIdentifier",
  "version": "1",
  "name": "UnverifiedPersonIdentifier",
  "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": "Verified personal identifier",
        "definition": "An identifier of the patient whose identity is not proved by person identity document. This identifier is used when a patient is unconscious, when a person for any reason cannot prove his or her identity, when a baby is found in the baby-box. 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.7",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.display",
        "path": "Identifier.type.coding.display",
        "min": 1,
        "fixedString": "Nedroša LV iedzīvotāja 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",
        "min": 1,
        "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 - //EHR has no validation * portal side not clear",
        "min": 1,
        "maxLength": 50,
        "constraint": [
          {
            "key": "IdValueUnverified-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"
      }
    ]
  }
}