Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Phoebe KIRKLAND (Vendor Environment HI Test Data plus language spoken) - 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 -------------------------------------------------------------------

# Compliant with HI Test Data in Vendor Environment

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hi-testdata-kirkland-phoebe"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1>     ] )
  ] ; # 
  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-kirkland-phoebe</b></p><a name=\"hi-testdata-kirkland-phoebe\"> </a><a name=\"hchi-testdata-kirkland-phoebe\"> </a><a name=\"hi-testdata-kirkland-phoebe-en-AU\"> </a><p><b>identifier</b>: HPI-I/8003618233375103</p><p><b>name</b>: Phoebe KIRKLAND </p><p><b>address</b>: 42 Maple Qy TOIBERRY TAS 7301 AU </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1974-10-24</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360|2.7 BS}\">Bachelor of Science (Oral Health Therapy)</span></td><td>Example University 01</td></tr></table></div>"
  ] ; # 
  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 "8003618233375103" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "KIRKLAND" ] ;
    ( fhir:given [ fhir:v "Phoebe" ] )
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "42 Maple Qy" ] ) ;
fhir:city [ fhir:v "TOIBERRY" ] ;
fhir:state [ fhir:v "TAS" ] ;
fhir:postalCode [ fhir:v "7301" ] ;
fhir:country [ fhir:v "AU" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1974-10-24"^^xsd:date] ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360|2.7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BS" ] ;
fhir:display [ fhir:v "Bachelor of Science" ]       ] ) ;
fhir:text [ fhir:v "Bachelor of Science (Oral Health Therapy)" ]     ] ;
fhir:issuer [
fhir:display [ fhir:v "Example University 01" ]     ]
  ] ) . #