This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Example of naming system for an identifier
{
"resourceType": "NamingSystem",
"id": "example-id",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Australian IHI Number</b>\n </p>\n \n <p> oid: 1.2.36.1.2001.1003.0</p>\n \n <p> uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0</p>\n \n </div>"
},
"name": "Austalian Healthcare Identifier - Individual",
"status": "active",
"kind": "identifier",
"date": "2015-08-31",
"publisher": "HL7 Australia on behalf of NEHTA",
"contact": [
{
"name": "HL7 Australia FHIR Team",
"telecom": [
{
"system": "other",
"value": "http://hl7-australia.wikispaces.com/FHIR+Australia"
}
]
}
],
"responsible": "HI Service Operator / NEHTA",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "NI",
"display": "National unique individual identifier"
}
],
"text": "IHI"
},
"description": "Australian HI Identifier as established by relevant regulations etc",
"useContext": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AU"
}
]
}
],
"usage": "Used in Australia for identifying patients",
"uniqueId": [
{
"type": "oid",
"value": "1.2.36.1.2001.1003.0"
},
{
"type": "uri",
"value": "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"preferred": true,
"period": {
"start": "2015-08-21"
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.