@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- # Compliant with HI Vendor Test Data a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "banks-mia-leanne"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Mia Leanne Banks female, DoB: 1983-08-25 ( IHI/8003608333647261)


Contact Details:
Individual Pronouns:
  • value: she/her/her/hers/herself
Person Recorded Sex Or Gender:
  • value: Female
  • type: Sex at Birth
Individual Gender Identity:
  • value: Identifies as female gender (finding)
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"^^xsd:anyURI ] ; fhir:extension ( [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:446141000124107 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "446141000124107" ] ; fhir:display [ fhir:v "Identifies as female gender (finding)" ] ] ) ] ] ) ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-pronouns"^^xsd:anyURI ] ; fhir:extension ( [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a loinc:LA29519-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "LA29519-8" ] ; fhir:display [ fhir:v "she/her/her/hers/herself" ] ] ) ] ] ) ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ] ; fhir:extension ( [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:248152002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "248152002" ] ] ) ; fhir:text [ fhir:v "Female" ] ] ] [ fhir:url [ fhir:v "type"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:1515311000168102 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1515311000168102" ] ] ) ; fhir:text [ fhir:v "Sex at Birth" ] ] ] ) ] ) ; # fhir:identifier ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "verified" ] ; fhir:display [ fhir:v "verified" ] ] ] ) ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608333647261" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "usual" ] ; fhir:family [ fhir:v "Banks" ] ; fhir:given ( [ fhir:v "Mia" ] [ fhir:v "Leanne" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0270102724" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491574632" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0270107520" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mia.banks@myownpersonaldomain.com" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "270107520" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1983-08-25"^^xsd:date] ; # fhir:address ( [ fhir:line ( [ fhir:v "50 Sebastien St" ] ) ; fhir:city [ fhir:v "Minjary" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2720" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------