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

: US Realm Header 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:realmCode ( [
fhir:code [ fhir:v "US" ]
  ] ) ; # 
  fhir:typeId [
fhir:extension [ fhir:v "POCD_HD000040" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.1.3" ]
  ] ; # 
  fhir:templateId ( [
fhir:extension [ fhir:v "2015-08-01" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.10.20.22.1.1" ]
  ] ) ; #  CCD template 
  fhir:id [
fhir:extension [ fhir:v "TT988" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19.5.99999.1" ]
  ] ; #  Globally unique identifier for the document  
  fhir:code [
fhir:code [ fhir:v "34133-9" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Summarization of Episode Note" ]
  ] ; # 
  fhir:title [
fhir:data [ fhir:v "Patient Chart Summary" ]
  ] ; #  Title of the document 
  fhir:effectiveTime [
fhir:value [ fhir:v "2012-09-15T10:30:00-08:00" ]
  ] ; # 
  fhir:confidentialityCode [
fhir:code [ fhir:v "N" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.25" ] ;
fhir:codeSystemName [ fhir:v "Confidentiality" ] ;
fhir:displayName [ fhir:v "normal" ]
  ] ; # 
  fhir:languageCode [
fhir:code [ fhir:v "en-US" ]
  ] ; # 
  fhir:setId [
fhir:extension [ fhir:v "sTT988" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19.5.99999.19" ]
  ] ; # 
  fhir:versionNumber [
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] . #  Version of the document