@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/Practitioner/JoeSmith> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "JoeSmith"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Practitioner"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Practitioner>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner JoeSmith</b></p><a name=\"JoeSmith\"> </a><a name=\"hcJoeSmith\"> </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\">Last updated: 2020-07-07 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Practitioner.html\">NDH Practitioner Profile</a></p></div><p><b>NDH Verification Status</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS complete}\">Complete</span></p><p><b>identifier</b>: <code>http://example.org/ndh-identifiers</code>/JoeSmith</p><p><b>active</b>: true</p><p><b>name</b>: Joe Smith, MD</p><p><b>telecom</b>: ph: 555-123-6666(Home), ph: 555-123-1234(Work)</p><p><b>address</b>: </p><ul><li>263 Farmington Ave Farmington CT 06030 US (home)</li><li>400 Lee Rd Farmington, CT 06032 Farmington CT 06032 US (work)</li></ul><blockquote><p><b>qualification</b></p><blockquote><p><b>NDH Practitioner Qualification</b></p><ul><li>status: active</li><li>whereValid: <span title=\"Codes:{https://www.usps.com/ CT}\">Connecticut</span></li></ul></blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">MD</span></p><p><b>issuer</b>: State of Connecticut</p></blockquote><blockquote><p><b>qualification</b></p><blockquote><p><b>NDH Practitioner Qualification</b></p><ul><li>status: active</li><li>whereValid: <span title=\"Codes:{https://www.usps.com/ CT}\">Connecticut</span></li></ul></blockquote><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207R00000X}\">Board Certified Internal Medicine</span></p><p><b>issuer</b>: American Board of Internal Medicine</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS>
         ] ;
         fhir:code [ fhir:v "complete" ] ;
         fhir:display [ fhir:v "Complete" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "active"
       ]
     ] ) ;
     fhir:system [
       fhir:v "http://example.org/ndh-identifiers"^^xsd:anyURI ;
       fhir:l <http://example.org/ndh-identifiers>
     ] ;
     fhir:value [ fhir:v "JoeSmith" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Joe Smith, MD" ] ;
     fhir:family [ fhir:v "Smith" ] ;
     fhir:given ( [ fhir:v "Joe" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-123-6666" ] ;
     fhir:use [ fhir:v "home" ]
  ] [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-123-1234" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "263 Farmington Ave" ] ) ;
     fhir:city [ fhir:v "Farmington" ] ;
     fhir:state [ fhir:v "CT" ] ;
     fhir:postalCode [ fhir:v "06030" ] ;
     fhir:country [ fhir:v "US" ]
  ] [
     fhir:use [ fhir:v "work" ] ;
     fhir:type [ fhir:v "physical" ] ;
     fhir:line ( [ fhir:v "400 Lee Rd Farmington, CT 06032" ] ) ;
     fhir:city [ fhir:v "Farmington" ] ;
     fhir:state [ fhir:v "CT" ] ;
     fhir:postalCode [ fhir:v "06032" ] ;
     fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:qualification ( [
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "status"^^xsd:anyURI ;
           fhir:l fhir:status
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "active"
         ]
       ] [
         fhir:url [
           fhir:v "whereValid"^^xsd:anyURI ;
           fhir:l fhir:whereValid
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [
               fhir:v "https://www.usps.com/"^^xsd:anyURI ;
               fhir:l <https://www.usps.com/>
             ] ;
             fhir:code [ fhir:v "CT" ]
           ] )
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification>
       ]
     ] ) ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0360>
         ] ;
         fhir:version [ fhir:v "2.1.0" ] ;
         fhir:code [ fhir:v "MD" ]
       ] ) ;
       fhir:text [ fhir:v "MD" ]
     ] ;
     fhir:issuer [
       fhir:display [ fhir:v "State of Connecticut" ]
     ]
  ] [
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "status"^^xsd:anyURI ;
           fhir:l fhir:status
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "active"
         ]
       ] [
         fhir:url [
           fhir:v "whereValid"^^xsd:anyURI ;
           fhir:l fhir:whereValid
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [
               fhir:v "https://www.usps.com/"^^xsd:anyURI ;
               fhir:l <https://www.usps.com/>
             ] ;
             fhir:code [ fhir:v "CT" ]
           ] )
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-practitioner-qualification>
       ]
     ] ) ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ;
           fhir:l <http://nucc.org/provider-taxonomy>
         ] ;
         fhir:code [ fhir:v "207R00000X" ] ;
         fhir:display [ fhir:v "Internal Medicine Physician" ]
       ] ) ;
       fhir:text [ fhir:v "Board Certified Internal Medicine" ]
     ] ;
     fhir:issuer [
       fhir:display [ fhir:v "American Board of Internal Medicine" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

