My Health Record FHIR IG - Local Development build (v1.3.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 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hi-testdata-priest-mac"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td>LASTNAME</td>\n <td>PRIEST</td>\n </tr>\n <tr>\n <td>FIRSTNAME</td>\n <td>Mac</td>\n </tr>\n <tr>\n <td>IHI NUMBER</td>\n <td>8003608333563104</td>\n </tr>\n <tr>\n <td>MEDICARE CARD</td>\n <td>2953307121</td>\n </tr>\n <tr>\n <td>DOB</td>\n <td>9 March 1989</td>\n </tr>\n <tr>\n <td>GENDER</td>\n <td>M</td>\n </tr>\n <tr>\n <td>ADDRESS</td>\n <td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>\n </tr>\n <tr>\n <td>POSTAL ADDRESS</td>\n <td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>\n </tr>\n </table>\n </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 "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ] ] ) ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608333563104" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Patient's Medicare number" ] ] ) ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2953307121" ] ;
fhir:period [
fhir:end [ fhir:v "2024-03-31"^^xsd:date ] ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "PRIEST" ] ;
( fhir:given [ fhir:v "Mac" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1989-03-09"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "55 Council Pnt" ] ) ;
fhir:city [ fhir:v "ASHTONFIELD" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2323" ]
] [
fhir:use [ fhir:v "billing" ] ;
fhir:type [ fhir:v "postal" ] ;
( fhir:line [ fhir:v "55 Council Pnt" ] ) ;
fhir:city [ fhir:v "ASHTONFIELD" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2323" ]
] ) . #
IG © 2024+ Australian Digital Health Agency. Package au.digitalhealth.r4#1.3.0 based on FHIR 4.0.1. Generated 2024-10-25
Publisher:
Australian Digital Health Agency
ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000
Links: Table of Contents |
QA Report
| Version History
| Report an issue or propose a change
Telephone 1300 901 001 or email [email protected]
https://www.digitalhealth.gov.au
Privacy policy |
Terms of Use