Da Vinci Prior Authorization Support (PAS) FHIR IG
2.2.1 - STU 2.2 United States of America flag

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.2.1 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

: Referral Authorization Response Bundle Example

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ReferralAuthorizationResponseBundleExample> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ReferralAuthorizationResponseBundleExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-pas-response-bundle" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-pas-response-bundle>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://example.org/SUBMITTER_TRANSACTION_IDENTIFIER" ] ;
     fhir:Identifier.value [ fhir:value "A12345" ]
  ] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.timestamp [ fhir:value "2005-05-02T11:02:00+05:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/ClaimResponse/PractitionerRequestorResponseExample" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/ClaimResponse/PractitionerRequestorResponseExample>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/UMOExample" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/Organization/UMOExample>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/InsurerExample" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/Organization/InsurerExample>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Patient/SubscriberExample" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/Patient/SubscriberExample>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Practitioner/ReferralPractitionerExample" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/Practitioner/ReferralPractitionerExample>
  ] .

<http://example.org/fhir/ClaimResponse/PractitionerRequestorResponseExample> a fhir:ClaimResponse ;
  fhir:Resource.id [ fhir:value "PractitionerRequestorResponseExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-claimresponse" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-claimresponse>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ClaimResponse_PractitionerRequestorResponseExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse PractitionerRequestorResponseExample</b></p><a name=\"PractitionerRequestorResponseExample\"> </a><a name=\"hcPractitionerRequestorResponseExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-claimresponse.html\">PAS Claim Response</a></p></div><p><b>identifier</b>: <code>http://example.org/PATIENT_EVENT_TRACE_NUMBER</code>/111099</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-SubscriberExample.html\">JOE SMITH  Male, DoB Unknown ( http://example.org/MIN#12345678901)</a></p><p><b>created</b>: 2005-05-02 11:02:00+0500</p><p><b>insurer</b>: <a href=\"Organization-InsurerExample.html\">Organization MARYLAND CAPITAL INSURANCE COMPANY</a></p><p><b>requestor</b>: <a href=\"PractitionerRole-ReferralPractitionerRoleExample.html\">PractitionerRole: telecom = ph: 4029993456</a></p><p><b>request</b>: <a href=\"Claim-ReferralAuthorizationExample.html\">Claim: extension = Urgent,; identifier = urn:trnorg:9012345678#111099; status = active; type = Professional; use = preauthorization; created = 2005-05-02 11:01:00+0500; priority = Normal</a></p><p><b>outcome</b>: Processing Complete</p><blockquote><p><b>item</b></p><p><b>Item Requested Service Date</b>: 2005-05-02 --&gt; 2005-06-02</p><p><b>Item Preauthorization Issue Date</b>: 2005-05-02</p><p><b>Item Preauthorization Period</b>: 2005-05-02 --&gt; 2005-06-02</p><blockquote><p><b>Item Authorized Provider</b></p><ul><li>provider: <a href=\"Practitioner-ReferralPractitionerExample.html\">Practitioner SUSAN WATSON </a></li><li>http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-authorizedProviderType: <span title=\"Codes:{https://codesystem.x12.org/005010/98 P3}\">P3</span></li></ul></blockquote><blockquote><p><b>Item Authorized Detail</b></p><ul><li>productOrServiceCode: <span title=\"Codes:{https://codesystem.x12.org/005010/1365 3}\">Consultation</span></li><li>unitPrice: <span title=\"US Dollar\">$100.00</span> (USD)</li><li>quantity: 1</li></ul></blockquote><p><b>itemSequence</b>: 1</p><h3>Adjudications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Category</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adjudication submitted}\">Submitted Amount</span></td></tr></table></blockquote></div>"
  ] ;
  fhir:ClaimResponse.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/PATIENT_EVENT_TRACE_NUMBER" ] ;
     fhir:Identifier.value [ fhir:value "111099" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "http://example.org/USER_ASSIGNED" ] ;
         fhir:Identifier.value [ fhir:value "9012345678" ]
       ]
     ]
  ] ;
  fhir:ClaimResponse.status [ fhir:value "active"] ;
  fhir:ClaimResponse.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ;
       fhir:Coding.code [ fhir:value "professional" ]
     ]
  ] ;
  fhir:ClaimResponse.use [ fhir:value "preauthorization"] ;
  fhir:ClaimResponse.patient [
     fhir:link <http://hl7.org/fhir/Patient/SubscriberExample> ;
     fhir:Reference.reference [ fhir:value "Patient/SubscriberExample" ]
  ] ;
  fhir:ClaimResponse.created [ fhir:value "2005-05-02T11:02:00+05:00"^^xsd:dateTime] ;
  fhir:ClaimResponse.insurer [
     fhir:link <http://hl7.org/fhir/Organization/InsurerExample> ;
     fhir:Reference.reference [ fhir:value "Organization/InsurerExample" ]
  ] ;
  fhir:ClaimResponse.requestor [
     fhir:link <http://hl7.org/fhir/PractitionerRole/ReferralPractitionerRoleExample> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/ReferralPractitionerRoleExample" ]
  ] ;
  fhir:ClaimResponse.request [
     fhir:link <http://hl7.org/fhir/Claim/ReferralAuthorizationExample> ;
     fhir:Reference.reference [ fhir:value "Claim/ReferralAuthorizationExample" ]
  ] ;
  fhir:ClaimResponse.outcome [ fhir:value "complete"] ;
  fhir:ClaimResponse.item [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-itemRequestedServiceDate" ] ;
       fhir:Extension.valuePeriod [
         fhir:Period.start [ fhir:value "2005-05-02"^^xsd:date ] ;
         fhir:Period.end [ fhir:value "2005-06-02"^^xsd:date ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-itemPreAuthIssueDate" ] ;
       fhir:Extension.valueDate [ fhir:value "2005-05-02"^^xsd:date ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-itemPreAuthPeriod" ] ;
       fhir:Extension.valuePeriod [
         fhir:Period.start [ fhir:value "2005-05-02"^^xsd:date ] ;
         fhir:Period.end [ fhir:value "2005-06-02"^^xsd:date ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "provider" ] ;
         fhir:Extension.valueReference [
           fhir:link <http://hl7.org/fhir/Practitioner/ReferralPractitionerExample> ;
           fhir:Reference.reference [ fhir:value "Practitioner/ReferralPractitionerExample" ]
         ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-authorizedProviderType" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index -1 ;
             fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/98" ] ;
             fhir:Coding.code [ fhir:value "P3" ]
           ]
         ]
       ] ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-itemAuthorizedProvider" ]
     ], [
       fhir:index -1 ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "productOrServiceCode" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index -1 ;
             fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/1365" ] ;
             fhir:Coding.code [ fhir:value "3" ] ;
             fhir:Coding.display [ fhir:value "Consultation" ]
           ]
         ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "unitPrice" ] ;
         fhir:Extension.valueMoney [
           fhir:Money.value [ fhir:value "100"^^xsd:decimal ] ;
           fhir:Money.currency [ fhir:value "USD" ]
         ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "quantity" ] ;
         fhir:Extension.valueQuantity [
           fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
         ]
       ] ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-itemAuthorizedDetail" ]
     ] ;
     fhir:ClaimResponse.item.itemSequence [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:ClaimResponse.item.adjudication [
       fhir:index -1 ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Element.extension [
           fhir:index -1 ;
           fhir:Extension.url [ fhir:value "number" ] ;
           fhir:Extension.valueString [ fhir:value "AUTH0001" ]
         ], [
           fhir:index -1 ;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-reviewActionCode" ] ;
           fhir:Extension.valueCodeableConcept [
             fhir:CodeableConcept.coding [
               fhir:index -1 ;
               fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/306" ] ;
               fhir:Coding.code [ fhir:value "A1" ] ;
               fhir:Coding.display [ fhir:value "Certified in total" ]
             ]
           ]
         ] ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-reviewAction" ]
       ] ;
       fhir:ClaimResponse.item.adjudication.category [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adjudication" ] ;
           fhir:Coding.code [ fhir:value "submitted" ]
         ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/SubscriberExample> a fhir:Patient .

<http://hl7.org/fhir/Organization/InsurerExample> a fhir:Organization .

<http://hl7.org/fhir/PractitionerRole/ReferralPractitionerRoleExample> a fhir:PractitionerRole .

<http://hl7.org/fhir/Claim/ReferralAuthorizationExample> a fhir:Claim .

<http://hl7.org/fhir/Practitioner/ReferralPractitionerExample> a fhir:Practitioner .

<http://example.org/fhir/Organization/UMOExample> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "UMOExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-requestor" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-requestor>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_UMOExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization UMOExample</b></p><a name=\"UMOExample\"> </a><a name=\"hcUMOExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-requestor.html\">PAS Requestor Organization</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/8189991234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/98 X3}\">X3</span></p><p><b>name</b>: DR. JOE SMITH CORPORATION</p><p><b>address</b>: 111 1ST STREET SAN DIEGO CA 92101 US </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "8189991234" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/98" ] ;
       fhir:Coding.code [ fhir:value "X3" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "DR. JOE SMITH CORPORATION"] ;
  fhir:Organization.address [
     fhir:index -1 ;
     fhir:Address.line [
       fhir:value "111 1ST STREET" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "SAN DIEGO" ] ;
     fhir:Address.state [ fhir:value "CA" ] ;
     fhir:Address.postalCode [ fhir:value "92101" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] .

<http://example.org/fhir/Organization/InsurerExample> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "InsurerExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-insurer" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-insurer>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_InsurerExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization InsurerExample</b></p><a name=\"InsurerExample\"> </a><a name=\"hcInsurerExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-insurer.html\">PAS Insurer Organization</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/98 PR}\">PR</span></p><p><b>name</b>: MARYLAND CAPITAL INSURANCE COMPANY</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1234567893" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/98" ] ;
       fhir:Coding.code [ fhir:value "PR" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "MARYLAND CAPITAL INSURANCE COMPANY"] .

<http://example.org/fhir/Patient/SubscriberExample> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "SubscriberExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_SubscriberExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient SubscriberExample</b></p><a name=\"SubscriberExample\"> </a><a name=\"hcSubscriberExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-subscriber.html\">PAS Subscriber Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">JOE SMITH  Male, DoB Unknown ( http://example.org/MIN#12345678901)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"A patient's military status.\"><a href=\"StructureDefinition-extension-militaryStatus.html\">Military Status</a></td><td colspan=\"3\"><span title=\"Codes:{https://codesystem.x12.org/005010/584 RU}\">RU</span></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-militaryStatus" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "https://codesystem.x12.org/005010/584" ] ;
         fhir:Coding.code [ fhir:value "RU" ]
       ]
     ]
  ] ;
  fhir:Patient.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/MIN" ] ;
     fhir:Identifier.value [ fhir:value "12345678901" ]
  ] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:HumanName.family [ fhir:value "SMITH" ] ;
     fhir:HumanName.given [
       fhir:value "JOE" ;
       fhir:index -1
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] .

<http://example.org/fhir/Practitioner/ReferralPractitionerExample> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "ReferralPractitionerExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-practitioner" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-practitioner>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ReferralPractitionerExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ReferralPractitionerExample</b></p><a name=\"ReferralPractitionerExample\"> </a><a name=\"hcReferralPractitionerExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-practitioner.html\">PAS Practitioner</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><p><b>name</b>: SUSAN WATSON </p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1234567893" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index -1 ;
     fhir:HumanName.family [ fhir:value "WATSON" ] ;
     fhir:HumanName.given [
       fhir:value "SUSAN" ;
       fhir:index -1
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ReferralAuthorizationResponseBundleExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/ReferralAuthorizationResponseBundleExample.ttl> .