Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: DoctorPayne - 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 "DoctorPayne"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitioner"^^xsd:anyURI ;
fhir:link <http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitioner> ] )
] ; #
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 DoctorPayne</b></p><a name=\"DoctorPayne\"> </a><a name=\"hcDoctorPayne\"> </a><a name=\"DoctorPayne-en-AU\"> </a><p><b>identifier</b>: National provider identifier/8003619900015717 (use: official, )</p><p><b>name</b>: Jane Payne </p><p><b>telecom</b>: <a href=\"tel:+61455123456\">+61 455 123456</a></p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
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://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003619900015717" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Payne" ] ;
( fhir:given [ fhir:v "Jane" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+61 455 123456" ]
] ) . #