Person-Centered Outcomes Test Data - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Health & Wellness Coach - 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 "pcoPractitionerGonzalez"] ; #
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 pcoPractitionerGonzalez</b></p><a name=\"pcoPractitionerGonzalez\"> </a><a name=\"hcpcoPractitionerGonzalez\"> </a><a name=\"pcoPractitionerGonzalez-en-US\"> </a><p><b>identifier</b>: <code>http://example.org</code>/ee8d4ac0-545c-4501-8d7e-646bfbda6cd7 (use: official, )</p><p><b>name</b>: Maria Gonzalez, NBC-HWC</p><p><b>gender</b>: Female</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ee8d4ac0-545c-4501-8d7e-646bfbda6cd7" ]
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "Maria Gonzalez, NBC-HWC" ] ;
fhir:family [ fhir:v "Gonzalez" ] ;
( fhir:given [ fhir:v "Maria" ] ) ;
( fhir:suffix [ fhir:v "NBC-HWC" ] )
] ) ; #
fhir:gender [ fhir:v "female"] . #