US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions
: mental-health-provider-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 "mental-health-provider-example-1"] ; #
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 mental-health-provider-example-1</b></p><a name=\"mental-health-provider-example-1\"> </a><a name=\"hcmental-health-provider-example-1\"> </a><a name=\"mental-health-provider-example-1-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>/22329591320, <code>http://ncsbn.org/identifier/example-system</code>/5516813518</p><p><b>name</b>: Lazslo Cravensworth </p><p><b>telecom</b>: <a href=\"mailto:lazslo.cravensworth@hospital.net\">lazslo.cravensworth@hospital.net</a></p><p><b>address</b>: 333 Main Street Miami FL 01002 (work)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22329591320" ]
] [
fhir:system [ fhir:v "http://ncsbn.org/identifier/example-system"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5516813518" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Cravensworth" ] ;
( fhir:given [ fhir:v "Lazslo" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "lazslo.cravensworth@hospital.net" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "333 Main Street" ] ) ;
fhir:city [ fhir:v "Miami" ] ;
fhir:state [ fhir:v "FL" ] ;
fhir:postalCode [ fhir:v "01002" ]
] ) . #