Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-relatedperson> ] )
] ; #
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: RelatedPerson example3</b></p><a name=\"example3\"> </a><a name=\"hcexample3\"> </a><a name=\"example3-en-AU\"> </a><p><b>identifier</b>: Medicare Number/22968184812 (, period: (?) --> 2022-12)</p><p><b>active</b>: true</p><p><b>patient</b>: Alejandro Hernández MRN: 765567765FRD (Identifier: Medical record number/765567765FRD)</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>name</b>: Bill Simmons </p><p><b>telecom</b>: <a href=\"mailto:billsimmons@amail.example.com\">billsimmons@amail.example.com</a>, ph: (03) 5550 6677(Home)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-04-01</p><p><b>address</b>: 55 Sarah Street Strahan TAS 7468 AU </p></div>"
] ; #
fhir:identifier ( [
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:text [ fhir:v "Medicare Number" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22968184812" ] ;
fhir:period [
fhir:end [ fhir:v "2022-12"^^xsd:gYearMonth ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:patient [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ] ) ] ;
fhir:system [ fhir:v "http://downunderhospital.example.com/identifiers/patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "765567765FRD" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/example0" ] ;
fhir:display [ fhir:v "Downunder Hospital" ] ] ] ;
fhir:display [ fhir:v "Alejandro Hernández MRN: 765567765FRD" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ] ;
fhir:display [ fhir:v "father" ] ] )
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Simmons" ] ;
( fhir:given [ fhir:v "Bill" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "billsimmons@amail.example.com" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5550 6677" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1975-04-01"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "55 Sarah Street" ] ) ;
fhir:city [ fhir:v "Strahan" ] ;
fhir:state [ fhir:v "TAS" ] ;
fhir:postalCode [ fhir:v "7468" ] ;
fhir:country [ fhir:v "AU" ]
] ) . #
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#4.2.2-preview based on FHIR 4.0.1. Generated 2024-12-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change