CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue ButtonĀ®)
2.1.0 - STU 2.1  flag

Publication Build: This will be filled in by the publication tooling

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

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Practitioner4"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2022-07-27T10:23:11+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner|2.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner|2.1.0>     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Practitioner4</b></p><a name=\"Practitioner4\"> </a><a name=\"hcPractitioner4\"> </a><a name=\"Practitioner4-en-US\"> </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: 2022-07-27 10:23:11+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Practitioner.html\">C4BB Practitionerversion: null2.1.0)</a></p></div><p><b>identifier</b>: National provider identifier/9941339100</p><p><b>active</b>: true</p><p><b>name</b>: Henry Levin </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ]       ] )     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9941339100" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Levin" ] ;
    ( fhir:given [ fhir:v "Henry" ] ) ;
    ( fhir:suffix [ fhir:v "MD" ] )
  ] ) . #