Create an Organization Resource
The FHIR Organization resource represents the provider system in the FHIR repository. It serves as the foundation for assigning access permissions and linking provider systems to attributed members.
identifier.system = https://smiledigitalhealth.com/credentialmap/oidc/clientmeta.tag.system = https://smiledigitalhealth.com/payer-exchange-directorymeta.tag.code = Exchange DirectoryExample Organization Resource
{
"resourceType": "Organization",
"meta": {
"tag": [
{
"system": "https://smiledigitalhealth.com/payer-exchange-directory",
"code": "Exchange Directory"
}
]
},
"identifier": [
{
"system": "https://smiledigitalhealth.com/credentialmap/oidc/client",
"value": "provider-system-client-id"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"name": "ABC Provider System"
}
Notes:
You are about to leave the Smile Digital Health documentation and navigate to the Open Source HAPI-FHIR Documentation.