├── Allergies ├── Allergy to food egg │ ├── Allergy to food egg(C-CDA2.1).xml │ └── Readme.md ├── Allergy to latex │ ├── Allergy to specific substance latex(C-CDA2.1).xml │ └── Readme.md ├── Allergy to specific drug Codeine │ ├── Allergy to specific drug Codeine(C-CDA2.1).xml │ └── Readme.md ├── Allergy to specific drug Penicillin │ ├── Allergy to specific drug Penicillin(C-CDA2.1).xml │ └── Readme.md ├── Allergy to specific drug class Penicillins │ ├── Allergy to specific drug class Penicillins(C-CDA2.1).xml │ └── Readme.md ├── Free-text Allergy to clinical trial drug │ ├── Free-text Allergy to clinical trial drug(C-CDA2.1).xml │ └── README.md ├── No Known Allergies │ ├── No Known Allergies with Author Timestamp(C-CDA2.1).xml │ └── Readme.md ├── No Known Medication Allergies │ ├── No Known Medication Allergies(C-CDA2.1).xml │ └── Readme.md ├── No Section Information Allergies │ ├── No Information Allergies(C-CDA2.1).xml │ └── Readme.md ├── Not Allergic to Peanuts │ ├── Not Allergic to Peanuts(C-CDAR2.1).xml │ └── Readme.md ├── Readme.md ├── Withdrawn Allergy to cat hair │ └── Readme.md └── Withdrawn Allergy to specific drug Epinephrine │ ├── Readme.md │ └── Withdrawn_Allergy to specific drug Epinephrine(C-CDA2.1).xml ├── Care Team ├── Care Team Narrative Only │ ├── Care Team Narrative Only (C-CDAR2.1).xml │ ├── Care Team Rendering.html │ └── Readme.md ├── Care Team Structured Entry │ ├── Care Team Organizer Example.xml │ └── Readme.md └── Readme.md ├── Documents ├── CCD │ ├── CCD 1 │ │ ├── CCD.XML │ │ └── Readme.md │ └── CCD 2 │ │ ├── CCD.xml │ │ └── Readme.md ├── Care Plan │ ├── Care_Plan.xml │ └── Readme.md ├── Consultation Note │ ├── Consultation_Note.xml │ └── Readme.md ├── Diagnostic Imaging Report │ ├── Diagnostic_Imaging_Report.xml │ └── Readme.md ├── Discharge Summary │ ├── Discharge_Summary.xml │ └── Readme.md ├── History and Physical │ ├── History_and_Physical.xml │ └── Readme.md ├── Operative Note │ ├── Operative_Note.xml │ └── Readme.md ├── Procedure Note │ ├── Procedure_Note.xml │ └── Readme.md ├── Progress Note │ ├── Progress_Note.xml │ └── Readme.md ├── Referral Note │ ├── Readme.md │ └── Referral_Note.xml └── Transfer Summary │ ├── Readme.md │ └── Transfer_Summary.xml ├── Encounters ├── Hospital Discharge Encounter with Billable Diagnoses │ ├── Hospital Discharge Encounter with Billable Diagnoses(C-CDA2.1).xml │ └── Readme.md ├── Inpatient Encounter Discharged to Rehab Location │ ├── Inpatient_Encounter_Discharged_to_Rehab_Location(C-CDA2.1).xml │ └── Readme.md ├── Multiple CPT E&M Codes │ ├── Multiple CPT E&M Codes Single Encounter(C-CDAR2.1).xml │ └── Readme.md ├── Outpatient Encounter Patient Disenrolled │ ├── Outpatient Encounter Patient Disenrolled(C-CDA2.1).xml │ └── Readme.md ├── Outpatient Encounter with Diagnoses │ ├── Outpatient Encounter with Diagnoses(C-CDA R2.1).xml │ └── Readme.md └── Readme.md ├── Family History ├── Family History Generic │ ├── Family History generic(C-CDA2.1).xml │ └── Readme.md ├── Family History two individuals same relationship to the patient │ ├── Family History two individuals same relationship to the patient(C-CDA2.1).xml │ └── Readme.md ├── Normal Family History Father deceased-Mother alive │ ├── Normal Family History Father deceased Mother alive(C-CDA2.1).xml │ └── Readme.md └── Readme.md ├── Functional Status ├── Functional Assessment - Glasgow Coma │ ├── Glasgow coma scale(C-CDAR2.1).xml │ └── Readme.md ├── Functional Impairment │ ├── Functional Impairment Dependent on Walking Stick (C-CDAR2.1).xml │ └── Readme.md ├── No Functional Impairment │ ├── No Functional Impairment (C-CDAR2.1).xml │ └── Readme.md └── Readme.md ├── General ├── Authors Performers Informants Participants in CDA Documents │ ├── Authors Performers Informants Participants in CDA Documents.url │ └── Readme.md ├── External Document Reference │ ├── External Document Reference QRDA Template (C-CDAR2.1).xml │ ├── PROBLEMS_in_Empty_C-CDA_2.1 (C-CDAR2.1).xml │ └── readme.md ├── Narrative Reference - Act │ ├── Act text and originalText references (C-CDAR2.1).xml │ └── Readme.md ├── Narrative Reference - Encounter │ ├── Encounter text and originalText references (C-CDAR2.1).xml │ └── Readme.md ├── Narrative Reference - Observation │ ├── Observation text and originalText references (C-CDAR2.1).xml │ └── Readme.md ├── Narrative Reference - Organizer │ ├── Organizer text and originalText references (C-CDAR2.1).xml │ └── Readme.md ├── Narrative Reference - Procedure │ ├── Procedure text and originalText references (C-CDAR2.1).xml │ └── Readme.md ├── Narrative Reference - SubstanceAdministration │ ├── Readme.md │ └── SubstanceAdministration text and originalText references (C-CDAR2.1).xml ├── Narrative Reference - Supply │ ├── Readme.md │ └── Supply text and originalText references (C-CDAR2.1).xml ├── Narrative in CDA Documents │ ├── Narrative in CDA Documents.url │ └── Readme.md ├── No Section Information Problems │ ├── No Information Problems(C-CDA2.1).xml │ └── Readme.md ├── Parent Document Replace Relationship │ ├── CCD Parent Document Replace (C-CDAR2.1).xml │ └── Readme.md ├── Readme.md ├── Share With Patient or Proxy │ ├── Readme.md │ └── Share with Patient or Proxy (C-CDAR2.1).xml └── effectiveTime in CDA Documents │ ├── Readme.md │ └── effectiveTime in CDA Documents.url ├── Goals ├── Goals Narrative Only │ ├── Goals Narrative Only(C-CDA2.1).xml │ └── Readme.md ├── Readme.md └── SDOH Goal │ ├── Readme.md │ └── SDOH Goal(C-CDA2.1).xml ├── Guide Examples ├── Admission Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.43 │ ├── Admission Diagnosis Section (V3) Example.xml │ └── README.md ├── Admission Medication (V2)_2.16.840.1.113883.10.20.22.4.36 │ ├── Admission Medication (V2) Example.xml │ └── README.md ├── Advance Directive Observation (V3)_2.16.840.1.113883.10.20.22.4.48 │ ├── Advance Directive Observation (V3) Example.xml │ └── README.md ├── Advance Directive Organizer (V2)_2.16.840.1.113883.10.20.22.4.108 │ ├── Advance Directive Organizer (V2) Example.xml │ └── README.md ├── Advance Directives Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.21.1 │ ├── Advance Directives Section (V3) Example.xml │ └── README.md ├── Age Observation_2.16.840.1.113883.10.20.22.4.31 │ ├── Age Observation Example.xml │ └── README.md ├── Allergies and Intolerances Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.6.1 │ ├── Allergies and Intolerances Section (entries required) (V3) Example.xml │ └── README.md ├── Allergy - Intolerance Observation (V2)_2.16.840.1.113883.10.20.22.4.7 │ ├── Allergy - Intolerance Observation (V2) Example.xml │ └── README.md ├── Allergy Concern Act (V3)_2.16.840.1.113883.10.20.22.4.30 │ ├── Allergy Concern Act (V3) Example.xml │ └── README.md ├── Anesthesia Section (V2)_2.16.840.1.113883.10.20.22.2.25 │ ├── Anesthesia Section (V2) Example.xml │ └── README.md ├── Assessment Scale Observation (V2)_2.16.840.1.113883.10.20.22.4.69 │ ├── Assessment Scale Observation - Hunger Vital Signs Example.xml │ ├── Assessment Scale Observation Example.xml │ └── README.md ├── Assessment Scale Observation_2.16.840.1.113883.10.20.22.4.69 │ ├── Assessment Scale Observation Example.xml │ └── README.md ├── Assessment Scale Supporting Observation (V2)_2.16.840.1.113883.10.20.22.4.86 │ ├── Assessment Scale Supporting Observation Example.xml │ └── README.md ├── Assessment Scale Supporting Observation_2.16.840.1.113883.10.20.22.4.86 │ ├── Assessment Scale Supporting Observation Example.xml │ └── README.md ├── Assessment Section_2.16.840.1.113883.10.20.22.2.8 │ ├── Assessment Section Example.xml │ └── README.md ├── Assessment and Plan Section (V2)_2.16.840.1.113883.10.20.22.2.9 │ ├── Assessment and Plan Section (V2) Example.xml │ └── README.md ├── Author Participation_2.16.840.1.113883.10.20.22.4.119 │ ├── Existing Author Reference Example.xml │ ├── New Author Participant Example.xml │ └── README.md ├── Authorization Activity_2.16.840.1.113883.10.20.1.19 │ ├── Authorization Activity Example.xml │ └── README.md ├── Basic Industry Observation_2.16.840.1.113883.10.20.22.4.504 │ ├── Basic Industry Occupation Example.xml │ └── README.md ├── Basic Occupation Observation_2.16.840.1.113883.10.20.22.4.503 │ ├── Basic Occupation Observation Example.xml │ └── README.md ├── Birth Sex Observation_2.16.840.1.113883.10.20.22.4.200 │ ├── Birth Sex Example.xml │ └── README.md ├── Boundary Observation_2.16.840.1.113883.10.20.6.2.11 │ ├── Boundary Observation Example.xml │ └── README.md ├── Brand Name Observation_2.16.840.1.113883.10.20.22.4.301 │ ├── Brand Name Example.xml │ └── README.md ├── Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15 │ ├── Care Plan Caregiver participant Example.xml │ ├── Care Plan Patient authenticator Example.xml │ ├── Care Plan Review Example.xml │ ├── Care Plan performer Example.xml │ ├── Care Plan relatedDocument Example.xml │ └── README.md ├── Care Team Member Act (V2)_2.16.840.1.113883.10.20.22.4.500.1 │ ├── Care Team Member Act Example.xml │ └── README.md ├── Care Team Member Act_2.16.840.1.113883.10.20.22.4.500.1 │ ├── Care Team Member Act.xml │ └── README.md ├── Care Team Member Schedule Observation (V2)_2.16.840.1.113883.10.20.22.4.500.3 │ ├── Care Team Member Schedule Observation Example.xml │ └── README.md ├── Care Team Organizer (V2)_2.16.840.1.113883.10.20.22.4.500 │ ├── Care Team Organizer Example.xml │ └── README.md ├── Care Team Organizer_2.16.840.1.113883.10.20.22.4.500 │ ├── Care Team Organizer Example 1.xml │ └── README.md ├── Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2 │ ├── Care Team Type Example.xml │ └── README.md ├── Care Teams Section (V2)_2.16.840.1.113883.10.20.22.2.500 │ ├── Care Teams Section Example.xml │ └── README.md ├── Care Teams Section_2.16.840.1.113883.10.20.22.2.500 │ ├── Care Teams Section.xml │ └── README.md ├── Caregiver Characteristics_2.16.840.1.113883.10.20.22.4.72 │ ├── Caregiver Characteristics Example.xml │ └── README.md ├── Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302 │ ├── Catalog Number Sample.xml │ └── README.md ├── Characteristics of Home Environment_2.16.840.1.113883.10.20.22.4.109 │ ├── Characteristics of Home Environment Example.xml │ └── README.md ├── Chief Complaint Section_1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1 │ ├── Chief Complaint Section Example.xml │ └── README.md ├── Chief Complaint and Reason for Visit Section_2.16.840.1.113883.10.20.22.2.13 │ ├── Chief Complaint and Reason for Visit Section Example.xml │ └── README.md ├── Code Observations_2.16.840.1.113883.10.20.6.2.13 │ ├── Code Observations Example.xml │ └── README.md ├── Comment Activity_2.16.840.1.113883.10.20.22.4.64 │ ├── Comment Activity Example.xml │ └── README.md ├── Company Name Observation_2.16.840.1.113883.10.20.22.4.303 │ ├── Company Name.xml │ └── README.md ├── Complications Section (V3)_2.16.840.1.113883.10.20.22.2.37 │ ├── Complications Section (V3) Example.xml │ └── README.md ├── Consultation Note (V3)_2.16.840.1.113883.10.20.22.1.4 │ ├── Consultation Note (V2) inFulfillmentOf Example.xml │ ├── Consultation Note Callback participant Example.xml │ ├── Consultation Note structuredBody Example.xml │ └── README.md ├── Continuity of Care Document (CCD) (V3)_2.16.840.1.113883.10.20.22.1.2 │ ├── CCD (V2) Performer Example.xml │ ├── CCD (V2) author Example.xml │ ├── CCD (V2) serviceEvent Example.xml │ └── README.md ├── Course of Care Section_2.16.840.1.113883.10.20.22.2.64 │ ├── Course of Care Section Example.xml │ └── README.md ├── Coverage Activity (V3)_2.16.840.1.113883.10.20.22.4.60 │ ├── Coverage Activity (V3) Example.xml │ └── README.md ├── Criticality Observation _2.16.840.1.113883.10.20.22.4.145 │ ├── Criticality Observation Example.xml │ └── README.md ├── Cultural and Religious Observation_2.16.840.1.113883.10.20.22.4.111 │ ├── Cultural and Religious Observation Example.xml │ └── README.md ├── DICOM Object Catalog Section - DCM 121181_2.16.840.1.113883.10.20.6.1.1 │ ├── DICOM Object Catalog Section - DCM 121181 Example.xml │ └── README.md ├── Date of Diagnosis Act_2.16.840.1.113883.10.20.22.4.502 │ ├── Date of Diagnosis Act Example.xml │ └── README.md ├── Deceased Observation (V3)_2.16.840.1.113883.10.20.22.4.79 │ ├── Deceased Observation (V3) Example.xml │ └── README.md ├── Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304 │ ├── Device Identifier.xml │ └── README.md ├── Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5 │ ├── DIR Participant Example.xml │ └── README.md ├── Disability Status Observation_2.16.840.1.113883.10.20.22.4.505 │ ├── Disability Status Observation.xml │ └── README.md ├── Discharge Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.24 │ ├── Discharge Diagnosis Section (V3) Example.xml │ └── README.md ├── Discharge Medication (V3)_2.16.840.1.113883.10.20.22.4.35 │ ├── Discharge Medication (V3) Example.xml │ └── README.md ├── Discharge Medications Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.11.1 │ ├── Discharge Medication Section (V3) (entries required) Example.xml │ └── README.md ├── Discharge Summary (V3)_2.16.840.1.113883.10.20.22.1.8 │ ├── Discharge Summary encompassingEncounter Example.xml │ └── README.md ├── Distinct Identification Code Observation_2.16.840.1.113883.10.20.22.4.308 │ ├── Distinct Identification Code.xml │ └── README.md ├── Drug Monitoring Act_2.16.840.1.113883.10.20.22.4.123 │ ├── Drug Monitoring Act Example.xml │ └── README.md ├── Drug Vehicle_2.16.840.1.113883.10.20.22.4.24 │ ├── Drug Vehicle Example.xml │ └── README.md ├── Encounter Activity (V3)_2.16.840.1.113883.10.20.22.4.49 │ ├── Encounter Activity (V3) Example.xml │ └── README.md ├── Encounter Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.80 │ ├── Encounter Diagnosis (V3) Example.xml │ └── README.md ├── Encounters Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.22.1 │ ├── Encounters Section (entries required) (V3) Example.xml │ └── README.md ├── Entry Reference_2.16.840.1.113883.10.20.22.4.122 │ ├── Diagnosis Reference Example.xml │ ├── Entry Reference Example.xml │ └── README.md ├── Estimated Date of Delivery_2.16.840.1.113883.10.20.15.3.1 │ ├── Estimated Date of Delivery Example.xml │ └── README.md ├── Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309 │ ├── Expiration Date.xml │ └── README.md ├── External Document Reference_2.16.840.1.113883.10.20.22.4.115 │ ├── External Document Reference Example.xml │ └── README.md ├── Family History Death Observation_2.16.840.1.113883.10.20.22.4.47 │ ├── Family History Death Observation Example.xml │ └── README.md ├── Family History Observation (V3)_2.16.840.1.113883.10.20.22.4.46 │ ├── Family History Observation (V3) Example.xml │ └── README.md ├── Family History Organizer (V3)_2.16.840.1.113883.10.20.22.4.45 │ ├── Family History Organizer (V3) Example.xml │ └── README.md ├── Family History Section (V3)_2.16.840.1.113883.10.20.22.2.15 │ ├── Family History Section (V3) Example.xml │ └── README.md ├── Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3 │ ├── Fetus Subject Context Example.xml │ └── README.md ├── Findings Section (DIR)_2.16.840.1.113883.10.20.6.1.2 │ ├── Findings Section (DIR) Example.xml │ └── README.md ├── Functional Status Observation (V2)_2.16.840.1.113883.10.20.22.4.67 │ ├── Functional Status Observation (V2) Example.xml │ └── README.md ├── Functional Status Organizer (V2)_2.16.840.1.113883.10.20.22.4.66 │ ├── Functional Status Organizer (V2) Example.xml │ └── README.md ├── Functional Status Section (V2)_2.16.840.1.113883.10.20.22.2.14 │ ├── Functional Status Section (V2) Example.xml │ └── README.md ├── Gender Identity Observation (V3)_2.16.840.1.113883.10.20.34.3.45 │ ├── Gender Identity Observation Example.xml │ └── README.md ├── General Status Section_2.16.840.1.113883.10.20.2.5 │ ├── General Status Section Example.xml │ └── README.md ├── Goal Observation (V2)_2.16.840.1.113883.10.20.22.4.121 │ ├── Goal Observation Example.xml │ ├── README.md │ ├── Social Determinant of Health Goal Example.xml │ └── Social Determinant of Health Text Goal Example.xml ├── Goal Observation_2.16.840.1.113883.10.20.22.4.121 │ ├── Goal Observation Example.xml │ └── README.md ├── Goals Section_2.16.840.1.113883.10.20.22.2.60 │ ├── Goals Section Example.xml │ └── README.md ├── Handoff Communication Participants_2.16.840.1.113883.10.20.22.4.141 │ ├── Handoff Communication Example.xml │ └── README.md ├── Health Concern Act (V2)_2.16.840.1.113883.10.20.22.4.132 │ ├── Health Concern Act Example.xml │ └── README.md ├── Health Concern Act (V3)_2.16.840.1.113883.10.20.22.4.132 │ ├── Health Concern Act Example.xml │ ├── Health Concern Act wrapping Social Determinant of Health Problem Observation Example.xml │ └── README.md ├── Health Concerns Section (V2)_2.16.840.1.113883.10.20.22.2.58 │ ├── Health Concerns Section Example.xml │ └── README.md ├── Health Status Evaluations and Outcomes Section_2.16.840.1.113883.10.20.22.2.61 │ ├── Health Status Evaluations and Outcomes Section Example.xml │ └── README.md ├── Health Status Observation (V2)_2.16.840.1.113883.10.20.22.4.5 │ ├── Health Status Observation (V2) Example.xml │ └── README.md ├── Highest Pressure Ulcer Stage_2.16.840.1.113883.10.20.22.4.77 │ ├── Highest Pressure Ulcer Stage Example.xml │ └── README.md ├── History and Physical (V3)_2.16.840.1.113883.10.20.22.1.3 │ ├── H&P encompassingEncounter Example.xml │ └── README.md ├── History of Present Illness Section_1.3.6.1.4.1.19376.1.5.3.1.3.4 │ ├── History of Present Illness Section Example.xml │ └── README.md ├── Hospital Admission Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.34 │ ├── Hospital Admission Diagnosis (V3) Example.xml │ └── README.md ├── Hospital Consultations Section_2.16.840.1.113883.10.20.22.2.42 │ ├── Hospital Consultations Section Example.xml │ └── README.md ├── Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5 │ ├── Hospital Course Section Example.xml │ └── README.md ├── Hospital Discharge Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.33 │ ├── Hospital Discharge Diagnosis (V3) Example.xml │ └── README.md ├── Hospital Discharge Instructions Section_2.16.840.1.113883.10.20.22.2.41 │ ├── Hospital Discharge Instructions Section Example.xml │ └── README.md ├── Hospital Discharge Physical Section_1.3.6.1.4.1.19376.1.5.3.1.3.26 │ ├── Hospital Discharge Physical Section Example.xml │ └── README.md ├── Hospital Discharge Studies Summary Section_2.16.840.1.113883.10.20.22.2.16 │ ├── Hospital Discharge Studies Summary Section Example.xml │ └── README.md ├── Immunization Activity (V3)_2.16.840.1.113883.10.20.22.4.52 │ ├── Immunization Activity (V3) Example.xml │ └── README.md ├── Immunization Medication Information (V2)_2.16.840.1.113883.10.20.22.4.54 │ ├── Immunization Medication Information (V2) Example.xml │ └── README.md ├── Immunization Refusal Reason_2.16.840.1.113883.10.20.22.4.53 │ ├── Immunization Refusal Reason Example.xml │ └── README.md ├── Immunizations Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.2.1 │ ├── Immunizations Section (entries required) (V3) Example.xml │ └── README.md ├── Implantable Device Status Observation_2.16.840.1.113883.10.20.22.4.305 │ ├── Implantable Device Status.xml │ └── README.md ├── Indication (V2)_2.16.840.1.113883.10.20.22.4.19 │ ├── Indication (V2) Example.xml │ └── README.md ├── Instruction (V2)_2.16.840.1.113883.10.20.22.4.20 │ ├── Instruction (V2) Example.xml │ └── README.md ├── Instructions Section (V2)_2.16.840.1.113883.10.20.22.2.45 │ ├── Instructions Section (V2) Example.xml │ └── README.md ├── Intervention Act (V2)_2.16.840.1.113883.10.20.22.4.131 │ ├── Intervention Act (moodCodeINT) Example.xml │ └── README.md ├── Interventions Section (V3)_2.16.840.1.113883.10.20.21.2.3 │ ├── Interventions Section (V3) Example.xml │ └── README.md ├── Latex Safety Observation_2.16.840.1.113883.10.20.22.4.314 │ ├── Latex Safety Status.xml │ └── README.md ├── Longitudinal Care Wound Observation (V2)_2.16.840.1.113883.10.20.22.4.114 │ ├── Longitudinal Care Wound Observation Example.xml │ └── README.md ├── Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315 │ ├── Lot or Batch Number.xml │ └── README.md ├── MRI Safety Observation_2.16.840.1.113883.10.20.22.4.318 │ ├── MRI Safety Status.xml │ └── README.md ├── Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316 │ ├── Manufacturing Date.xml │ └── README.md ├── Medical Equipment Organizer_2.16.840.1.113883.10.20.22.4.135 │ ├── Medical Equipment Organizer Example.xml │ └── README.md ├── Medical Equipment Section (V2)_2.16.840.1.113883.10.20.22.2.23 │ ├── Medical Equipment Section (V2) Example.xml │ └── README.md ├── Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.16 │ ├── Medication Activity (V2) Example.xml │ ├── No Known Medications Example.xml │ └── README.md ├── Medication Dispense (V2)_2.16.840.1.113883.10.20.22.4.18 │ ├── Medication Dispense (V2) Example.xml │ └── README.md ├── Medication Free Text Sig_2.16.840.1.113883.10.20.22.4.147 │ ├── Medication Free Text Sig Example.xml │ └── README.md ├── Medication Information (V2)_2.16.840.1.113883.10.20.22.4.23 │ ├── Medication Information (V2) Example.xml │ └── README.md ├── Medication Supply Order (V2)_2.16.840.1.113883.10.20.22.4.17 │ ├── Medication Supply Order (V2) Example.xml │ └── README.md ├── Medications Administered Section (V2)_2.16.840.1.113883.10.20.22.2.38 │ ├── Medications Administered Section (V2) Example.xml │ └── README.md ├── Medications Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.1.1 │ ├── Medications Section (entries required) (V2) Example.xml │ └── README.md ├── Mental Status Observation (V3)_2.16.840.1.113883.10.20.22.4.74 │ ├── Mental Status Observation (V3) Example.xml │ └── README.md ├── Mental Status Organizer (V3)_2.16.840.1.113883.10.20.22.4.75 │ ├── Mental Status Organizer (V3) Example.xml │ └── README.md ├── Mental Status Section (V2)_2.16.840.1.113883.10.20.22.2.56 │ ├── Mental Status Section Example.xml │ └── README.md ├── Model Number Observation_2.16.840.1.113883.10.20.22.4.317 │ ├── Model Number.xml │ └── README.md ├── Non-Medicinal Supply Activity (V2)_2.16.840.1.113883.10.20.22.4.50 │ ├── Non-Medicinal Supply Activity (V2) Example.xml │ └── README.md ├── Note Activity_2.16.840.1.113883.10.20.22.4.202 │ ├── Note Activity as Standalone Entry.xml │ ├── Note Activity as entryRelationship to C-CDA Entry.xml │ ├── README.md │ └── RTF Example.xml ├── Notes Section_2.16.840.1.113883.10.20.22.2.65 │ ├── Note Section Example.xml │ └── README.md ├── Number of Pressure Ulcers Observation (V3)_2.16.840.1.113883.10.20.22.4.76 │ ├── Number of Pressure Ulcers Observation (V3) Example.xml │ └── README.md ├── Nutrition Assessment_2.16.840.1.113883.10.20.22.4.138 │ ├── Nutrition Assessment Example.xml │ └── README.md ├── Nutrition Recommendation_2.16.840.1.113883.10.20.22.4.130 │ ├── Nutrition Recommendation Example.xml │ └── README.md ├── Nutrition Section_2.16.840.1.113883.10.20.22.2.57 │ ├── Nutrition Section Example.xml │ └── README.md ├── Nutritional Status Observation_2.16.840.1.113883.10.20.22.4.124 │ ├── Nutritional Status Observation Example.xml │ └── README.md ├── Objective Section_2.16.840.1.113883.10.20.21.2.1 │ ├── Objective Section Example.xml │ └── README.md ├── Observer Context_2.16.840.1.113883.10.20.6.2.4 │ ├── Observer Context Example.xml │ └── README.md ├── Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7 │ ├── Operative Note performer Example.xml │ ├── Operative Note serviceEvent Example.xml │ └── README.md ├── Operative Note Fluids Section_2.16.840.1.113883.10.20.7.12 │ ├── Operative Note Fluids Section Example.xml │ └── README.md ├── Operative Note Surgical Procedure Section_2.16.840.1.113883.10.20.7.14 │ ├── Operative Note Surgical Procedure Section Example.xml │ └── README.md ├── Outcome Observation_2.16.840.1.113883.10.20.22.4.144 │ ├── Outcome Observation Example.xml │ └── README.md ├── Past Medical History (V3)_2.16.840.1.113883.10.20.22.2.20 │ ├── Past Medical History (V3) Example.xml │ └── README.md ├── Patient Referral Act_2.16.840.1.113883.10.20.22.4.140 │ ├── Patient Referral Act Example.xml │ └── README.md ├── Payers Section (V3)_2.16.840.1.113883.10.20.22.2.18 │ ├── Payers Section (V3) Example.xml │ └── README.md ├── Physical Exam Section (V3)_2.16.840.1.113883.10.20.2.10 │ ├── Physical Exam Section (V3) Example.xml │ └── README.md ├── Physician Reading Study Performer (V2)_2.16.840.1.113883.10.20.6.2.1 │ ├── Physician Reading Study Performer (V2) Example.xml │ └── README.md ├── Physician of Record Participant (V2)_2.16.840.1.113883.10.20.6.2.2 │ ├── Physician of Record Participant (V2) Example.xml │ └── README.md ├── Plan of Treatment Section (V2)_2.16.840.1.113883.10.20.22.2.10 │ ├── Plan of Treatment Section (V2) Example.xml │ └── README.md ├── Planned Act (V2)_2.16.840.1.113883.10.20.22.4.39 │ ├── Planned Act (V2) Example.xml │ └── README.md ├── Planned Coverage_2.16.840.1.113883.10.20.22.4.129 │ ├── Planned Coverage Example.xml │ └── README.md ├── Planned Encounter (V2)_2.16.840.1.113883.10.20.22.4.40 │ ├── Planned Encounter (V2) Example.xml │ └── README.md ├── Planned Immunization Activity_2.16.840.1.113883.10.20.22.4.120 │ ├── Planned Immunization Activity.xml │ └── README.md ├── Planned Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.42 │ ├── Planned Medication Activity (V2) Example.xml │ └── README.md ├── Planned Observation (V2)_2.16.840.1.113883.10.20.22.4.44 │ ├── Planned Observation (V2) Example.xml │ └── README.md ├── Planned Procedure (V2)_2.16.840.1.113883.10.20.22.4.41 │ ├── Planned Procedure (V2) Example.xml │ └── README.md ├── Planned Procedure (V3)_2.16.840.1.113883.10.20.22.4.41 │ ├── Planned Procedure Example.xml │ ├── README.md │ └── Social Determinant of Health Planned Procedure Example.xml ├── Planned Procedure Section (V2)_2.16.840.1.113883.10.20.22.2.30 │ ├── Planned Procedure Section (V2) Example.xml │ └── README.md ├── Planned Supply (V2)_2.16.840.1.113883.10.20.22.4.43 │ ├── Planned Supply (V2) Example.xml │ └── README.md ├── Policy Activity (V3)_2.16.840.1.113883.10.20.22.4.61 │ ├── Policy Activity (V3) Example.xml │ └── README.md ├── Postoperative Diagnosis Section_2.16.840.1.113883.10.20.22.2.35 │ ├── Postoperative Diagnosis Section Example.xml │ └── README.md ├── Postprocedure Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.51 │ ├── Postprocedure Diagnosis (V3) Example.xml │ └── README.md ├── Postprocedure Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.36 │ ├── Postprocedure Diagnosis Section (V3) Example.xml │ └── README.md ├── Precondition for Substance Administration (V2)_2.16.840.1.113883.10.20.22.4.25 │ ├── Precondition for Substance Administration (V2) Example.xml │ └── README.md ├── Pregnancy Intention in Next Year_2.16.840.1.113883.10.20.22.4.281 │ ├── Pregnancy Intention in Next Year Example.xml │ └── README.md ├── Pregnancy Observation_2.16.840.1.113883.10.20.15.3.8 │ ├── Pregnancy Observation Example.xml │ └── README.md ├── Preoperative Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.65 │ ├── Preoperative Diagnosis (V3) Example.xml │ └── README.md ├── Preoperative Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.34 │ ├── Preoperative Diagnosis Section (V3) Example.xml │ └── README.md ├── Priority Preference_2.16.840.1.113883.10.20.22.4.143 │ ├── Priority Preference Example.xml │ └── README.md ├── Problem Concern Act (V3)_2.16.840.1.113883.10.20.22.4.3 │ ├── Problem Concern Act (V3) Example.xml │ └── README.md ├── Problem Observation (V3)_2.16.840.1.113883.10.20.22.4.4 │ ├── Problem Observation (V3) Example.xml │ └── README.md ├── Problem Observation (V4)_2.16.840.1.113883.10.20.22.4.4 │ ├── Problem Observation Example.xml │ ├── README.md │ └── Social Determinant of Health Problem Observation Example.xml ├── Problem Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.5.1 │ ├── No Known Problems Section Example.xml │ ├── Problem Section (entries required) (V3) Example.xml │ └── README.md ├── Procedure Activity Act (V2)_2.16.840.1.113883.10.20.22.4.12 │ ├── Procedure Activity Act Example.xml │ └── README.md ├── Procedure Activity Observation (V2)_2.16.840.1.113883.10.20.22.4.13 │ ├── Procedure Activity Observation (V2) Example.xml │ └── README.md ├── Procedure Activity Procedure (V2)_2.16.840.1.113883.10.20.22.4.14 │ ├── Procedure Activity Procedure (V2) Example.xml │ └── README.md ├── Procedure Activity Procedure (V3)_2.16.840.1.113883.10.20.22.4.14 │ ├── Procedure Activity Procedure Example.xml │ ├── Procedure Activity Procedure Social Determinant of Health Intervention Example.xml │ └── README.md ├── Procedure Context_2.16.840.1.113883.10.20.6.2.5 │ ├── Procedure Context Example.xml │ └── README.md ├── Procedure Description Section_2.16.840.1.113883.10.20.22.2.27 │ ├── Procedure Description Section Example.xml │ └── README.md ├── Procedure Disposition Section_2.16.840.1.113883.10.20.18.2.12 │ ├── Procedure Disposition Section Example.xml │ └── README.md ├── Procedure Estimated Blood Loss Section_2.16.840.1.113883.10.20.18.2.9 │ ├── Procedure Estimated Blood Loss Section Example.xml │ └── README.md ├── Procedure Findings Section (V3)_2.16.840.1.113883.10.20.22.2.28 │ ├── Procedure Findings Section (V3) Example.xml │ └── README.md ├── Procedure Implants Section_2.16.840.1.113883.10.20.22.2.40 │ ├── Procedure Implants Section Example.xml │ └── README.md ├── Procedure Indications Section (V2)_2.16.840.1.113883.10.20.22.2.29 │ ├── Procedure Indications Section (V2) Example.xml │ └── README.md ├── Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6 │ ├── Procedure Note performer Example.xml │ ├── Procedure Note serviceEvent Example.xml │ └── README.md ├── Procedure Specimens Taken Section_2.16.840.1.113883.10.20.22.2.31 │ ├── Procedure Specimens Taken Section Example.xml │ └── README.md ├── Procedures Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.7.1 │ ├── Procedures Section (entries required) (V2) Example.xml │ └── README.md ├── Product Instance_2.16.840.1.113883.10.20.22.4.37 │ ├── Product Instance Example.xml │ └── README.md ├── Prognosis Observation_2.16.840.1.113883.10.20.22.4.113 │ ├── Prognosis, Coded Example.xml │ ├── Prognosis, Free Text Example.xml │ └── README.md ├── Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9 │ ├── Progress Note encompassingEncounter Example.xml │ ├── Progress Note serviceEvent Example.xml │ └── README.md ├── Progress Toward Goal Observation_2.16.840.1.113883.10.20.22.4.110 │ ├── Progress Toward Goal Observation Example.xml │ └── README.md ├── Provenance - Assembler Participation (V2)_2.16.840.1.113883.10.20.22.5.7-2020-05-19 │ ├── Provenance - Assembler Participation Example.xml │ └── README.md ├── Provenance - Author Participation (V2)_2.16.840.1.113883.10.20.22.5.6-2019-10-01 │ ├── Provenance - Author Participation Example.xml │ └── README.md ├── Provenance - Author Participation_2.16.840.1.113883.10.20.22.5.6 │ ├── Provenance - Author Participation.xml │ └── README.md ├── Purpose of Reference Observation_2.16.840.1.113883.10.20.6.2.9 │ ├── Purpose of Reference Observation Example.xml │ └── README.md ├── Quantity Measurement Observation_2.16.840.1.113883.10.20.6.2.14 │ ├── Quantity Measurement Observation Example.xml │ └── README.md ├── Reaction Observation (V2)_2.16.840.1.113883.10.20.22.4.9 │ ├── README.md │ └── Reaction Observation (V2) Example.xml ├── Reason (V4)_2.16.840.1.113883.10.20.24.3.88 │ ├── README.md │ └── Reason (V4) Example (Reason for something that did not occur).xml ├── Reason for Referral Section (V2)_1.3.6.1.4.1.19376.1.5.3.1.3.1 │ ├── README.md │ └── Reason for Referral Section (V2) Example.xml ├── Reason for Visit Section_2.16.840.1.113883.10.20.22.2.12 │ ├── README.md │ └── Reason for Visit Section Example.xml ├── Referenced Frames Observation_2.16.840.1.113883.10.20.6.2.10 │ ├── README.md │ └── Referenced Frames Observation Example.xml ├── Referral Note (V2)_2.16.840.1.113883.10.20.22.1.14 │ ├── README.md │ ├── Referral Note Callback Contact Example.xml │ ├── Referral Note Caregiver Example.xml │ └── Referral Note informationRecipient Example.xml ├── Related Person Relationship and Name Participant_2.16.840.1.113883.10.20.22.5.8 │ ├── README.md │ └── Related Person Relationship and Name Example.xml ├── Result Observation (V3)_2.16.840.1.113883.10.20.22.4.2 │ ├── README.md │ └── Result Observation (V3) Example.xml ├── Result Organizer (V3)_2.16.840.1.113883.10.20.22.4.1 │ ├── README.md │ └── Result Organizer (V3) Example.xml ├── Results Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.3.1 │ ├── README.md │ └── Results Section (entries required) (V3) Example.xml ├── Review of Systems Section_1.3.6.1.4.1.19376.1.5.3.1.3.18 │ ├── README.md │ └── Review of Systems Section Example.xml ├── Risk Concern Act (V2)_2.16.840.1.113883.10.20.22.4.136 │ ├── README.md │ └── Risk Concern Act Example.xml ├── SOP Instance Observation_2.16.840.1.113883.10.20.6.2.8 │ ├── README.md │ └── SOP Instance Observation Example.xml ├── Section Time Range Observation_2.16.840.1.113883.10.20.22.4.201 │ ├── README.md │ └── Section Time Range Example.xml ├── Self-Care Activities (ADL and IADL)_2.16.840.1.113883.10.20.22.4.128 │ ├── README.md │ └── Self-Care Activities (ADL and IADL) Example.xml ├── Sensory Status_2.16.840.1.113883.10.20.22.4.127 │ ├── README.md │ └── Sensory and Speech Status Example.xml ├── Serial Number Observation_2.16.840.1.113883.10.20.22.4.319 │ ├── README.md │ └── Serial Number.xml ├── Series Act_2.16.840.1.113883.10.20.22.4.63 │ ├── README.md │ └── Series Act Example.xml ├── Service Delivery Location_2.16.840.1.113883.10.20.22.4.32 │ ├── README.md │ └── Service Delivery Location Example.xml ├── Severity Observation (V2)_2.16.840.1.113883.10.20.22.4.8 │ ├── README.md │ └── Severity Observation (V2) Example.xml ├── Sexual Orientation Observation_2.16.840.1.113883.10.20.22.4.501 │ ├── README.md │ └── Sexual Orientation Observation Example.xml ├── Smoking Status - Meaningful Use (V2)_2.16.840.1.113883.10.20.22.4.78 │ ├── README.md │ └── Smoking Status - Meaningful Use (V2) Example.xml ├── Social History Observation (V3)_2.16.840.1.113883.10.20.22.4.38 │ ├── README.md │ └── Social History Observation (V3) Example.xml ├── Social History Observation (V4)_2.16.840.1.113883.10.20.22.4.38 │ ├── README.md │ ├── Social Determinant of Health Social History Observation Example.xml │ └── Social History Observation Example.xml ├── Social History Section (V3)_2.16.840.1.113883.10.20.22.2.17 │ ├── README.md │ └── Social History Section (V3) Example.xml ├── Study Act_2.16.840.1.113883.10.20.6.2.6 │ ├── README.md │ └── Study Act Example.xml ├── Subjective Section_2.16.840.1.113883.10.20.21.2.2 │ ├── README.md │ └── Subjective Section Example.xml ├── Substance Administered Act_2.16.840.1.113883.10.20.22.4.118 │ ├── README.md │ └── Substance Administered Act Example.xml ├── Surgical Drains Section_2.16.840.1.113883.10.20.7.13 │ ├── README.md │ └── Surgical Drains Section Example.xml ├── Text Observation_2.16.840.1.113883.10.20.6.2.12 │ ├── README.md │ └── Text Observation Example.xml ├── Tobacco Use (V2)_2.16.840.1.113883.10.20.22.4.85 │ ├── README.md │ └── Tobacco Use (V2) Example.xml ├── Transfer Summary (V2)_2.16.840.1.113883.10.20.22.1.13 │ ├── README.md │ ├── Transfer Summary Callback Contact Example.xml │ └── Transfer Summary participant (Support) Example.xml ├── Tribal Affiliation Observation_2.16.840.1.113883.10.20.22.4.506 │ ├── README.md │ └── Tribal Affiliation Example.xml ├── UDI Organizer_2.16.840.1.113883.10.20.22.4.311 │ ├── README.md │ └── Unique Device Identifier (UDI) Organizer.xml ├── US Realm Address (AD.US.FIELDED)_2.16.840.1.113883.10.20.22.5.2 │ ├── README.md │ └── US Realm Address Example.xml ├── US Realm Date and Time (DTM.US.FIELDED)_2.16.840.1.113883.10.20.22.5.4 │ ├── README.md │ └── US Realm Date and Time Example.xml ├── US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1 │ ├── Assigned Health Care Provider informant Example.xml │ ├── Digital signature Example.xml │ ├── Personal Relation informant Example.xml │ ├── README.md │ ├── Supporting Person participant Example.xml │ ├── US Realm Header (V3) Example.xml │ ├── authenticator Example.xml │ ├── author Example.xml │ ├── authorization Example.xml │ ├── custodian Example.xml │ ├── dateEnterer Example.xml │ ├── documentationOf Example.xml │ ├── inFulfillmentOf Example.xml │ ├── informationRecipient Example.xml │ ├── legalAuthenticator Example.xml │ ├── performer Example.xml │ └── recordTarget Example.xml ├── US Realm Header for Patient Generated Document (V2)_2.16.840.1.113883.10.20.29.1 │ ├── Patient Generated Document authenticator Example.xml │ ├── Patient Generated Document author Example.xml │ ├── Patient Generated Document author device Example.xml │ ├── Patient Generated Document custodian Example.xml │ ├── Patient Generated Document dataEnterer Example.xml │ ├── Patient Generated Document inFulfillmentOf Example.xml │ ├── Patient Generated Document informant Example informant.xml │ ├── Patient Generated Document informant RelEnt Example.xml │ ├── Patient Generated Document informationRecipient.xml │ ├── Patient Generated Document legalAuthenticator Example.xml │ ├── Patient Generated Document participant Example.xml │ ├── Patient Generated Document recordTarget Example.xml │ └── README.md ├── US Realm Patient Name (PTN.US.FIELDED)_2.16.840.1.113883.10.20.22.5.1 │ └── README.md ├── Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10 │ ├── README.md │ ├── nonXMLBody Example with Compressed Content.xml │ ├── nonXMLBody Example with Embedded Content.xml │ └── nonXMLBody Example with Referenced Content.xml ├── Vital Sign Observation (V2)_2.16.840.1.113883.10.20.22.4.27 │ ├── README.md │ └── Vital Sign Observation (V2) Example.xml ├── Vital Signs Organizer (V3)_2.16.840.1.113883.10.20.22.4.26 │ ├── README.md │ └── Vital Signs Organizer (V3) Example.xml ├── Vital Signs Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.4.1 │ ├── README.md │ └── Vital Signs Section (entries required) (V3) Example.xml ├── Wound Characteristic_2.16.840.1.113883.10.20.22.4.134 │ ├── README.md │ └── Wound Characteristic Example.xml ├── Wound Measurement Observation_2.16.840.1.113883.10.20.22.4.133 │ ├── README.md │ └── Wound Measurement Observation Example.xml └── readme.md ├── Header ├── Care Team In Transition of Care Documents │ ├── Care Team In Transition of Care Documents(C-CDA2.1).xml │ └── Readme.md ├── Direct Address │ ├── Patient and Provider Organization Direct Address(C-CDAR2.1).xml │ └── Readme.md ├── Masked Social Security Number │ ├── Masked Social Security Number.xml │ └── Readme.MD ├── Multiple Patient Identifiers │ ├── Multiple Patient Identifiers (C-CDAR2.1).xml │ └── readme.md ├── Patient Aliases │ ├── Patient Aliases (C-CDA R2.1).xml │ └── Readme.md ├── Patient Birth Name │ ├── Patient Birth Name(C-CDA2.1).xml │ └── Readme.md ├── Patient Deceased │ ├── Patient Deceased Extension(C-CDA2.1).xml │ └── Readme.md ├── Patient Demographic Information │ ├── Patient Demographic Information(C-CDA2.1).xml │ └── Readme.md ├── Patient Previous Name │ ├── Patient Previous Name(C-CDA2.1).xml │ └── Readme.md ├── Patient With Prior Addresses │ ├── Patient With Prior Addresses(C-CDAR2.1).xml │ └── Readme.md ├── Person Name Formatting │ ├── Person Name Formatting (C-CDA R2.1).xml │ └── Readme.md └── Readme.md ├── Health Concerns ├── Health Concerns Link to Problems Section with linkHTML │ ├── Health Concerns Link to Problems Section with linkHTML(C-CDA2.1).xml │ └── Readme.md ├── Health Concerns Link to Problems Section │ ├── Health Concerns Link to Problems Section(C-CDA2.1).xml │ └── Readme.md ├── Health Concerns Narrative Only │ ├── Health Concerns Narrative Only(C-CDA2.1).xml │ └── Readme.md ├── No Known Health Concerns │ ├── No Known Health Concerns(C-CDA2.1).xml │ └── Readme.md └── Readme.md ├── Immunizations ├── Immunization not given Patient refused │ ├── Immunization not given Patient refused(C-CDA2.1).xml │ └── Readme.md ├── Influenza Vaccination - Patient Reported │ ├── Influenza Vaccination Patient Reported(C-CDA2.1).xml │ └── Readme.md ├── Influenza Vaccination with NDC │ ├── Influenza Vaccination with NDC(C-CDA2.1).xml │ └── Readme.md ├── Influenza Vaccination │ ├── Influenza Vaccination(C-CDA2.1).xml │ └── Readme.md ├── No Section Information Immunizations │ ├── No Information Immunizations(C-CDA2.1).xml │ └── Readme.md ├── Readme.md └── Unknown Immunization Status │ ├── Readme.md │ └── Unknown Immunization Status(C-CDA2.1).xml ├── Interventions ├── Intervention Counseling │ ├── Intervention Counseling Procedure Activity Act(C-CDR2.1).xml │ └── Readme.md └── Readme.md ├── LICENSE ├── Medical Equipment ├── Implant UDI Organizer │ ├── 20201015_Implant UDI Organizer (C-CDA R2.1) │ ├── Implant UDI Organizer (C-CDA R2.1).xml │ └── Readme.md ├── Implant UDI Unknown │ ├── Implant UDI Unknown (C-CDA R2.1).xml │ └── Readme.md ├── Implant Without Procedure │ ├── Implant Without Procedure(C-CDA2.1).xml │ └── Readme.md ├── Multiple Implants │ ├── Multiple Implants (C-CDA R2.1).xml │ └── Readme.md ├── No Implanted Devices │ ├── No Implanted Devices(C-CDA2.1).xml │ └── Readme.md ├── Non-Medicinal Supply - Cane and Eyeglasses │ ├── Non-Medicinal Supply - Cane and Eyeglasses (C-CDAR2.1).xml │ └── Readme.md └── Readme.md ├── Medications ├── Drug Mixture │ ├── Drug Mixture (C-CDAR2.1).xml │ └── Readme.md ├── Free Text Medication SIG │ ├── Free Text Medication SIG (C-CDAR2.1).xml │ └── Readme.md ├── Med Relative Dose IV Drug │ ├── Med Relative Dose IV Drug(C-CDA2.1).xml │ └── Readme.md ├── Med at bedtime │ ├── Med at bedtime(C-CDAR2.1).xml │ └── Readme.md ├── Med every 4-6 hours │ ├── Med every 4-6 hours(C-CDA2.1).xml │ └── Readme.md ├── Med oral QID with PRN │ ├── Med oral QID with PRN(C-CDA2.1).xml │ └── Readme.md ├── Med oral liquid PRN │ ├── Med oral liquid PRN(C-CDA2.1).xml │ └── Readme.md ├── Med oral with indications and instructions │ ├── Med oral with indications and instructions(C-CDA2.1).xml │ └── Readme.md ├── Medication Frequency Patterns │ ├── CDA Medication Frequencies.url │ └── Readme.md ├── Medication Refused │ ├── Medication Refused(C-CDAR2.1).xml │ └── Readme.md ├── Medication statusCodes │ ├── CDA Medication statusCodes.url │ └── Readme.md ├── No Medications │ ├── No Medications(C-CDA2.1).xml │ └── Readme.md ├── Readme.md ├── Single administration of medication │ ├── Readme.md │ └── Single administration of medication at single point in time(C-CDA2.1).xml ├── Withdrawn Anitbiotics with varied dosing │ ├── Readme.md │ └── Withdrawn Antibiotics with varied dosing(C-CDA2.1).xml └── Withdrawn Patient reported oral medication │ ├── Readme.md │ └── Withdrawn Patient reported oral medication no brand(C-CDA2.1).xml ├── Mental Status ├── Memory Impairment │ ├── Memory Impairment(C-CDAR2.1).xml │ └── Readme.md ├── No Cognitive Impairment │ ├── No Cognitive Impairment(C-CDAR2.1).xml │ └── Readme.md ├── Patient Health Questionnaire PHQ-9 │ ├── Patient Health Questionnaire PHQ-9(C-CDAR2.1).xml │ └── Readme.md └── Readme.md ├── Notes ├── Discharge Note in Hospital Course │ ├── Discharge Note(C-CDAR2.1).xml │ └── Readme.md ├── Note directly attached to a Procedure │ ├── Note directly attached to a Procedure(C-CDAR2.1).xml │ └── Readme.md ├── RTF Note │ ├── RTF Note (C-CDA R2.1).xml │ └── Readme.md ├── Readme.md └── Single Consultation Note │ ├── Readme.md │ └── Single Consultation Note(C-CDA R2.1).xml ├── Plan of Treatment ├── Care Plan Goals and Instructions │ ├── Care Plan Goals and Instructions(C-CDAR2.1).xml │ └── Readme.md ├── No Planned Tests │ ├── No Planned Tests(C-CDAR2.1).xml │ └── Readme.md ├── Planned EKG │ ├── Planned EKG(C-CDAR2.1).xml │ └── Readme.md ├── Planned Encounter - Referral │ ├── Planned Encounter - Reason for Referral(C-CDAR2.1).xml │ └── Readme.md └── Readme.md ├── Problems ├── Active Problem │ ├── Active Problem(C-CDA2.1).xml │ └── Readme.md ├── Complete or Resolved Problem │ ├── Readme.md │ └── Resolved Problem(C-CDA2.1).xml ├── No Known Problems │ ├── No Known Problems(C-CDA2.1).xml │ └── Readme.md ├── Patient Does Not Have Diabetes │ ├── Patient Does Not Have Diabetes(C-CDA2.1).xml │ └── Readme.md ├── Pregnancy with Week Gestation │ ├── Pregnancy with Week Gestation(C-CDA2.1).xml │ └── readme.md ├── Problem TargetSiteCode Qualifier │ ├── Problem TargetSiteCode Qualifier(C-CDAR2.1).xml │ └── Readme.md ├── Problem Value, Translation, Qualifier examples │ ├── Problem List with different translation and qualifier usages(C-CDA2.1).xml │ └── Readme.md ├── Readme.md └── SDOH Problem │ ├── Readme.md │ └── SDOH Problem(C-CDA2.1).xml ├── Procedures ├── Procedure Alternatives │ ├── Procedure Alternatives(C-CDA2.1).xml │ └── Readme.md ├── Procedure Refused │ ├── Procedures Section Procedure Procedure Refused(C-CDA2.1).xml │ └── Readme.md ├── Procedure Unsuccessful │ ├── Procedures Section Procedure Procedure Unsuccessful(C-CDA2.1).xml │ └── Readme.md ├── Procedures Section Act Entry │ ├── Procedures Section Act(C-CDA2.1).xml │ └── Readme.md ├── Procedures Section Observation Entry │ ├── Procedures Section Observation(C-CDA2.1).xml │ └── Readme.md ├── Procedures Section Procedure Entry - Colonoscopy │ ├── Procedures Section Procedure Colonoscopy (C-CDA2.1).xml │ └── Readme.md ├── Procedures Section Procedure Entry │ ├── Procedures Section Procedure(C-CDA2.1).xml │ └── Readme.md └── Readme.md ├── Quality ├── Quality Care Compliance in C-CDA │ ├── Quality Care Compliance in C-CDA (C-CDAR2.1).xml │ └── Readme.md └── Readme.md ├── README.md ├── Referrals - Planned and Completed ├── Close Referral with a Document │ ├── Consult Document Closing Referral(C-CDAR2.1).xml │ └── Readme.md ├── Readme.md └── Referral Request and Close Referral with a Note │ ├── Intervention Planned Referral and Note Completeting Referral(C-CDAR2.1).xml │ └── Readme.md ├── Results ├── Readme.md ├── Result COVID Positive │ ├── Results of COVID Test Positive Normal(C-CDA2.1).xml │ └── readme.md ├── Result panel with coded values of negative-positive │ ├── Readme.md │ └── Result panel with coded values of negative-positive(C-CDA2.1).xml ├── Result with Multiple Reference Ranges │ ├── 164947.pdf │ ├── Lab with Multiple Reference Ranges(C-CDA2.1).xml │ └── Readme.md ├── Result with an unstructured string as value (urine color) │ ├── Readme.md │ └── Result with an unstructured string as value urine color (C-CDA2.1).xml ├── Result with greater than a specified value │ ├── Readme.md │ └── Result with greater than a specified value(C-CDA2.1).xml ├── Result with lab location │ ├── Readme.md │ ├── Result with lab location(C-CDAR2.1).xml │ └── ResultsWithLabLocation.png ├── Result with non-numeric physical quantity and unit │ ├── Readme.md │ └── Result with non-numeric physical quantity and unit(C-CDA2.1).xml ├── Results Radiology with Image Narrative │ ├── Chest X ray with Narrative Report(C-CDA2.1).xml │ └── Readme.md ├── Results Unit Non-UCUM │ ├── Readme.md │ └── Results Unit Non-UCUM(C-CDA2.1).xml ├── Results of Basic Metabolic Panel and Troponin │ ├── Basic Metabolic Panel with Troponin(C-CDA2.1).xml │ └── Readme.md ├── Results of CO2 Test │ ├── Readme.md │ └── Results of CO2 Test Normal(C-CDA2.1).xml ├── Results panel with pending component │ ├── Readme.md │ └── Results panel with pending component(C-CDA2.1).xml ├── Results with less than specific value │ ├── Readme.md │ └── Results with less than specific value(C-CDA2.1).xml └── Results with translation unit │ ├── Readme.md │ └── Results with translation unit(C-CDA2.1).xml ├── Social History ├── Birth Sex │ ├── Birth Sex(C-CDA2.1).xml │ └── Readme.md ├── Current Smoking Status │ ├── Current Smoking Status(C-CDA2.1).xml │ └── Readme.md ├── Electronic Cigarette │ ├── Electronic Cigarette Status(C-CDA2.1).xml │ └── readme.md ├── Former Smoking Status │ ├── Former Smoking Status(C-CDA2.1).xml │ └── Readme.md ├── Never Smoking Status │ ├── Never Smoking Status(C-CDA2.1).xml │ └── Readme.md ├── Not Pregnant │ ├── Not Pregnant (C-CDAR2.1).xml │ └── Readme.md ├── Readme.md ├── Sexual Orientation Gender Identity │ ├── Readme.md │ └── Sexual Orientation Gender Identity(C-CDA2.1).xml ├── Unknown Smoking Status │ ├── Readme.md │ └── Unknown Smoking Status(C-CDA2.1).xml ├── Unknown if Pregnant │ ├── Readme.md │ └── Unknown if Pregnant.xml └── WE Care Assessment │ ├── Readme.md │ └── WE Care Assessment(C-CDA2.1).xml ├── Stylesheets - Community Submitted ├── Readme.md └── US Department of Veterans Affairs - Example Stylesheet │ ├── Readme.md │ └── VA-CCDA-Stylesheet-Pkg.zip ├── Unstructured ├── CDA reference PDF │ ├── Readme.md │ ├── UD_sample.pdf │ └── Unstructured_Document_reference.xml ├── CDA with Embedded PDF 1 │ ├── C-CDA_R2_UD_sample.pdf │ ├── Readme.md │ └── Unstructured_Document_embed.xml ├── CDA with Embedded PDF 2 │ ├── CDA_with_Embedded_PDF.xml │ ├── McBee_L1_20151116_Embedded.pdf │ └── Readme.md ├── CDA with Embedded Text plain │ ├── CDA_Embedded_Text_Plain_Surgical_Consult.xml │ └── README.md └── Readme.md └── Vital Signs ├── Growth Charts Examples ├── Growth Charts Example.xml └── README.md ├── Heart Rate Rhythm ├── Heart Rate Rhythm(C-CDA2.1).xml └── Readme.md ├── Panel of Vital Signs (Oxygen Concentration Included) ├── Panel of Vital Signs (Oxygen Concentration Included) (C-CDA2.1).xml └── Readme.md ├── Panel of Vital Signs in Metric Units ├── Panel of Vital Signs in Metric Units(C-CDA2.1).xml └── Readme.md ├── Panel of Vital Signs in Mixed Metric-Imperial Units ├── Panel of Vital Signs in Mixed Metric-Imperial Units(C-CDA2.1).xml └── Readme.md └── Readme.md /Allergies/Readme.md: -------------------------------------------------------------------------------- 1 | ## Allergies and Intolerances Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Care Team/Readme.md: -------------------------------------------------------------------------------- 1 | ## Care Team Examples from C-CDA Companion Guide -------------------------------------------------------------------------------- /Encounters/Readme.md: -------------------------------------------------------------------------------- 1 | ## Encounter Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Family History/Readme.md: -------------------------------------------------------------------------------- 1 | ## Family History Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Functional Status/Readme.md: -------------------------------------------------------------------------------- 1 | ## Functional Status Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /General/Authors Performers Informants Participants in CDA Documents/Authors Performers Informants Participants in CDA Documents.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://docs.google.com/document/d/1RpZyOTgIjGabMvNHiwKqn7yY0VTzB0LAlAqhbuU92Iw/edit 6 | -------------------------------------------------------------------------------- /General/Narrative in CDA Documents/Narrative in CDA Documents.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://docs.google.com/document/d/1r1qBuzPQNkLiNpLkTOIv4RHXQHkyx7_N7_Es3MiHUek/edit 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /General/Readme.md: -------------------------------------------------------------------------------- 1 | ## General Examples from C-CDA 2 | -------------------------------------------------------------------------------- /General/effectiveTime in CDA Documents/effectiveTime in CDA Documents.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://docs.google.com/document/d/158utf0owdWLGwarP3Zgf6FCSfDMKZwIjUSmFb7_sslc/edit 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /Goals/Readme.md: -------------------------------------------------------------------------------- 1 | ## Goals Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Guide Examples/Admission Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.43/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Admission Diagnosis Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.43 12 | -------------------------------------------------------------------------------- /Guide Examples/Admission Medication (V2)_2.16.840.1.113883.10.20.22.4.36/Admission Medication (V2) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ... 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Guide Examples/Admission Medication (V2)_2.16.840.1.113883.10.20.22.4.36/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Admission Medication (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.36 12 | -------------------------------------------------------------------------------- /Guide Examples/Advance Directive Observation (V3)_2.16.840.1.113883.10.20.22.4.48/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Advance Directive Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.48 12 | -------------------------------------------------------------------------------- /Guide Examples/Advance Directive Organizer (V2)_2.16.840.1.113883.10.20.22.4.108/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Advance Directive Organizer (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.108 12 | -------------------------------------------------------------------------------- /Guide Examples/Advance Directives Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.21.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Advance Directives Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.21.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Age Observation_2.16.840.1.113883.10.20.22.4.31/Age Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Age Observation_2.16.840.1.113883.10.20.22.4.31/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Age Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.31 12 | -------------------------------------------------------------------------------- /Guide Examples/Allergies and Intolerances Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.6.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Allergies and Intolerances Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.6.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Allergy - Intolerance Observation (V2)_2.16.840.1.113883.10.20.22.4.7/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Allergy - Intolerance Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.7 12 | -------------------------------------------------------------------------------- /Guide Examples/Allergy Concern Act (V3)_2.16.840.1.113883.10.20.22.4.30/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Allergy Concern Act (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.30 12 | -------------------------------------------------------------------------------- /Guide Examples/Anesthesia Section (V2)_2.16.840.1.113883.10.20.22.2.25/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Anesthesia Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.25 12 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Observation (V2)_2.16.840.1.113883.10.20.22.4.69/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Assessment Scale Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.69 12 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Observation_2.16.840.1.113883.10.20.22.4.69/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Assessment Scale Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.69 12 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Supporting Observation (V2)_2.16.840.1.113883.10.20.22.4.86/Assessment Scale Supporting Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Supporting Observation (V2)_2.16.840.1.113883.10.20.22.4.86/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Assessment Scale Supporting Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.86 12 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Supporting Observation_2.16.840.1.113883.10.20.22.4.86/Assessment Scale Supporting Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Supporting Observation_2.16.840.1.113883.10.20.22.4.86/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Assessment Scale Supporting Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.86 12 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Section_2.16.840.1.113883.10.20.22.2.8/Assessment Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 6 | ASSESSMENTS 7 | 8 | ... 9 | 10 |
11 | -------------------------------------------------------------------------------- /Guide Examples/Assessment Section_2.16.840.1.113883.10.20.22.2.8/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Assessment Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.8 12 | -------------------------------------------------------------------------------- /Guide Examples/Assessment and Plan Section (V2)_2.16.840.1.113883.10.20.22.2.9/Assessment and Plan Section (V2) Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | ASSESSMENT AND PLAN 5 | 6 | ... 7 | 8 | 9 | 10 | 11 | 12 | ... 13 | 14 | 15 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /Guide Examples/Assessment and Plan Section (V2)_2.16.840.1.113883.10.20.22.2.9/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Assessment and Plan Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.9 12 | -------------------------------------------------------------------------------- /Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/Existing Author Reference Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Author Participation 10 | 11 | 2.16.840.1.113883.10.20.22.4.119 12 | -------------------------------------------------------------------------------- /Guide Examples/Authorization Activity_2.16.840.1.113883.10.20.1.19/Authorization Activity Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Guide Examples/Authorization Activity_2.16.840.1.113883.10.20.1.19/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Authorization Activity 10 | 11 | 2.16.840.1.113883.10.20.1.19 12 | -------------------------------------------------------------------------------- /Guide Examples/Basic Industry Observation_2.16.840.1.113883.10.20.22.4.504/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | Subsequent examples were loaded from more recent C-CDA Companion Guide releases. 5 | 6 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 7 | 8 | ### Keywords: 9 | 10 | Basic Industry Observation 11 | 12 | 2.16.840.1.113883.10.20.22.4.504 13 | -------------------------------------------------------------------------------- /Guide Examples/Basic Occupation Observation_2.16.840.1.113883.10.20.22.4.503/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | Subsequent examples were loaded from more recent C-CDA Companion Guide releases. 5 | 6 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 7 | 8 | ### Keywords: 9 | 10 | Basic Occupation Observation 11 | 12 | 2.16.840.1.113883.10.20.22.4.503 13 | -------------------------------------------------------------------------------- /Guide Examples/Birth Sex Observation_2.16.840.1.113883.10.20.22.4.200/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Birth Sex Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.200 12 | -------------------------------------------------------------------------------- /Guide Examples/Boundary Observation_2.16.840.1.113883.10.20.6.2.11/Boundary Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /Guide Examples/Boundary Observation_2.16.840.1.113883.10.20.6.2.11/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Boundary Observation 10 | 11 | 2.16.840.1.113883.10.20.6.2.11 12 | -------------------------------------------------------------------------------- /Guide Examples/Brand Name Observation_2.16.840.1.113883.10.20.22.4.301/Brand Name Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Brand Name Observation_2.16.840.1.113883.10.20.22.4.301/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Brand Name Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.301 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan relatedDocument Example.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Plan (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.1.15 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Act (V2)_2.16.840.1.113883.10.20.22.4.500.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Team Member Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.500.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Act_2.16.840.1.113883.10.20.22.4.500.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Team Member Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.500.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Schedule Observation (V2)_2.16.840.1.113883.10.20.22.4.500.3/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Team Member Scheduled Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.500.3 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Organizer (V2)_2.16.840.1.113883.10.20.22.4.500/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Team Organizer 10 | 11 | 2.16.840.1.113883.10.20.22.4.500 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Organizer_2.16.840.1.113883.10.20.22.4.500/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Team Organizer 10 | 11 | 2.16.840.1.113883.10.20.22.4.500 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2/Care Team Type Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Team Type Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.500.2 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Teams Section (V2)_2.16.840.1.113883.10.20.22.2.500/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Teams Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.500 12 | -------------------------------------------------------------------------------- /Guide Examples/Care Teams Section_2.16.840.1.113883.10.20.22.2.500/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Care Teams Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.500 12 | -------------------------------------------------------------------------------- /Guide Examples/Caregiver Characteristics_2.16.840.1.113883.10.20.22.4.72/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Caregiver Characteristics 10 | 11 | 2.16.840.1.113883.10.20.22.4.72 12 | -------------------------------------------------------------------------------- /Guide Examples/Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302/Catalog Number Sample.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Catalog Number Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.302 12 | -------------------------------------------------------------------------------- /Guide Examples/Characteristics of Home Environment_2.16.840.1.113883.10.20.22.4.109/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Characteristics of Home Environment 10 | 11 | 2.16.840.1.113883.10.20.22.4.109 12 | -------------------------------------------------------------------------------- /Guide Examples/Chief Complaint Section_1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1/Chief Complaint Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | CHIEF COMPLAINT 8 | Back Pain 9 |
10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Chief Complaint Section_1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Chief Complaint Section 10 | 11 | 1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Chief Complaint and Reason for Visit Section_2.16.840.1.113883.10.20.22.2.13/Chief Complaint and Reason for Visit Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | CHIEF COMPLAINT 8 | Back Pain 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Chief Complaint and Reason for Visit Section_2.16.840.1.113883.10.20.22.2.13/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Chief Complaint and Reason for Visit Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.13 12 | -------------------------------------------------------------------------------- /Guide Examples/Code Observations_2.16.840.1.113883.10.20.6.2.13/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Code Observations 10 | 11 | 2.16.840.1.113883.10.20.6.2.13 12 | -------------------------------------------------------------------------------- /Guide Examples/Comment Activity_2.16.840.1.113883.10.20.22.4.64/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Comment Activity 10 | 11 | 2.16.840.1.113883.10.20.22.4.64 12 | -------------------------------------------------------------------------------- /Guide Examples/Company Name Observation_2.16.840.1.113883.10.20.22.4.303/Company Name.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Company Name Observation_2.16.840.1.113883.10.20.22.4.303/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Company Name Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.303 12 | -------------------------------------------------------------------------------- /Guide Examples/Complications Section (V3)_2.16.840.1.113883.10.20.22.2.37/Complications Section (V3) Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | Complications 5 | Asthmatic symptoms while under general anesthesia. 6 | 7 | 8 | 9 | ... 10 | 11 | 12 | 13 | 14 | 15 |
-------------------------------------------------------------------------------- /Guide Examples/Complications Section (V3)_2.16.840.1.113883.10.20.22.2.37/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Complications Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.37 12 | -------------------------------------------------------------------------------- /Guide Examples/Consultation Note (V3)_2.16.840.1.113883.10.20.22.1.4/Consultation Note (V2) inFulfillmentOf Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Guide Examples/Consultation Note (V3)_2.16.840.1.113883.10.20.22.1.4/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Consultation Note (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.4 12 | -------------------------------------------------------------------------------- /Guide Examples/Continuity of Care Document (CCD) (V3)_2.16.840.1.113883.10.20.22.1.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Continuity of Care Document (CCD) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.2 12 | -------------------------------------------------------------------------------- /Guide Examples/Course of Care Section_2.16.840.1.113883.10.20.22.2.64/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Course of Care Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.64 12 | -------------------------------------------------------------------------------- /Guide Examples/Coverage Activity (V3)_2.16.840.1.113883.10.20.22.4.60/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Coverage Activity (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.60 12 | -------------------------------------------------------------------------------- /Guide Examples/Criticality Observation _2.16.840.1.113883.10.20.22.4.145/Criticality Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /Guide Examples/Criticality Observation _2.16.840.1.113883.10.20.22.4.145/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Criticality Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.145 12 | -------------------------------------------------------------------------------- /Guide Examples/Cultural and Religious Observation_2.16.840.1.113883.10.20.22.4.111/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Cultural and Religious Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.111 12 | -------------------------------------------------------------------------------- /Guide Examples/DICOM Object Catalog Section - DCM 121181_2.16.840.1.113883.10.20.6.1.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | DICOM Object Catalog Section - DCM 121181 10 | 11 | 2.16.840.1.113883.10.20.6.1.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Date of Diagnosis Act_2.16.840.1.113883.10.20.22.4.502/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Date of Diagnosis Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.502 12 | -------------------------------------------------------------------------------- /Guide Examples/Deceased Observation (V3)_2.16.840.1.113883.10.20.22.4.79/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Deceased Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.79 12 | -------------------------------------------------------------------------------- /Guide Examples/Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304/Device Identifier.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Device Identifier Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.304 12 | -------------------------------------------------------------------------------- /Guide Examples/Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5/DIR Participant Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Amanda 9 | Assigned 10 | MD 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Guide Examples/Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Diagnostic Imaging Report (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.5 12 | -------------------------------------------------------------------------------- /Guide Examples/Disability Status Observation_2.16.840.1.113883.10.20.22.4.505/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | Subsequent examples were loaded from more recent C-CDA Companion Guide releases. 5 | 6 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 7 | 8 | ### Keywords: 9 | 10 | Disability Status Observation 11 | 12 | 2.16.840.1.113883.10.20.22.4.505 13 | -------------------------------------------------------------------------------- /Guide Examples/Discharge Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.24/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Discharge Diagnosis Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.24 12 | -------------------------------------------------------------------------------- /Guide Examples/Discharge Medication (V3)_2.16.840.1.113883.10.20.22.4.35/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Discharge Medication (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.35 12 | -------------------------------------------------------------------------------- /Guide Examples/Discharge Medications Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.11.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Discharge Medications Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.11.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Discharge Summary (V3)_2.16.840.1.113883.10.20.22.1.8/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Discharge Summary (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.8 12 | -------------------------------------------------------------------------------- /Guide Examples/Distinct Identification Code Observation_2.16.840.1.113883.10.20.22.4.308/Distinct Identification Code.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Distinct Identification Code Observation_2.16.840.1.113883.10.20.22.4.308/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Distinct Identification Code Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.308 12 | -------------------------------------------------------------------------------- /Guide Examples/Drug Monitoring Act_2.16.840.1.113883.10.20.22.4.123/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Drug Monitoring Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.123 12 | -------------------------------------------------------------------------------- /Guide Examples/Drug Vehicle_2.16.840.1.113883.10.20.22.4.24/Drug Vehicle Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 9 | Aerosol 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Drug Vehicle_2.16.840.1.113883.10.20.22.4.24/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Drug Vehicle 10 | 11 | 2.16.840.1.113883.10.20.22.4.24 12 | -------------------------------------------------------------------------------- /Guide Examples/Encounter Activity (V3)_2.16.840.1.113883.10.20.22.4.49/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Encounter Activity (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.49 12 | -------------------------------------------------------------------------------- /Guide Examples/Encounter Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.80/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Encounter Diagnosis (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.80 12 | -------------------------------------------------------------------------------- /Guide Examples/Encounters Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.22.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Encounters Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.22.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Entry Reference 10 | 11 | 2.16.840.1.113883.10.20.22.4.122 12 | -------------------------------------------------------------------------------- /Guide Examples/Estimated Date of Delivery_2.16.840.1.113883.10.20.15.3.1/Estimated Date of Delivery Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Guide Examples/Estimated Date of Delivery_2.16.840.1.113883.10.20.15.3.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Estimated Date of Delivery 10 | 11 | 2.16.840.1.113883.10.20.15.3.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309/Expiration Date.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Guide Examples/Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Expiration Date Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.309 12 | -------------------------------------------------------------------------------- /Guide Examples/External Document Reference_2.16.840.1.113883.10.20.22.4.115/External Document Reference Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/External Document Reference_2.16.840.1.113883.10.20.22.4.115/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | External Document Reference 10 | 11 | 2.16.840.1.113883.10.20.22.4.115 12 | -------------------------------------------------------------------------------- /Guide Examples/Family History Death Observation_2.16.840.1.113883.10.20.22.4.47/Family History Death Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Family History Death Observation_2.16.840.1.113883.10.20.22.4.47/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Family History Death Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.47 12 | -------------------------------------------------------------------------------- /Guide Examples/Family History Observation (V3)_2.16.840.1.113883.10.20.22.4.46/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Family History Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.46 12 | -------------------------------------------------------------------------------- /Guide Examples/Family History Organizer (V3)_2.16.840.1.113883.10.20.22.4.45/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Family History Organizer (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.45 12 | -------------------------------------------------------------------------------- /Guide Examples/Family History Section (V3)_2.16.840.1.113883.10.20.22.2.15/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Family History Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.15 12 | -------------------------------------------------------------------------------- /Guide Examples/Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3/Fetus Subject Context Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | fetus_1 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Fetus Subject Context 10 | 11 | 2.16.840.1.113883.10.20.6.2.3 12 | -------------------------------------------------------------------------------- /Guide Examples/Findings Section (DIR)_2.16.840.1.113883.10.20.6.1.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Findings Section (DIR) 10 | 11 | 2.16.840.1.113883.10.20.6.1.2 12 | -------------------------------------------------------------------------------- /Guide Examples/Functional Status Observation (V2)_2.16.840.1.113883.10.20.22.4.67/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Functional Status Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.67 12 | -------------------------------------------------------------------------------- /Guide Examples/Functional Status Organizer (V2)_2.16.840.1.113883.10.20.22.4.66/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Functional Status Organizer (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.66 12 | -------------------------------------------------------------------------------- /Guide Examples/Functional Status Section (V2)_2.16.840.1.113883.10.20.22.2.14/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Functional Status Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.14 12 | -------------------------------------------------------------------------------- /Guide Examples/Gender Identity Observation (V3)_2.16.840.1.113883.10.20.34.3.45/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Gender Identity Observation 10 | 11 | 2.16.840.1.113883.10.20.34.3.45 12 | -------------------------------------------------------------------------------- /Guide Examples/General Status Section_2.16.840.1.113883.10.20.2.5/General Status Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | GENERAL STATUS 8 | 9 | Alert and in good spirits, no acute distress. 10 | 11 | 12 |
-------------------------------------------------------------------------------- /Guide Examples/General Status Section_2.16.840.1.113883.10.20.2.5/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | General Status Section 10 | 11 | 2.16.840.1.113883.10.20.2.5 12 | -------------------------------------------------------------------------------- /Guide Examples/Goal Observation (V2)_2.16.840.1.113883.10.20.22.4.121/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Goal Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.121 12 | -------------------------------------------------------------------------------- /Guide Examples/Goal Observation_2.16.840.1.113883.10.20.22.4.121/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Goal Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.121 12 | -------------------------------------------------------------------------------- /Guide Examples/Goals Section_2.16.840.1.113883.10.20.22.2.60/Goals Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | Goals Section 5 | 6 | 7 | 8 | 9 |
-------------------------------------------------------------------------------- /Guide Examples/Goals Section_2.16.840.1.113883.10.20.22.2.60/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Goals Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.60 12 | -------------------------------------------------------------------------------- /Guide Examples/Handoff Communication Participants_2.16.840.1.113883.10.20.22.4.141/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Handoff Communication Participants 10 | 11 | 2.16.840.1.113883.10.20.22.4.141 12 | -------------------------------------------------------------------------------- /Guide Examples/Health Concern Act (V2)_2.16.840.1.113883.10.20.22.4.132/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Health Concern Act (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.132 12 | -------------------------------------------------------------------------------- /Guide Examples/Health Concern Act (V3)_2.16.840.1.113883.10.20.22.4.132/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Health Concern Act (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.132 12 | -------------------------------------------------------------------------------- /Guide Examples/Health Concerns Section (V2)_2.16.840.1.113883.10.20.22.2.58/Health Concerns Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | Health Concerns Section 5 | 6 | ... 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
-------------------------------------------------------------------------------- /Guide Examples/Health Concerns Section (V2)_2.16.840.1.113883.10.20.22.2.58/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Health Concerns Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.58 12 | -------------------------------------------------------------------------------- /Guide Examples/Health Status Evaluations and Outcomes Section_2.16.840.1.113883.10.20.22.2.61/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Health Status Evaluations and Outcomes Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.61 12 | -------------------------------------------------------------------------------- /Guide Examples/Health Status Observation (V2)_2.16.840.1.113883.10.20.22.4.5/Health Status Observation (V2) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Health Status Observation (V2)_2.16.840.1.113883.10.20.22.4.5/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Health Status Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.5 12 | -------------------------------------------------------------------------------- /Guide Examples/Highest Pressure Ulcer Stage_2.16.840.1.113883.10.20.22.4.77/Highest Pressure Ulcer Stage Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Highest Pressure Ulcer Stage_2.16.840.1.113883.10.20.22.4.77/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Highest Pressure Ulcer Stage 10 | 11 | 2.16.840.1.113883.10.20.22.4.77 12 | -------------------------------------------------------------------------------- /Guide Examples/History and Physical (V3)_2.16.840.1.113883.10.20.22.1.3/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | History and Physical (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.3 12 | -------------------------------------------------------------------------------- /Guide Examples/History of Present Illness Section_1.3.6.1.4.1.19376.1.5.3.1.3.4/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | History of Present Illness Section 10 | 11 | 1.3.6.1.4.1.19376.1.5.3.1.3.4 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Admission Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.34/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Admission Diagnosis (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.34 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Consultations Section_2.16.840.1.113883.10.20.22.2.42/Hospital Consultations Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 6 | HOSPITAL CONSULTATIONS 7 | 8 | 9 | Gastroenterology 10 | Cardiology 11 | Dietitian 12 | 13 | 14 |
15 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Consultations Section_2.16.840.1.113883.10.20.22.2.42/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Consultations Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.42 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5/Hospital Course Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Hospital Course 8 | The patient was admitted and started on Lovenox and 9 | nitroglycerin paste. The patient had ... 10 |
11 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Course Section 10 | 11 | 1.3.6.1.4.1.19376.1.5.3.1.3.5 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.33/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Discharge Diagnosis (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.33 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Instructions Section_2.16.840.1.113883.10.20.22.2.41/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Discharge Instructions Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.41 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Physical Section_1.3.6.1.4.1.19376.1.5.3.1.3.26/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Discharge Physical Section 10 | 11 | 1.3.6.1.4.1.19376.1.5.3.1.3.26 12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Studies Summary Section_2.16.840.1.113883.10.20.22.2.16/Hospital Discharge Studies Summary Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Hospital Discharge Studies Summary 8 | 9 | ... 10 | 11 |
12 | -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Studies Summary Section_2.16.840.1.113883.10.20.22.2.16/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Hospital Discharge Studies Summary Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.16 12 | -------------------------------------------------------------------------------- /Guide Examples/Immunization Activity (V3)_2.16.840.1.113883.10.20.22.4.52/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Immunization Activity (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.52 12 | -------------------------------------------------------------------------------- /Guide Examples/Immunization Medication Information (V2)_2.16.840.1.113883.10.20.22.4.54/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Immunization Medication Information (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.54 12 | -------------------------------------------------------------------------------- /Guide Examples/Immunization Refusal Reason_2.16.840.1.113883.10.20.22.4.53/Immunization Refusal Reason Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /Guide Examples/Immunization Refusal Reason_2.16.840.1.113883.10.20.22.4.53/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Immunization Refusal Reason 10 | 11 | 2.16.840.1.113883.10.20.22.4.53 12 | -------------------------------------------------------------------------------- /Guide Examples/Immunizations Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.2.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Immunizations Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.2.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Implantable Device Status Observation_2.16.840.1.113883.10.20.22.4.305/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Implantable Device Status Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.305 12 | -------------------------------------------------------------------------------- /Guide Examples/Indication (V2)_2.16.840.1.113883.10.20.22.4.19/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Indication (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.19 12 | -------------------------------------------------------------------------------- /Guide Examples/Instruction (V2)_2.16.840.1.113883.10.20.22.4.20/Instruction (V2) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Possible flu-like symptoms for three days. 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Instruction (V2)_2.16.840.1.113883.10.20.22.4.20/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Instruction (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.20 12 | -------------------------------------------------------------------------------- /Guide Examples/Instructions Section (V2)_2.16.840.1.113883.10.20.22.2.45/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Instructions Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.45 12 | -------------------------------------------------------------------------------- /Guide Examples/Intervention Act (V2)_2.16.840.1.113883.10.20.22.4.131/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Intervention Act (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.131 12 | -------------------------------------------------------------------------------- /Guide Examples/Interventions Section (V3)_2.16.840.1.113883.10.20.21.2.3/Interventions Section (V3) Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | Interventions Section 5 | 6 | 7 | 8 | 9 |
-------------------------------------------------------------------------------- /Guide Examples/Interventions Section (V3)_2.16.840.1.113883.10.20.21.2.3/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Interventions Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.21.2.3 12 | -------------------------------------------------------------------------------- /Guide Examples/Latex Safety Observation_2.16.840.1.113883.10.20.22.4.314/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Latex Safety Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.314 12 | -------------------------------------------------------------------------------- /Guide Examples/Longitudinal Care Wound Observation (V2)_2.16.840.1.113883.10.20.22.4.114/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Longitudinal Care Wound Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.114 12 | -------------------------------------------------------------------------------- /Guide Examples/Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315/Lot or Batch Number.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Lot or Batch Number Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.315 12 | -------------------------------------------------------------------------------- /Guide Examples/MRI Safety Observation_2.16.840.1.113883.10.20.22.4.318/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | MRI Safety Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.318 12 | -------------------------------------------------------------------------------- /Guide Examples/Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316/Manufacturing Date.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Guide Examples/Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Manufacturing Date Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.316 12 | -------------------------------------------------------------------------------- /Guide Examples/Medical Equipment Organizer_2.16.840.1.113883.10.20.22.4.135/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medical Equipment Organizer 10 | 11 | 2.16.840.1.113883.10.20.22.4.135 12 | -------------------------------------------------------------------------------- /Guide Examples/Medical Equipment Section (V2)_2.16.840.1.113883.10.20.22.2.23/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medical Equipment Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.23 12 | -------------------------------------------------------------------------------- /Guide Examples/Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.16/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medication Activity (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.16 12 | -------------------------------------------------------------------------------- /Guide Examples/Medication Dispense (V2)_2.16.840.1.113883.10.20.22.4.18/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medication Dispense (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.18 12 | -------------------------------------------------------------------------------- /Guide Examples/Medication Free Text Sig_2.16.840.1.113883.10.20.22.4.147/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medication Free Text Sig 10 | 11 | 2.16.840.1.113883.10.20.22.4.147 12 | -------------------------------------------------------------------------------- /Guide Examples/Medication Information (V2)_2.16.840.1.113883.10.20.22.4.23/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medication Information (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.23 12 | -------------------------------------------------------------------------------- /Guide Examples/Medication Supply Order (V2)_2.16.840.1.113883.10.20.22.4.17/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medication Supply Order (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.17 12 | -------------------------------------------------------------------------------- /Guide Examples/Medications Administered Section (V2)_2.16.840.1.113883.10.20.22.2.38/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medications Administered Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.38 12 | -------------------------------------------------------------------------------- /Guide Examples/Medications Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.1.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Medications Section (entries required) (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.1.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Mental Status Observation (V3)_2.16.840.1.113883.10.20.22.4.74/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Mental Status Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.74 12 | -------------------------------------------------------------------------------- /Guide Examples/Mental Status Organizer (V3)_2.16.840.1.113883.10.20.22.4.75/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Mental Status Organizer (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.75 12 | -------------------------------------------------------------------------------- /Guide Examples/Mental Status Section (V2)_2.16.840.1.113883.10.20.22.2.56/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Mental Status Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.56 12 | -------------------------------------------------------------------------------- /Guide Examples/Model Number Observation_2.16.840.1.113883.10.20.22.4.317/Model Number.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Model Number Observation_2.16.840.1.113883.10.20.22.4.317/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Model Number Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.317 12 | -------------------------------------------------------------------------------- /Guide Examples/Non-Medicinal Supply Activity (V2)_2.16.840.1.113883.10.20.22.4.50/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Non-Medicinal Supply Activity (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.50 12 | -------------------------------------------------------------------------------- /Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Note Activity 10 | 11 | 2.16.840.1.113883.10.20.22.4.202 12 | -------------------------------------------------------------------------------- /Guide Examples/Notes Section_2.16.840.1.113883.10.20.22.2.65/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Notes Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.65 12 | -------------------------------------------------------------------------------- /Guide Examples/Number of Pressure Ulcers Observation (V3)_2.16.840.1.113883.10.20.22.4.76/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Number of Pressure Ulcers Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.76 12 | -------------------------------------------------------------------------------- /Guide Examples/Nutrition Assessment_2.16.840.1.113883.10.20.22.4.138/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Nutrition Assessment 10 | 11 | 2.16.840.1.113883.10.20.22.4.138 12 | -------------------------------------------------------------------------------- /Guide Examples/Nutrition Recommendation_2.16.840.1.113883.10.20.22.4.130/Nutrition Recommendation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Guide Examples/Nutrition Recommendation_2.16.840.1.113883.10.20.22.4.130/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Nutrition Recommendation 10 | 11 | 2.16.840.1.113883.10.20.22.4.130 12 | -------------------------------------------------------------------------------- /Guide Examples/Nutrition Section_2.16.840.1.113883.10.20.22.2.57/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Nutrition Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.57 12 | -------------------------------------------------------------------------------- /Guide Examples/Nutritional Status Observation_2.16.840.1.113883.10.20.22.4.124/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Nutritional Status Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.124 12 | -------------------------------------------------------------------------------- /Guide Examples/Objective Section_2.16.840.1.113883.10.20.21.2.1/Objective Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 6 | OBJECTIVE DATA 7 | 8 | 9 | Chest: clear to ausc. No rales, normal breath sounds 10 | Heart: RR, PMI in normal location and no heave or evidence of 11 | cardiomegaly,normal heart sounds, no murm or gallop 12 | 13 | 14 |
15 | -------------------------------------------------------------------------------- /Guide Examples/Objective Section_2.16.840.1.113883.10.20.21.2.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Objective Section 10 | 11 | 2.16.840.1.113883.10.20.21.2.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Observer Context_2.16.840.1.113883.10.20.6.2.4/Observer Context Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Richard 7 | Blitz 8 | MD 9 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Observer Context_2.16.840.1.113883.10.20.6.2.4/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Observer Context 10 | 11 | 2.16.840.1.113883.10.20.6.2.4 12 | -------------------------------------------------------------------------------- /Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/Operative Note serviceEvent Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ... 10 | 11 | 12 | -------------------------------------------------------------------------------- /Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Operative Note (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.7 12 | -------------------------------------------------------------------------------- /Guide Examples/Operative Note Fluids Section_2.16.840.1.113883.10.20.7.12/Operative Note Fluids Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Operative Note Fluids 8 | 250 ML Ringers Lactate 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Operative Note Fluids Section_2.16.840.1.113883.10.20.7.12/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Operative Note Fluids Section 10 | 11 | 2.16.840.1.113883.10.20.7.12 12 | -------------------------------------------------------------------------------- /Guide Examples/Operative Note Surgical Procedure Section_2.16.840.1.113883.10.20.7.14/Operative Note Surgical Procedure Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Surgical Procedure 8 | Laparoscopic Appendectomy 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Operative Note Surgical Procedure Section_2.16.840.1.113883.10.20.7.14/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Operative Note Surgical Procedure Section 10 | 11 | 2.16.840.1.113883.10.20.7.14 12 | -------------------------------------------------------------------------------- /Guide Examples/Outcome Observation_2.16.840.1.113883.10.20.22.4.144/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Outcome Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.144 12 | -------------------------------------------------------------------------------- /Guide Examples/Past Medical History (V3)_2.16.840.1.113883.10.20.22.2.20/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Past Medical History (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.20 12 | -------------------------------------------------------------------------------- /Guide Examples/Patient Referral Act_2.16.840.1.113883.10.20.22.4.140/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Patient Referral Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.140 12 | -------------------------------------------------------------------------------- /Guide Examples/Payers Section (V3)_2.16.840.1.113883.10.20.22.2.18/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Payers Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.18 12 | -------------------------------------------------------------------------------- /Guide Examples/Physical Exam Section (V3)_2.16.840.1.113883.10.20.2.10/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Physical Exam Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.2.10 12 | -------------------------------------------------------------------------------- /Guide Examples/Physician Reading Study Performer (V2)_2.16.840.1.113883.10.20.6.2.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Physician Reading Study Performer (V2) 10 | 11 | 2.16.840.1.113883.10.20.6.2.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Physician of Record Participant (V2)_2.16.840.1.113883.10.20.6.2.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Physician of Record Participant (V2) 10 | 11 | 2.16.840.1.113883.10.20.6.2.2 12 | -------------------------------------------------------------------------------- /Guide Examples/Plan of Treatment Section (V2)_2.16.840.1.113883.10.20.22.2.10/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Plan of Treatment Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.10 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Act (V2)_2.16.840.1.113883.10.20.22.4.39/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Act (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.39 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Coverage_2.16.840.1.113883.10.20.22.4.129/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Coverage 10 | 11 | 2.16.840.1.113883.10.20.22.4.129 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Encounter (V2)_2.16.840.1.113883.10.20.22.4.40/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Encounter (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.40 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Immunization Activity_2.16.840.1.113883.10.20.22.4.120/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Immunization Activity 10 | 11 | 2.16.840.1.113883.10.20.22.4.120 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.42/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Medication Activity (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.42 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Observation (V2)_2.16.840.1.113883.10.20.22.4.44/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.44 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure (V2)_2.16.840.1.113883.10.20.22.4.41/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Procedure (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.41 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure (V3)_2.16.840.1.113883.10.20.22.4.41/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Procedure (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.41 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure Section (V2)_2.16.840.1.113883.10.20.22.2.30/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Procedure Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.30 12 | -------------------------------------------------------------------------------- /Guide Examples/Planned Supply (V2)_2.16.840.1.113883.10.20.22.4.43/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Planned Supply (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.43 12 | -------------------------------------------------------------------------------- /Guide Examples/Policy Activity (V3)_2.16.840.1.113883.10.20.22.4.61/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Policy Activity (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.61 12 | -------------------------------------------------------------------------------- /Guide Examples/Postoperative Diagnosis Section_2.16.840.1.113883.10.20.22.2.35/Postoperative Diagnosis Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Postoperative Diagnosis 8 | Appendicitis with periappendiceal abscess 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Postoperative Diagnosis Section_2.16.840.1.113883.10.20.22.2.35/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Postoperative Diagnosis Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.35 12 | -------------------------------------------------------------------------------- /Guide Examples/Postprocedure Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.51/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Postprocedure Diagnosis (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.51 12 | -------------------------------------------------------------------------------- /Guide Examples/Postprocedure Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.36/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Postprocedure Diagnosis Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.36 12 | -------------------------------------------------------------------------------- /Guide Examples/Precondition for Substance Administration (V2)_2.16.840.1.113883.10.20.22.4.25/Precondition for Substance Administration (V2) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 10 | -------------------------------------------------------------------------------- /Guide Examples/Precondition for Substance Administration (V2)_2.16.840.1.113883.10.20.22.4.25/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Precondition for Substance Administration (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.25 12 | -------------------------------------------------------------------------------- /Guide Examples/Pregnancy Intention in Next Year_2.16.840.1.113883.10.20.22.4.281/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | Subsequent examples were loaded from more recent C-CDA Companion Guide releases. 5 | 6 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 7 | 8 | ### Keywords: 9 | 10 | Pregnancy Intention in Next Year 11 | 12 | 2.16.840.1.113883.10.20.22.4.281 13 | -------------------------------------------------------------------------------- /Guide Examples/Pregnancy Observation_2.16.840.1.113883.10.20.15.3.8/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Pregnancy Observation 10 | 11 | 2.16.840.1.113883.10.20.15.3.8 12 | -------------------------------------------------------------------------------- /Guide Examples/Preoperative Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.65/Preoperative Diagnosis (V3) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | . . . 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Guide Examples/Preoperative Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.65/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Preoperative Diagnosis (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.65 12 | -------------------------------------------------------------------------------- /Guide Examples/Preoperative Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.34/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Preoperative Diagnosis Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.34 12 | -------------------------------------------------------------------------------- /Guide Examples/Priority Preference_2.16.840.1.113883.10.20.22.4.143/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Priority Preference 10 | 11 | 2.16.840.1.113883.10.20.22.4.143 12 | -------------------------------------------------------------------------------- /Guide Examples/Problem Concern Act (V3)_2.16.840.1.113883.10.20.22.4.3/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Problem Concern Act (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.3 12 | -------------------------------------------------------------------------------- /Guide Examples/Problem Observation (V3)_2.16.840.1.113883.10.20.22.4.4/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Problem Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.4 12 | -------------------------------------------------------------------------------- /Guide Examples/Problem Observation (V4)_2.16.840.1.113883.10.20.22.4.4/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Problem Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.4 12 | -------------------------------------------------------------------------------- /Guide Examples/Problem Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.5.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Problem Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.5.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Act (V2)_2.16.840.1.113883.10.20.22.4.12/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Activity Act (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.12 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Observation (V2)_2.16.840.1.113883.10.20.22.4.13/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Activity Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.13 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Procedure (V2)_2.16.840.1.113883.10.20.22.4.14/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Activity Procedure (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.14 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Procedure (V3)_2.16.840.1.113883.10.20.22.4.14/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Activity Procedure (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.14 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Context_2.16.840.1.113883.10.20.6.2.5/Procedure Context Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Context_2.16.840.1.113883.10.20.6.2.5/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Context 10 | 11 | 2.16.840.1.113883.10.20.6.2.5 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Description Section_2.16.840.1.113883.10.20.22.2.27/Procedure Description Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Procedure Description 8 | The patient was taken to the endoscopy suite where ... 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Description Section_2.16.840.1.113883.10.20.22.2.27/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Description Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.27 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Disposition Section_2.16.840.1.113883.10.20.18.2.12/Procedure Disposition Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 6 | PROCEDURE DISPOSITION 7 | The patient was taken to the Endoscopy Recovery Unit in stable 8 | condition. 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Disposition Section_2.16.840.1.113883.10.20.18.2.12/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Disposition Section 10 | 11 | 2.16.840.1.113883.10.20.18.2.12 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Estimated Blood Loss Section_2.16.840.1.113883.10.20.18.2.9/Procedure Estimated Blood Loss Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 5 | Procedure Estimated Blood Loss 6 | Minimal 7 |
8 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Estimated Blood Loss Section_2.16.840.1.113883.10.20.18.2.9/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Estimated Blood Loss Section 10 | 11 | 2.16.840.1.113883.10.20.18.2.9 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Findings Section (V3)_2.16.840.1.113883.10.20.22.2.28/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Findings Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.28 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Implants Section_2.16.840.1.113883.10.20.22.2.40/Procedure Implants Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 5 | Procedure Implants 6 | No implants were placed. 7 |
8 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Implants Section_2.16.840.1.113883.10.20.22.2.40/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Implants Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.40 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Indications Section (V2)_2.16.840.1.113883.10.20.22.2.29/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Indications Section (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.29 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/Procedure Note serviceEvent Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | ... 10 | 11 | 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Note (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.6 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedure Specimens Taken Section_2.16.840.1.113883.10.20.22.2.31/Procedure Specimens Taken Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Procedure Specimens Taken 8 | Ascending colon polyp 9 |
-------------------------------------------------------------------------------- /Guide Examples/Procedure Specimens Taken Section_2.16.840.1.113883.10.20.22.2.31/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedure Specimens Taken Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.31 12 | -------------------------------------------------------------------------------- /Guide Examples/Procedures Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.7.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Procedures Section (entries required) (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.2.7.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Product Instance_2.16.840.1.113883.10.20.22.4.37/Product Instance Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Guide Examples/Product Instance_2.16.840.1.113883.10.20.22.4.37/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Product Instance 10 | 11 | 2.16.840.1.113883.10.20.22.4.37 12 | -------------------------------------------------------------------------------- /Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Prognosis Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.113 12 | -------------------------------------------------------------------------------- /Guide Examples/Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9/Progress Note serviceEvent Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ... 9 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Progress Note (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.9 12 | -------------------------------------------------------------------------------- /Guide Examples/Progress Toward Goal Observation_2.16.840.1.113883.10.20.22.4.110/Progress Toward Goal Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Guide Examples/Progress Toward Goal Observation_2.16.840.1.113883.10.20.22.4.110/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Progress Toward Goal Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.110 12 | -------------------------------------------------------------------------------- /Guide Examples/Provenance - Assembler Participation (V2)_2.16.840.1.113883.10.20.22.5.7-2020-05-19/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Provenance - Assembler Participation 10 | 11 | 2.16.840.1.113883.10.20.22.5.7 12 | -------------------------------------------------------------------------------- /Guide Examples/Provenance - Author Participation (V2)_2.16.840.1.113883.10.20.22.5.6-2019-10-01/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Provenance - Author Participation 10 | 11 | 2.16.840.1.113883.10.20.22.5.6 12 | -------------------------------------------------------------------------------- /Guide Examples/Provenance - Author Participation_2.16.840.1.113883.10.20.22.5.6/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Provenance - Author Participation 10 | 11 | 2.16.840.1.113883.10.20.22.5.6 12 | -------------------------------------------------------------------------------- /Guide Examples/Purpose of Reference Observation_2.16.840.1.113883.10.20.6.2.9/Purpose of Reference Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | -------------------------------------------------------------------------------- /Guide Examples/Purpose of Reference Observation_2.16.840.1.113883.10.20.6.2.9/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Purpose of Reference Observation 10 | 11 | 2.16.840.1.113883.10.20.6.2.9 12 | -------------------------------------------------------------------------------- /Guide Examples/Quantity Measurement Observation_2.16.840.1.113883.10.20.6.2.14/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Quantity Measurement Observation 10 | 11 | 2.16.840.1.113883.10.20.6.2.14 12 | -------------------------------------------------------------------------------- /Guide Examples/Reaction Observation (V2)_2.16.840.1.113883.10.20.22.4.9/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Reaction Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.9 12 | -------------------------------------------------------------------------------- /Guide Examples/Reason (V4)_2.16.840.1.113883.10.20.24.3.88/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | Subsequent examples were loaded from more recent C-CDA Companion Guide releases. 5 | 6 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 7 | 8 | ### Keywords: 9 | 10 | Reason (V4) 11 | 12 | 2.16.840.1.113883.10.20.24.3.88 13 | -------------------------------------------------------------------------------- /Guide Examples/Reason for Referral Section (V2)_1.3.6.1.4.1.19376.1.5.3.1.3.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Reason for Referral Section (V2) 10 | 11 | 1.3.6.1.4.1.19376.1.5.3.1.3.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Reason for Visit Section_2.16.840.1.113883.10.20.22.2.12/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Reason for Visit Section 10 | 11 | 2.16.840.1.113883.10.20.22.2.12 12 | -------------------------------------------------------------------------------- /Guide Examples/Reason for Visit Section_2.16.840.1.113883.10.20.22.2.12/Reason for Visit Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | REASON FOR VISIT 8 | 9 | Dark stools. 10 | 11 |
12 | -------------------------------------------------------------------------------- /Guide Examples/Referenced Frames Observation_2.16.840.1.113883.10.20.6.2.10/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Referenced Frames Observation 10 | 11 | 2.16.840.1.113883.10.20.6.2.10 12 | -------------------------------------------------------------------------------- /Guide Examples/Referral Note (V2)_2.16.840.1.113883.10.20.22.1.14/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Referral Note (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.1.14 12 | -------------------------------------------------------------------------------- /Guide Examples/Result Observation (V3)_2.16.840.1.113883.10.20.22.4.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Result Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.2 12 | -------------------------------------------------------------------------------- /Guide Examples/Result Organizer (V3)_2.16.840.1.113883.10.20.22.4.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Result Organizer (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Results Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.3.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Results Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.3.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Review of Systems Section_1.3.6.1.4.1.19376.1.5.3.1.3.18/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Review of Systems Section 10 | 11 | 1.3.6.1.4.1.19376.1.5.3.1.3.18 12 | -------------------------------------------------------------------------------- /Guide Examples/Review of Systems Section_1.3.6.1.4.1.19376.1.5.3.1.3.18/Review of Systems Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 6 | REVIEW OF SYSTEMS 7 | 8 | 9 | Patient denies recent history of fever or malaise. Positive 10 | For weakness and shortness of breath. One episode of melena. No recent 11 | headaches. Positive for osteoarthritis in hips, knees and hands. 12 | 13 | 14 |
15 | -------------------------------------------------------------------------------- /Guide Examples/Risk Concern Act (V2)_2.16.840.1.113883.10.20.22.4.136/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Risk Concern Act (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.136 12 | -------------------------------------------------------------------------------- /Guide Examples/SOP Instance Observation_2.16.840.1.113883.10.20.6.2.8/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | SOP Instance Observation 10 | 11 | 2.16.840.1.113883.10.20.6.2.8 12 | -------------------------------------------------------------------------------- /Guide Examples/Section Time Range Observation_2.16.840.1.113883.10.20.22.4.201/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Section Time Range Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.201 12 | -------------------------------------------------------------------------------- /Guide Examples/Section Time Range Observation_2.16.840.1.113883.10.20.22.4.201/Section Time Range Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Guide Examples/Self-Care Activities (ADL and IADL)_2.16.840.1.113883.10.20.22.4.128/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Self-Care Activities (ADL and IADL) 10 | 11 | 2.16.840.1.113883.10.20.22.4.128 12 | -------------------------------------------------------------------------------- /Guide Examples/Sensory Status_2.16.840.1.113883.10.20.22.4.127/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Sensory Status 10 | 11 | 2.16.840.1.113883.10.20.22.4.127 12 | -------------------------------------------------------------------------------- /Guide Examples/Serial Number Observation_2.16.840.1.113883.10.20.22.4.319/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Serial Number Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.319 12 | -------------------------------------------------------------------------------- /Guide Examples/Serial Number Observation_2.16.840.1.113883.10.20.22.4.319/Serial Number.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Series Act_2.16.840.1.113883.10.20.22.4.63/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Series Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.63 12 | -------------------------------------------------------------------------------- /Guide Examples/Service Delivery Location_2.16.840.1.113883.10.20.22.4.32/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Service Delivery Location 10 | 11 | 2.16.840.1.113883.10.20.22.4.32 12 | -------------------------------------------------------------------------------- /Guide Examples/Severity Observation (V2)_2.16.840.1.113883.10.20.22.4.8/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Severity Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.8 12 | -------------------------------------------------------------------------------- /Guide Examples/Severity Observation (V2)_2.16.840.1.113883.10.20.22.4.8/Severity Observation (V2) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Guide Examples/Sexual Orientation Observation_2.16.840.1.113883.10.20.22.4.501/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Sexual Orientation Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.501 12 | -------------------------------------------------------------------------------- /Guide Examples/Smoking Status - Meaningful Use (V2)_2.16.840.1.113883.10.20.22.4.78/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Smoking Status - Meaningful Use (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.78 12 | -------------------------------------------------------------------------------- /Guide Examples/Social History Observation (V3)_2.16.840.1.113883.10.20.22.4.38/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Social History Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.38 12 | -------------------------------------------------------------------------------- /Guide Examples/Social History Observation (V4)_2.16.840.1.113883.10.20.22.4.38/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Social History Observation (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.38 12 | -------------------------------------------------------------------------------- /Guide Examples/Social History Section (V3)_2.16.840.1.113883.10.20.22.2.17/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Social History Section (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.17 12 | -------------------------------------------------------------------------------- /Guide Examples/Study Act_2.16.840.1.113883.10.20.6.2.6/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Study Act 10 | 11 | 2.16.840.1.113883.10.20.6.2.6 12 | -------------------------------------------------------------------------------- /Guide Examples/Study Act_2.16.840.1.113883.10.20.6.2.6/Study Act Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | . . . 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Guide Examples/Subjective Section_2.16.840.1.113883.10.20.21.2.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Subjective Section 10 | 11 | 2.16.840.1.113883.10.20.21.2.2 12 | -------------------------------------------------------------------------------- /Guide Examples/Substance Administered Act_2.16.840.1.113883.10.20.22.4.118/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Substance Administered Act 10 | 11 | 2.16.840.1.113883.10.20.22.4.118 12 | -------------------------------------------------------------------------------- /Guide Examples/Surgical Drains Section_2.16.840.1.113883.10.20.7.13/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Surgical Drains Section 10 | 11 | 2.16.840.1.113883.10.20.7.13 12 | -------------------------------------------------------------------------------- /Guide Examples/Surgical Drains Section_2.16.840.1.113883.10.20.7.13/Surgical Drains Section Example.xml: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 | Surgical Drains 8 | Penrose drain placed 9 |
10 | -------------------------------------------------------------------------------- /Guide Examples/Text Observation_2.16.840.1.113883.10.20.6.2.12/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Text Observation 10 | 11 | 2.16.840.1.113883.10.20.6.2.12 12 | -------------------------------------------------------------------------------- /Guide Examples/Tobacco Use (V2)_2.16.840.1.113883.10.20.22.4.85/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Tobacco Use (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.85 12 | -------------------------------------------------------------------------------- /Guide Examples/Transfer Summary (V2)_2.16.840.1.113883.10.20.22.1.13/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Transfer Summary (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.1.13 12 | -------------------------------------------------------------------------------- /Guide Examples/Tribal Affiliation Observation_2.16.840.1.113883.10.20.22.4.506/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | Subsequent examples were loaded from more recent C-CDA Companion Guide releases. 5 | 6 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 7 | 8 | ### Keywords: 9 | 10 | Tribal Affiliation Observation 11 | 12 | 2.16.840.1.113883.10.20.22.4.506 13 | -------------------------------------------------------------------------------- /Guide Examples/UDI Organizer_2.16.840.1.113883.10.20.22.4.311/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | UDI Organizer 10 | 11 | 2.16.840.1.113883.10.20.22.4.311 12 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Address (AD.US.FIELDED)_2.16.840.1.113883.10.20.22.5.2/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | US Realm Address (AD.US.FIELDED) 10 | 11 | 2.16.840.1.113883.10.20.22.5.2 12 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Address (AD.US.FIELDED)_2.16.840.1.113883.10.20.22.5.2/US Realm Address Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 22 Sample Street 3 | Beaverton 4 | OR 5 | 97867 6 | US 7 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Date and Time (DTM.US.FIELDED)_2.16.840.1.113883.10.20.22.5.4/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | US Realm Date and Time (DTM.US.FIELDED) 10 | 11 | 2.16.840.1.113883.10.20.22.5.4 12 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/Digital signature Example.xml: -------------------------------------------------------------------------------- 1 | omSJUEdmde9j44zmMiromSJUEdmde9j44zmMirdMDSsWdIJdksIJR3373jeu83 2 | 6edjzMMIjdMDSsWdIJdksIJR3373jeu83MNYD83jmMdomSJUEdmde9j44zmMir 3 | ... MNYD83jmMdomSJUEdmde9j44zmMir6edjzMMIjdMDSsWdIJdksIJR3373jeu83 4 | 4zmMir6edjzMMIjdMDSsWdIJdksIJR3373jeu83== -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/Personal Relation informant Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Boris 8 | Bo 9 | Betterhalf 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | US Realm Header (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.1 12 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/authorization Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/custodian Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Good Health HIE 6 | 7 | 8 | 1009 Healthcare Drive 9 | Portland 10 | OR 11 | 99123 12 | US 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/inFulfillmentOf Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/informationRecipient Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Sara 6 | Specialize 7 | M.D. 8 | 9 | 10 | 11 | The DoctorsApart Physician Group 12 | 13 | 14 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header for Patient Generated Document (V2)_2.16.840.1.113883.10.20.29.1/Patient Generated Document inFulfillmentOf Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Guide Examples/US Realm Header for Patient Generated Document (V2)_2.16.840.1.113883.10.20.29.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | US Realm Header for Patient Generated Document (V2) 10 | 11 | 2.16.840.1.113883.10.20.29.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Unstructured Document (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.1.10 12 | -------------------------------------------------------------------------------- /Guide Examples/Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10/nonXMLBody Example with Compressed Content.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | dhUhkasd437hbjfQS7� 4 | 5 | -------------------------------------------------------------------------------- /Guide Examples/Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10/nonXMLBody Example with Embedded Content.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | e1xydGY... 4 | 5 | -------------------------------------------------------------------------------- /Guide Examples/Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10/nonXMLBody Example with Referenced Content.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Guide Examples/Vital Sign Observation (V2)_2.16.840.1.113883.10.20.22.4.27/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Vital Sign Observation (V2) 10 | 11 | 2.16.840.1.113883.10.20.22.4.27 12 | -------------------------------------------------------------------------------- /Guide Examples/Vital Sign Observation (V2)_2.16.840.1.113883.10.20.22.4.27/Vital Sign Observation (V2) Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | .... 10 | 11 | 12 | -------------------------------------------------------------------------------- /Guide Examples/Vital Signs Organizer (V3)_2.16.840.1.113883.10.20.22.4.26/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Vital Signs Organizer (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.4.26 12 | -------------------------------------------------------------------------------- /Guide Examples/Vital Signs Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.4.1/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Vital Signs Section (entries required) (V3) 10 | 11 | 2.16.840.1.113883.10.20.22.2.4.1 12 | -------------------------------------------------------------------------------- /Guide Examples/Wound Characteristic_2.16.840.1.113883.10.20.22.4.134/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Wound Characteristic 10 | 11 | 2.16.840.1.113883.10.20.22.4.134 12 | -------------------------------------------------------------------------------- /Guide Examples/Wound Measurement Observation_2.16.840.1.113883.10.20.22.4.133/README.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Sample from Implementation Guide 2 | 3 | The initial load of this repository in January 2021 includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. 6 | 7 | ### Keywords: 8 | 9 | Wound Measurement Observation 10 | 11 | 2.16.840.1.113883.10.20.22.4.133 12 | -------------------------------------------------------------------------------- /Guide Examples/Wound Measurement Observation_2.16.840.1.113883.10.20.22.4.133/Wound Measurement Observation Example.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Guide Examples/readme.md: -------------------------------------------------------------------------------- 1 | ## SDWG Supported Samples from Implementation Guide 2 | 3 | The directory was loaded in January 2021 and includes all examples (figures) from the June 2019 Errata published PDF of C-CDA 2.1 and 2019 release of C-CDA Companion Guide. 4 | 5 | These examples were reviewed through the HL7 ballot process. They have not been formally reviewed/approved by the examples task force. -------------------------------------------------------------------------------- /Header/Readme.md: -------------------------------------------------------------------------------- 1 | ## C-CDA Header Examples 2 | 3 | -------------------------------------------------------------------------------- /Health Concerns/Readme.md: -------------------------------------------------------------------------------- 1 | ## Health Concerns Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Immunizations/Readme.md: -------------------------------------------------------------------------------- 1 | ## Immunization Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Interventions/Readme.md: -------------------------------------------------------------------------------- 1 | ## Interventions Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Medical Equipment/Readme.md: -------------------------------------------------------------------------------- 1 | ## Medical Equipment Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Medications/Medication Frequency Patterns/CDA Medication Frequencies.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://docs.google.com/document/d/1Y0Z458o_MrR2aPnpx6EygO6hpI88Bl95esjRWZ0agtY/edit 6 | -------------------------------------------------------------------------------- /Medications/Medication statusCodes/CDA Medication statusCodes.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://docs.google.com/spreadsheets/d/1d0RJoyzVQISK4ai3zbjKT6PCuOEQzgWBCqarDHyD-JE/edit#gid=798164205 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /Medications/Readme.md: -------------------------------------------------------------------------------- 1 | ## Medication Section Examples from C-CDA 2 | 3 | For all Medication examples the example task force agreed (8/28/2014) to only include institutionSpecified on the effectiveTime when the value is true. InstitutionSpecified indicates whether the exact timing is up to the party executing the schedule (e.g., to distinguish "every 8 hours" (false) from "3 times a day" (true)). 4 | -------------------------------------------------------------------------------- /Mental Status/Readme.md: -------------------------------------------------------------------------------- 1 | ## Mental Status Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Notes/Readme.md: -------------------------------------------------------------------------------- 1 | ## Notes Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Plan of Treatment/Readme.md: -------------------------------------------------------------------------------- 1 | ## Plan of Treatment Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Problems/Readme.md: -------------------------------------------------------------------------------- 1 | ## Problem Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Procedures/Readme.md: -------------------------------------------------------------------------------- 1 | ## Procedure Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Quality/Readme.md: -------------------------------------------------------------------------------- 1 | ## Quality Related Examples from C-CDA and QRDA 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # C-CDA-Examples 2 | SDWG Supported Samples 3 | 4 | * The initial load of this repository in October 2016 includes all approved C-CDA R1.1 samples upgraded to C-CDA R2.1. The previous R1.1 versions are not included since R2.1 is compatible with 1.1 and the duplicate samples wouldn't provide further guidance. 5 | * All examples here feed the HL7 http://cdasearch.hl7.org/ 6 | * Examples submitted to this repository are governed by the [HL7 GOM — Section 09 Intellectual Property (word document)](https://www.hl7.org/permalink/?GOM) 7 | -------------------------------------------------------------------------------- /Referrals - Planned and Completed/Readme.md: -------------------------------------------------------------------------------- 1 | ## Referral Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Results/Readme.md: -------------------------------------------------------------------------------- 1 | ## Result Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Results/Result with Multiple Reference Ranges/164947.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/ad5007abd912a45bbd04ce96e871c70954c2b2c2/Results/Result with Multiple Reference Ranges/164947.pdf -------------------------------------------------------------------------------- /Results/Result with lab location/ResultsWithLabLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/ad5007abd912a45bbd04ce96e871c70954c2b2c2/Results/Result with lab location/ResultsWithLabLocation.png -------------------------------------------------------------------------------- /Social History/Readme.md: -------------------------------------------------------------------------------- 1 | ## Social History Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Stylesheets - Community Submitted/Readme.md: -------------------------------------------------------------------------------- 1 | ## Member Shared Stylesheets - Unsupported 2 | 3 | -------------------------------------------------------------------------------- /Stylesheets - Community Submitted/US Department of Veterans Affairs - Example Stylesheet/VA-CCDA-Stylesheet-Pkg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/ad5007abd912a45bbd04ce96e871c70954c2b2c2/Stylesheets - Community Submitted/US Department of Veterans Affairs - Example Stylesheet/VA-CCDA-Stylesheet-Pkg.zip -------------------------------------------------------------------------------- /Unstructured/CDA reference PDF/UD_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/ad5007abd912a45bbd04ce96e871c70954c2b2c2/Unstructured/CDA reference PDF/UD_sample.pdf -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 1/C-CDA_R2_UD_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/ad5007abd912a45bbd04ce96e871c70954c2b2c2/Unstructured/CDA with Embedded PDF 1/C-CDA_R2_UD_sample.pdf -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 2/McBee_L1_20151116_Embedded.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/ad5007abd912a45bbd04ce96e871c70954c2b2c2/Unstructured/CDA with Embedded PDF 2/McBee_L1_20151116_Embedded.pdf -------------------------------------------------------------------------------- /Unstructured/Readme.md: -------------------------------------------------------------------------------- 1 | ## Unstructured Document Examples 2 | -------------------------------------------------------------------------------- /Vital Signs/Readme.md: -------------------------------------------------------------------------------- 1 | ## Vital Sign Section Examples from C-CDA 2 | --------------------------------------------------------------------------------