Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General RelatedPerson Example - TTL Representation

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 "P-284"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-relatedPerson-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-relatedPerson-profile>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<table width=\"100%\">\n				<tbody>\n					<tr>\n						<td width=\"25%\">Brendan Stafford </td>\n						<td width=\"42%\">17535 SW 131st St. Portland, OR 97007 USA Phone: 5032997222</td>\n					</tr>\n				</tbody>\n			</table>\n		</div>"
  ] ; # 
  fhir:identifier ( [
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 "P-284" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/Example1" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SONC" ] ;
fhir:display [ fhir:v "son" ]     ] ) ;
fhir:text [ fhir:v "son" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Benson" ] ;
    ( fhir:given [ fhir:v "Brendan" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5032997222" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "17535 SW 131st St." ] ) ;
fhir:city [ fhir:v "Portland" ] ;
fhir:state [ fhir:v "OR" ] ;
fhir:postalCode [ fhir:v "97007" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . #