My Health Record FHIR IG - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
# Compliant with HI Test Data in Vendor Environment
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hi-testdata-guthridge-theodore"] ; #
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 hi-testdata-guthridge-theodore</b></p><a name=\"hi-testdata-guthridge-theodore\"> </a><a name=\"hchi-testdata-guthridge-theodore\"> </a><p><b>identifier</b>: HPI-I/8003614900041243</p><p><b>name</b>: Theodore GUTHRIDGE </p><p><b>address</b>: 4 River Cct VICTORIA RIVER DOWNS NT 0852 AU </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1956-02-10</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ;
fhir:display [ fhir:v "National provider identifier" ] ] ) ;
fhir:text [ fhir:v "HPI-I" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003614900041243" ]
] ) ; # <meta>
# <profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"/>
# </meta>
fhir:name ( [
fhir:family [ fhir:v "GUTHRIDGE" ] ;
( fhir:given [ fhir:v "Theodore" ] )
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "4 River Cct" ] ) ;
fhir:city [ fhir:v "VICTORIA RIVER DOWNS" ] ;
fhir:state [ fhir:v "NT" ] ;
fhir:postalCode [ fhir:v "0852" ] ;
fhir:country [ fhir:v "AU" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1956-02-10"^^xsd:date] . #
IG © 2025+ Australian Digital Health Agency. Package au.digitalhealth.r4#1.4.0 based on FHIR 4.0.1. Generated 2025-07-24
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use