@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:RelatedPerson; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Example-McBee-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:

Sally Bobbins

SallyBobbins@example.com

[SELECTED to act as a healthcare agent on 3/23/2018, at 9:13 AM CST]

[As of 12/6/2019, at 1:11 AM CDT, a response is still PENDING]

" ]; fhir:RelatedPerson.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/Example-McBee-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:RelatedPerson.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Sally" ]; fhir:HumanName.given [ fhir:value "Bobbins"; fhir:index 0 ] ]; fhir:RelatedPerson.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "SallyBobbins@example.com" ]; fhir:ContactPoint.use [ fhir:value "home" ] ] . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------