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

FHIR IG Statistics: StructureDefinition/VVIS-Identifier-VerifiedPersonIdentifier-v1.StructureDefinition

Packagenhs.fhir.lv.vvis
Resource TypeStructureDefinition
IdVVIS-Identifier-VerifiedPersonIdentifier-v1.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=nhs.fhir.lv.vvis@0.1.0-test&canonical=https://vvis.gov.lv/fhir/StructureDefinition/Identifier/VerifiedPersonIdentifier
URLhttps://vvis.gov.lv/fhir/StructureDefinition/Identifier/VerifiedPersonIdentifier
Version1
Statusactive
NameVerifiedPersonIdentifier
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/VerifiedPersonIdentifier",
  "version": "1",
  "name": "VerifiedPersonIdentifier",
  "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 - identifies the patient uniquely and unambiguously. Identifier which is provided by a trusted authority, most offen by Office of Citizenship and Migration Affairs.",
        "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.1",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.display",
        "path": "Identifier.type.coding.display",
        "min": 1,
        "fixedString": "LV Personas kods",
        "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 - 11 digits without any dash or space",
        "min": 1,
        "example": [
          {
            "label": "Latvian personal identity number",
            "valueString": "11111100000"
          }
        ],
        "maxLength": 11,
        "constraint": [
          {
            "key": "IdValueVerified-con1",
            "severity": "error",
            "human": "Allowed symbols: [0-9]",
            "expression": "matches('[0-9]+')"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "max": "0"
      }
    ]
  }
}