@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RelatedPerson; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Example-Smith-Johnson-HealthcareAgent1"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-HealthcareAgent"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "

Primary Healthcare Agent

The person I choose as my Primary Healthcare Agent is:

Charles Johnson

(Son)

CharlesSJ@example.com

[SELECTED to act as a healthcare agent on 3/29/2021, at 2:25 PM CDT]

[ACCEPTED to act as a healthcare agent on 4/1/2021, at 3:39 PM CDT]

" ]; fhir:RelatedPerson.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ]; fhir:RelatedPerson.relationship [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:75783-1; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "75783-1" ]; fhir:Coding.display [ fhir:value "Primary healthcare agent [Reported]" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]; fhir:Coding.code [ fhir:value "SON" ]; fhir:Coding.display [ fhir:value "natural son" ] ] ]; fhir:RelatedPerson.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Johnson" ]; fhir:HumanName.given [ fhir:value "Charles"; fhir:index 0 ] ]; fhir:RelatedPerson.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "CharlesSJ@example.com" ]; fhir:ContactPoint.use [ fhir:value "home" ] ] . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------