Skip to main content

NamingSystem Resource

If you have enabled Assigning Authorities for AdvaPACS then NamingSystem's bind Assigning Authorities through to systems that can be used in FHIR. These NamingSystem's can then be used as the system when declaring identifiers in other FHIR resources.

Reference

For full information on the NamingSystem resource, please refer to the FHIR standard.

Supported Transactions

  • Search
  • Read

Example Resource

This example shows the attributes supported by AdvaPACS.

{
"resourceType": "NamingSystem",
"id": "99e3ef1f-67f4-4243-a77f-525c98834886",
"name": "NATIONAL_ID",
"status": "active",
"kind": "identifier",
"date": "2022-12-26T07:26:49+00:00",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PN"
}
]
},
"uniqueId": [
{
"type": "other",
"value": "NATIONAL_ID",
"comment": "HL7 V2"
},
{
"type": "uri",
"value": "https://sgp.api.integration.advapacs.com/fhir/NamingSystem/99e3ef1f-67f4-4243-a77f-525c98834886",
"comment": "FHIR System"
}
]
}