CardX Hypertension Management, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CardX-HTN-MNG/ and changes regularly. See the Directory of published versions
: practitioner-example-Mary-Hill - 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 "practitioner-example-Mary-Hill"] ; #
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 practitioner-example-Mary-Hill</b></p><a name=\"practitioner-example-Mary-Hill\"> </a><a name=\"hcpractitioner-example-Mary-Hill\"> </a><a name=\"practitioner-example-Mary-Hill-en-US\"> </a><p><b>identifier</b>: 9941339108</p><p><b>name</b>: Hill Mary </p><p><b>address</b>: 1003 Healthcare Drive Amherst MD 01002 (home)</p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "9941339108" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Mary" ] ;
( fhir:given [ fhir:v "Hill" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "1003 Healthcare Drive" ] ) ;
fhir:city [ fhir:v "Amherst" ] ;
fhir:state [ fhir:v "MD" ] ;
fhir:postalCode [ fhir:v "01002" ]
] ) . #