Consolidated CDA
3.0.0-ballot - ballot United States of America flag

Publication Build: This will be filled in by the publication tooling

: Consultation Note Complete 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 -------------------------------------------------------------------

# 
 Title:        Consultation Note
 Filename:     C-CDA_R2_Consultation_Note.xml
 Created by:   Lantana Consulting Group, LLC
 
 $LastChangedDate: 2014-11-12 23:25:09 -0500 (Wed, 12 Nov 2014) $
  
 ********************************************************
 Disclaimer: This sample file contains representative data elements to represent a Consultation Note. 
 The file depicts a fictional character's health data. Any resemblance to a real person is coincidental. 
 To illustrate as many data elements as possible, the clinical scenario may not be plausible. 
 The data in this sample file is not intended to represent real patients, people or clinical events. 
 This sample is designed to be used in conjunction with the C-CDA Clinical Notes Implementation Guide.
 ********************************************************
 

 a fhir:ClinicalDocument ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:realmCode ( [
fhir:code [ fhir:v "US" ]
  ] ) ; #  ** CDA Header ** 
  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 "2023-05-01" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.10.20.22.1.1" ]
  ] [
fhir:extension [ fhir:v "2015-08-01" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.10.20.22.1.4" ]
  ] ) ; #  Identifies document as conformant to US Realm Header (V2) Template 
  fhir:id [
fhir:extension [ fhir:v "TT988" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19.5.99999.1" ]
  ] ; # 
  fhir:code [
fhir:code [ fhir:v "11488-4" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Consultation Note" ]
  ] ; # 
  fhir:title [
fhir:xmlText [ fhir:v "Community Health Consult Note" ]
  ] ; # 
  fhir:effectiveTime [
fhir:value [ fhir:v "2013-08-01T05:00:00-08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:confidentialityCode [
fhir:code [ fhir:v "N" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.25" ]
  ] ; # 
  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 ]
  ] ; # 
  fhir:recordTarget ( [
fhir:patientRole [
      ( fhir:id [
fhir:extension [ fhir:v "444-22-2222" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.1" ]       ] ) ; #  Example Social Security Number using the actual SSN OID. 
      ( fhir:addr [
        ( fhir:use [ fhir:v "HP" ] ) ;
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "2222 Home Street" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Beaverton" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "97867" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ] #  US is \"United States\" from ISO 3166-1 Country Codes: 1.0.3166.1          ] )       ] ) ; #  HP is \"primary home\" from codeSystem 2.16.840.1.113883.5.1119 
      ( fhir:telecom [
        ( fhir:use [ fhir:v "HP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)555-2003"^^xsd:anyURI ]       ] ) ; #  HP is \"primary home\" from HL7 AddressUse 2.16.840.1.113883.5.1119 
fhir:patient [
        ( fhir:name [
          ( fhir:use [ fhir:v "L" ] ) ;
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Eve" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Betterhalf" ] ;
              ( fhir:qualifier [ fhir:v "SP" ] )             ] )           ] )         ] [
          ( fhir:use [ fhir:v "SRCH" ] ) ;
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Eve" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Everywoman" ] ;
              ( fhir:qualifier [ fhir:v "BR" ] )             ] )           ] )         ] ) ; #  The first name element represents what the patient is known as 
fhir:administrativeGenderCode [
fhir:code [ fhir:v "F" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.1" ] ;
fhir:codeSystemName [ fhir:v "AdministrativeGender" ] ;
fhir:displayName [ fhir:v "Female" ]         ] ;
fhir:birthTime [
fhir:value [ fhir:v "1975-05-01"^^xsd:date ]         ] ; #  Date of birth need only be precise to the day 
fhir:maritalStatusCode [
fhir:code [ fhir:v "M" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.2" ] ;
fhir:codeSystemName [ fhir:v "MaritalStatusCode" ] ;
fhir:displayName [ fhir:v "Married" ]         ] ;
fhir:religiousAffiliationCode [
fhir:code [ fhir:v "1013" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.1076" ] ;
fhir:codeSystemName [ fhir:v "HL7 Religious Affiliation" ] ;
fhir:displayName [ fhir:v "Christian (non-Catholic, non-specific)" ]         ] ;
fhir:raceCode [
fhir:code [ fhir:v "2106-3" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.238" ] ;
fhir:codeSystemName [ fhir:v "Race & Ethnicity - CDC" ] ;
fhir:displayName [ fhir:v "White" ]         ] ; #  CDC Race and Ethnicity code set contains the five minimum race and ethnicity \n					categories defined by OMB Standards 
        ( fhir:sdtcRaceCode [
fhir:code [ fhir:v "2076-8" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.238" ] ;
fhir:codeSystemName [ fhir:v "Race & Ethnicity - CDC" ] ;
fhir:displayName [ fhir:v "Hawaiian or Other Pacific Islander" ]         ] ) ; #  The raceCode extension is only used if raceCode is valued 
fhir:ethnicGroupCode [
fhir:code [ fhir:v "2186-5" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.238" ] ;
fhir:codeSystemName [ fhir:v "Race & Ethnicity - CDC" ] ;
fhir:displayName [ fhir:v "Not Hispanic or Latino" ]         ] ;
        ( fhir:guardian [
fhir:code [
fhir:code [ fhir:v "POWATT" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.1.11.19830" ] ;
fhir:codeSystemName [ fhir:v "ResponsibleParty" ] ;
fhir:displayName [ fhir:v "Power of Attorney" ]           ] ;
          ( fhir:addr [
            ( fhir:use [ fhir:v "HP" ] ) ;
            ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "2222 Home Street" ]               ]             ] [
fhir:city [
fhir:xmlText [ fhir:v "Beaverton" ]               ]             ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]               ]             ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "97867" ]               ]             ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]               ]             ] )           ] ) ;
          ( fhir:telecom [
            ( fhir:use [ fhir:v "MC" ] ) ;
fhir:value [ fhir:v "tel:+1(555)555-2008"^^xsd:anyURI ]           ] ) ;
fhir:guardianPerson [
            ( fhir:name [
              ( fhir:item [
                ( fhir:given [
fhir:xmlText [ fhir:v "Boris" ]                 ] )               ] [
                ( fhir:given [
fhir:xmlText [ fhir:v "Bo" ] ;
                  ( fhir:qualifier [ fhir:v "CL" ] )                 ] )               ] [
                ( fhir:family [
fhir:xmlText [ fhir:v "Betterhalf" ]                 ] )               ] )             ] )           ]         ] ) ;
fhir:birthplace [
fhir:place [
fhir:addr [
              ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "4444 Home Street" ]                 ]               ] [
fhir:city [
fhir:xmlText [ fhir:v "Beaverton" ]                 ]               ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]                 ]               ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "97867" ]                 ]               ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]                 ]               ] )             ]           ]         ] ;
        ( fhir:languageCommunication [
fhir:languageCode [
fhir:code [ fhir:v "en" ]           ] ;
fhir:modeCode [
fhir:code [ fhir:v "ESP" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.60" ] ;
fhir:codeSystemName [ fhir:v "LanguageAbilityMode" ] ;
fhir:displayName [ fhir:v "Expressed spoken" ]           ] ;
fhir:proficiencyLevelCode [
fhir:code [ fhir:v "G" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.61" ] ;
fhir:codeSystemName [ fhir:v "LanguageAbilityProficiency" ] ;
fhir:displayName [ fhir:v "Good" ]           ] ;
fhir:preferenceInd [
fhir:value [ fhir:v "true"^^xsd:boolean ]           ] #  Patient's preferred language          ] )       ] ;
fhir:providerOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "219BX" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]         ] ) ; #  Organizations SHOULD have an NPI; this is a real root; fake extension 
        ( fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "The DoctorsTogether Physician Group" ]           ] )         ] ) ;
        ( fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel: +1(555)555-5000"^^xsd:anyURI ]         ] ) ;
        ( fhir:addr [
          ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1007 Health Drive" ]             ]           ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]             ]           ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]             ]           ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]             ]           ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]             ]           ] )         ] )       ]     ]
  ] ) ; # 
  fhir:author ( [
fhir:time [
fhir:value [ fhir:v "2013-07-31"^^xsd:date ]     ] ;
fhir:assignedAuthor [
      ( fhir:id [
fhir:extension [ fhir:v "555555555" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "207QA0505X" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.101" ] ;
fhir:codeSystemName [ fhir:v "Healthcare Provider Taxonomy (HIPAA)" ] ;
fhir:displayName [ fhir:v "Adult Medicine" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1004 Healthcare Drive" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)-1004"^^xsd:anyURI ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Patricia" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Patty" ] ;
              ( fhir:qualifier [ fhir:v "CL" ] )             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Primary" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "M.D." ] ;
              ( fhir:qualifier [ fhir:v "AC" ] )             ] )           ] )         ] )       ]     ]
  ] ) ; # 
  fhir:dataEnterer [
fhir:assignedEntity [
      ( fhir:id [
fhir:extension [ fhir:v "333777777" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]       ] ) ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1007 Healthcare Drive" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)-1050"^^xsd:anyURI ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Ellen" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Enter" ]             ] )           ] )         ] )       ]     ]
  ] ; # 
  fhir:informant ( [
fhir:assignedEntity [
      ( fhir:id [
fhir:extension [ fhir:v "888888888" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19.5" ]       ] ) ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1007 Healthcare Drive" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)-1003"^^xsd:anyURI ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Harold" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Hippocrates" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "D.O." ] ;
              ( fhir:qualifier [ fhir:v "AC" ] )             ] )           ] )         ] )       ]     ]
  ] ) ; # 
  fhir:custodian [
fhir:assignedCustodian [
fhir:representedCustodianOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "321CX" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]         ] ) ;
fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "Good Health HIE" ]           ] )         ] ;
fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)-1009"^^xsd:anyURI ]         ] ;
fhir:addr [
          ( fhir:use [ fhir:v "WP" ] ) ;
          ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1009 Healthcare Drive" ]             ]           ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]             ]           ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]             ]           ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]             ]           ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]             ]           ] )         ]       ]     ]
  ] ; # 
  fhir:informationRecipient ( [
fhir:intendedRecipient [
fhir:informationRecipient [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Sara" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Specialize" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "M.D." ] ;
              ( fhir:qualifier [ fhir:v "AC" ] )             ] )           ] )         ] )       ] ;
fhir:receivedOrganization [
        ( fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "The DoctorsApart Physician Group" ]           ] )         ] )       ]     ]
  ] ) ; # 
  fhir:legalAuthenticator [
fhir:time [
fhir:value [ fhir:v "2013-08-01T22:36:15-08:00"^^xsd:dateTime ]     ] ;
fhir:signatureCode [
fhir:code [ fhir:v "S" ]     ] ;
fhir:assignedEntity [
      ( fhir:id [
fhir:extension [ fhir:v "555555555" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "207QA0505X" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.101" ] ;
fhir:codeSystemName [ fhir:v "Healthcare Provider Taxonomy (HIPAA)" ] ;
fhir:displayName [ fhir:v "Adult Medicine" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1004 Healthcare Drive" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)-1004"^^xsd:anyURI ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Patricia" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Patty" ] ;
              ( fhir:qualifier [ fhir:v "CL" ] )             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Primary" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "M.D." ] ;
              ( fhir:qualifier [ fhir:v "AC" ] )             ] )           ] )         ] )       ]     ]
  ] ; # 
  fhir:authenticator ( [
fhir:time [
fhir:value [ fhir:v "2013-08-01T10:30:00-08:00"^^xsd:dateTime ]     ] ;
fhir:signatureCode [
fhir:code [ fhir:v "S" ]     ] ;
fhir:assignedEntity [
      ( fhir:id [
fhir:extension [ fhir:v "555555555" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "207QA0505X" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.101" ] ;
fhir:codeSystemName [ fhir:v "Healthcare Provider Taxonomy (HIPAA)" ] ;
fhir:displayName [ fhir:v "Adult Medicine" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1004 Healthcare Drive" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Portland" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "OR" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "99123" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:+1(555)-1004"^^xsd:anyURI ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Patricia" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Patty" ] ;
              ( fhir:qualifier [ fhir:v "CL" ] )             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Primary" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "M.D." ] ;
              ( fhir:qualifier [ fhir:v "AC" ] )             ] )           ] )         ] )       ]     ]
  ] ) ; # 
  fhir:participant ( [
fhir:typeCode [ fhir:v "CALLBCK" ] ;
fhir:time [
fhir:value [ fhir:v "2005-03-29T22:44:11+05:00"^^xsd:dateTime ]     ] ;
fhir:associatedEntity [
fhir:classCode [ fhir:v "ASSIGNED" ] ;
      ( fhir:id [
fhir:extension [ fhir:v "99999999" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.4.6" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "200000000X" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.101" ] ;
fhir:displayName [ fhir:v "Allopathic & Osteopathic Physicians" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "1002 Healthcare Drive" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "Ann Arbor" ]           ]         ] [
fhir:state [
fhir:xmlText [ fhir:v "MI" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "97857" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "US" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [ fhir:v "tel:555-555-1002"^^xsd:anyURI ]       ] ) ;
fhir:associatedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Henry" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "Seven" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "DO" ]             ] )           ] )         ] )       ]     ]
  ] ) ; #  This participant represents the person to contact for questions about the consult summary 
  fhir:inFulfillmentOf ( [
fhir:typeCode [ fhir:v "FLFS" ] ;
fhir:order [
fhir:classCode [ fhir:v "ACT" ] ;
fhir:moodCode [ fhir:v "RQO" ] ;
      ( fhir:id [
fhir:extension [ fhir:v "1298989898" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.6.96" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "388975008" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.96" ] ;
fhir:codeSystemName [ fhir:v "SNOMED CT" ] ;
fhir:displayName [ fhir:v "Weight Reduction Consultation" ]       ]     ]
  ] ) ; #  Describes prior orders that are fulfilled (in whole or part) by the service events described in the Consultation Note 
  fhir:componentOf [
fhir:encompassingEncounter [
      ( fhir:id [
fhir:extension [ fhir:v "9937012" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.19" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "99213" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.12" ] ;
fhir:codeSystemName [ fhir:v "CPT-4" ] ;
fhir:displayName [ fhir:v "Evaluation and Management" ]       ] ;
fhir:effectiveTime [
fhir:low [
fhir:value [ fhir:v "2013-07-31"^^xsd:date ]         ] ;
fhir:high [
fhir:value [ fhir:v "2013-07-31"^^xsd:date ]         ]       ] ;
fhir:location [
fhir:healthCareFacility [
          ( fhir:id [
fhir:root [ fhir:v "2.16.540.1.113883.19.2" ]           ] )         ]       ]     ]
  ] ; # 
  fhir:component [
fhir:structuredBody [ ] #  TODO - Structured Body 
  ] . #  
#*******************************************************
#     CDA Body
#*******************************************************
#