@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RelatedPerson ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "G-401"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: RelatedPerson G-401

identifier: SB/237129812 (use: secondary, ), Unspecified Identifier/G-401_1442678380000620

active: true

patient: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

relationship: Guarantor

name: Lisa S Chamberlain

telecom: ph: 2146690123123(Work)

gender: Female

birthDate: 1959-10-23

address: 6790 Oak St Plano TX 75248 USA

" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "secondary" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/identifier-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "SB" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ; fhir:value [ fhir:v "237129812" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ; fhir:text [ fhir:v "Unspecified Identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/RelatedPersonId/Training"^^xsd:anyURI ] ; fhir:value [ fhir:v "G-401_1442678380000620" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/patient-contact-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "guarantor" ] ; fhir:display [ fhir:v "Guarantor" ] ] ) ; fhir:text [ fhir:v "Guarantor" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Chamberlain" ] ; fhir:given ( [ fhir:v "Lisa" ] [ fhir:v "S" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "2146690123123" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:gender [ fhir:v "female" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/gender"^^xsd:anyURI ] ; fhir:code [ fhir:v "F" ] ; fhir:display [ fhir:v "Female" ] ] ] ) ] ; # fhir:birthDate [ fhir:v "1959-10-23"^^xsd:date] ; # fhir:address ( [ fhir:line ( [ fhir:v "6790 Oak St" ] ) ; fhir:city [ fhir:v "Plano" ] ; fhir:state [ fhir:v "TX" ] ; fhir:postalCode [ fhir:v "75248" ] ; fhir:country [ fhir:v "USA" ] ] ) . # # -------------------------------------------------------------------------------------