Da Vinci - Coverage Requirements Discovery
2.1.0-preview - STU 2 United States of America flag

Da Vinci - Coverage Requirements Discovery, 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-crd/ and changes regularly. See the Directory of published versions

: Practitioner full example - TTL Representation

Page standards status: Informative

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

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "full"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner full</b></p><a name=\"full\"> </a><a name=\"hcfull\"> </a><a name=\"full-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/some-code-system</code>/9941339108, <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893, <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-CCN.html\" title=\"Per CMS Transmittal 29 dated OCTOBER 12, 2007:\r\n\r\n&quot;The National Provider Identifier (NPI) will replace the Medicare/Medicaid Provider Number on Medicare claims. The NPI will assume the Medicare/Medicaid Provider Number's role as a primary identifier. However, the Medicare/Medicaid Provider Number will continue to be issued to providers and used to verify Medicare/Medicaid certification on all survey and certification, and resident/patient assessment transactions. In order to avoid confusion with the NPI, the Medicare/Medicaid Provider Number (also known as the OSCAR Provider Number, Medicare Identification Number or Provider Number) has been renamed the CMS Certification Number (CCN). The CCN continues to serve a critical role in verifying that a provider has been Medicare certified and for what type of services.&quot;\r\n\r\nSee https://www.cms.gov/regulations-and-guidance/guidance/transmittals/downloads/r29soma.pdf\">CMS Certification Numbers</a>/25456</p><p><b>name</b>: Bone </p><p><b>telecom</b>: ph: 1-234-567-8900, <a href=\"mailto:bones@example.org\">bones@example.org</a></p><p><b>address</b>: </p><ul><li>Suite 100 101 Some Street Las Vegas CA 99999 U.S.A. </li><li>Care of Docs R Us 123 Another Street Vancouver BC V1A 2B3 </li></ul><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Cardiologist</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Surgeon</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/some-code-system"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9941339108" ]
  ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567893" ]
  ] [
fhir:system [ fhir:v "http://terminology.hl7.org/NamingSystem/CMSCertificationNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25456" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Bone" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-234-567-8900" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bones@example.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Suite 100" ] [ fhir:v "101 Some Street" ] ) ;
fhir:city [ fhir:v "Las Vegas" ] ;
fhir:state [ fhir:v "CA" ] ;
fhir:postalCode [ fhir:v "99999" ] ;
fhir:country [ fhir:v "U.S.A." ]
  ] [
    ( fhir:line [ fhir:v "Care of Docs R Us" ] [ fhir:v "123 Another Street" ] ) ;
fhir:city [ fhir:v "Vancouver" ] ;
fhir:state [ fhir:v "BC" ] ;
fhir:postalCode [ fhir:v "V1A 2B3" ]
  ] ) ; # 
  fhir:qualification ( [
fhir:code [
fhir:text [ fhir:v "Cardiologist" ]     ]
  ] [
fhir:code [
fhir:text [ fhir:v "Surgeon" ]     ]
  ] ) . #