{
  "resourceType": "NamingSystem",
  "id": "ca-permanent-resident-card-number",
  "name": "Canada Permanent Resident Card Number",
  "status": "draft",
  "kind": "identifier",
  "date": "2018-01-23T05:03:00+00:00",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0203",
        "code": "PRC",
        "display": "Permanent Resident Card"
      }
    ]
  },
  "description": "Identifier of the name space for Canada Permanent Resident Card Number issued by the country of Canada.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "https://www.iso.org/obp/ui/#iso:code:3166:CA",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "uniqueId": [
    {
      "type": "uri",
      "value": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-permanent-resident-card-number",
      "preferred": true
    }
  ]
}