Da Vinci Prior Authorization Support (PAS) FHIR IG, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pas/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "SurgicalPractitionerExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner SurgicalPractitionerExample</b></p><a name=\"SurgicalPractitionerExample\"> </a><a name=\"hcSurgicalPractitionerExample\"> </a><a name=\"SurgicalPractitionerExample-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><p><b>name</b>: SUSAN WATSON </p><p><b>telecom</b>: ph: 4029993456</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1234567893"
}
],
"name" : [
{
"family" : "WATSON",
"given" : [
"SUSAN"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "4029993456"
}
]
}