SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions
: SDOHCC Practitioner Dr Jan Water Example - TTL Representation
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 "SDOHCC-PractitionerDrJanWaterExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] )
] ; #
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 SDOHCC-PractitionerDrJanWaterExample</b></p><a name=\"SDOHCC-PractitionerDrJanWaterExample\"> </a><a name=\"hcSDOHCC-PractitionerDrJanWaterExample\"> </a><a name=\"SDOHCC-PractitionerDrJanWaterExample-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1111111111, <code>http://www.deerland.org/practitioners</code>/24242</p><p><b>active</b>: true</p><p><b>name</b>: Dr Jan Water</p><p><b>address</b>: 318 Humble Street, Deerland IL 62223 (home)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1111111111" ]
] [
fhir:system [ fhir:v "http://www.deerland.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "24242" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:text [ fhir:v "Dr Jan Water" ] ;
fhir:family [ fhir:v "Water" ] ;
( fhir:given [ fhir:v "Jan" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "318 Humble Street," ] ) ;
fhir:city [ fhir:v "Deerland" ] ;
fhir:state [ fhir:v "IL" ] ;
fhir:postalCode [ fhir:v "62223" ]
] ) . #