AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: RelatedPerson - Mother of John Smith - TTL Representation

Page standards status: Informative

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:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "smith-emma-john"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: RelatedPerson</b><a name=\"smith-emma-john\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource RelatedPerson &quot;smith-emma-john&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-relatedperson.html\">AU Core RelatedPerson</a></p></div><p><b>identifier</b>: Medicare Number: 1234567892 (period: (?) --&gt; 2024-05)</p><p><b>patient</b>: <a href=\"Patient-baby-smith-john.html\">Patient/baby-smith-john</a> &quot; SMITH&quot;</p><p><b>relationship</b>: mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#MTH)</span></p><p><b>name</b>: Emma SMITH </p><p><b>telecom</b>: ph: 0491 579 212(MOBILE)</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 "1234567892" ] ;
fhir:period [
fhir:end [ fhir:v "2024-05"^^xsd:gYearMonth ]     ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/baby-smith-john" ] ;
fhir:identifier [
fhir:use [ fhir:v "temp" ] ;
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://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7746677" ] ;
fhir:assigner [
fhir:display [ fhir:v "QLD Hospital" ]       ]     ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "SMITH" ] ;
    ( fhir:given [ fhir:v "Emma" ] ) ;
    ( fhir:prefix [ fhir:v "Mrs." ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0491 579 212" ] ;
fhir:use [ fhir:v "mobile" ]
  ] ) . #