FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeStructureDefinition
Idpcr-identifier-types.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pcr.r4.1-1-0-pkg@1.2.5&canonical=http://ehealthontario.ca/fhir/StructureDefinition/pcr-identifier-types
URLhttp://ehealthontario.ca/fhir/StructureDefinition/pcr-identifier-types
Version2.0.0
Statusactive
Date2023-11-08T18:30:16.1139399+00:00
NamePCRIdentifierTypes
TitlePCR Patient Identifier Type
TypeIdentifier
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
pcr-patient-identifier-typePatientIdentifierType

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "719782c9-30a9-4e66-8c45-fe905c729810",
  "meta": {
    "lastUpdated": "2023-11-08T18:27:07.344682+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/pcr-identifier-types",
  "version": "2.0.0",
  "name": "PCRIdentifierTypes",
  "title": "PCR Patient Identifier Type",
  "status": "active",
  "date": "2023-11-08T18:30:16.1139399+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://ehealthontario.ca/fhir/ValueSet/pcr-patient-identifier-type"
        }
      },
      {
        "id": "Identifier.type.coding",
        "path": "Identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Identifier.type.coding.system",
        "path": "Identifier.type.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "id": "Identifier.type.coding.code",
        "path": "Identifier.type.coding.code",
        "min": 1
      },
      {
        "id": "Identifier.type.text",
        "path": "Identifier.type.text",
        "min": 1
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1
      }
    ]
  }
}