Consolidated CDA Release 2.1 StructureDefinition Publication
2.1 - CI Build United States of America flag

Consolidated CDA Release 2.1 StructureDefinition Publication, published by Health Level Seven. This is not an authorized publication; it is the continuous build for version 2.1). This version is based on the current content of https://github.com/HL7/CDA-ccda-2.1-sd/ and changes regularly. See the Directory of published versions

: Transfer Summary participant (Support) 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:ClinicalDocument ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:participant ( [
fhir:typeCode [ fhir:v "IND" ] ;
fhir:time [
fhir:low [
fhir:value [ fhir:v "1959-01-01" ]       ] ;
fhir:high [
fhir:value [ fhir:v "2011-10-25" ]       ]     ] ;
fhir:associatedEntity [
fhir:classCode [ fhir:v "ECON" ] ;
fhir:code [
fhir:code [ fhir:v "MTH" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.111" ]       ] ;
      ( fhir:addr [
        ( fhir:streetAddressLine [ ] ) ;
        ( fhir:city [ ] ) ;
        ( fhir:state [ ] ) ;
        ( fhir:postalCode [ ] ) ;
        ( fhir:country [ ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:(999)555-1212"^^xsd:anyURI ]       ] ) ;
fhir:associatedPerson [
        ( fhir:name [
          ( fhir:prefix [
fhir:data [ fhir:v "Mrs." ]           ] ) ;
          ( fhir:given [
fhir:data [ fhir:v "Martha" ]           ] ) ;
          ( fhir:family [
fhir:data [ fhir:v "Jones" ]           ] )         ] )       ]     ]
  ] [
fhir:typeCode [ fhir:v "IND" ] ;
fhir:functionCode [
fhir:code [ fhir:v "407543004" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.96" ] ;
fhir:codeSystemName [ fhir:v "SNOMED-CT" ] ;
fhir:displayName [ fhir:v "Primary Carer" ]     ] ;
fhir:time [
fhir:low [
fhir:value [ fhir:v "1959-01-01" ]       ] ;
fhir:high [
fhir:value [ fhir:v "2011-10-25" ]       ]     ] ;
fhir:associatedEntity [
fhir:classCode [ fhir:v "CAREGIVER" ] ;
fhir:code [
fhir:code [ fhir:v "MTH" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.111" ]       ] ;
      ( fhir:addr [
        ( fhir:streetAddressLine [ ] ) ;
        ( fhir:city [ ] ) ;
        ( fhir:state [ ] ) ;
        ( fhir:postalCode [ ] ) ;
        ( fhir:country [ ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:(999)555-1212"^^xsd:anyURI ]       ] ) ;
fhir:associatedPerson [
        ( fhir:name [
          ( fhir:prefix [
fhir:data [ fhir:v "Mrs." ]           ] ) ;
          ( fhir:given [
fhir:data [ fhir:v "Martha" ]           ] ) ;
          ( fhir:family [
fhir:data [ fhir:v "Jones" ]           ] )         ] )       ]     ]
  ] ) . #