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

: Patient Generated Document informationRecipient 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:informationRecipient ( [
fhir:intendedRecipient [
      ( fhir:id [
fhir:extension [ fhir:v "adameveryman@direct.sampleHISP.com" ] ;
fhir:root [ fhir:v "2.16.123.123.12345.1234" ]       ] ) ; #  Identifier based on the person's Direct Address which is a secure and trusted mechanism for identifying \n          a person discretely. The root of the id is the OID of the HISP Assigning Authority for the Direct Address
fhir:informationRecipient [
        ( fhir:name [
          ( fhir:given [
fhir:data [ fhir:v "Adam" ]           ] ) ;
          ( fhir:family [
fhir:data [ fhir:v "Everyman" ]           ] )         ] )       ] ;
fhir:receivedOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "999.3" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19" ]         ] ) ; #  id using HL7 example OID. 
        ( fhir:name [
fhir:other [ fhir:v "MyPersonalHealthRecord.Com" ]         ] )       ]     ]
  ] [
fhir:intendedRecipient [
      ( fhir:id [
fhir:extension [ fhir:v "999.4" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19" ]       ] [
fhir:extension [ fhir:v "1122334455" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]       ] [
fhir:extension [ fhir:v "DrP@direct.sampleHISP2.com" ] ;
fhir:root [ fhir:v "2.16.123.123.12345.4321" ]       ] ) ; #  Unique\/Trusted id using HL7 example OID. 
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:(781)555-1212"^^xsd:anyURI ]       ] [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "mailto:DrP@direct.sampleHISP2.com"^^xsd:anyURI ]       ] ) ;
fhir:informationRecipient [
        ( fhir:name [
          ( fhir:prefix [
fhir:data [ fhir:v "Dr." ]           ] ) ;
          ( fhir:given [
fhir:data [ fhir:v "Patricia" ]           ] ) ;
          ( fhir:family [
fhir:data [ fhir:v "Primary" ]           ] )         ] )       ] ;
fhir:receivedOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "999.2" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19" ]         ] [
fhir:extension [ fhir:v "1234567890" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]         ] ) ; #  Unique\/Trusted id using HL7 example OID. 
        ( fhir:name [
fhir:other [ fhir:v "Good Health Internal Medicine" ]         ] ) ;
        ( fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:(781)555-1212"^^xsd:anyURI ]         ] ) ;
        ( fhir:addr [
          ( fhir:streetAddressLine [ ] ) ;
          ( fhir:city [ ] ) ;
          ( fhir:state [ ] ) ;
          ( fhir:postalCode [ ] ) ;
          ( fhir:country [ ] )         ] )       ]     ]
  ] ) . #  The document is intended for multiple recipients, Adam himself and his PCP physician.