├── 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/Allergy to food egg/Allergy to food egg(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to food egg/Allergy to food egg(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/Allergy to food egg/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to food egg/Readme.md -------------------------------------------------------------------------------- /Allergies/Allergy to latex/Allergy to specific substance latex(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to latex/Allergy to specific substance latex(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/Allergy to latex/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to latex/Readme.md -------------------------------------------------------------------------------- /Allergies/Allergy to specific drug Codeine/Allergy to specific drug Codeine(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to specific drug Codeine/Allergy to specific drug Codeine(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/Allergy to specific drug Codeine/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to specific drug Codeine/Readme.md -------------------------------------------------------------------------------- /Allergies/Allergy to specific drug Penicillin/Allergy to specific drug Penicillin(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to specific drug Penicillin/Allergy to specific drug Penicillin(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/Allergy to specific drug Penicillin/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to specific drug Penicillin/Readme.md -------------------------------------------------------------------------------- /Allergies/Allergy to specific drug class Penicillins/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Allergy to specific drug class Penicillins/Readme.md -------------------------------------------------------------------------------- /Allergies/Free-text Allergy to clinical trial drug/Free-text Allergy to clinical trial drug(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Free-text Allergy to clinical trial drug/Free-text Allergy to clinical trial drug(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/Free-text Allergy to clinical trial drug/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Free-text Allergy to clinical trial drug/README.md -------------------------------------------------------------------------------- /Allergies/No Known Allergies/No Known Allergies with Author Timestamp(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/No Known Allergies/No Known Allergies with Author Timestamp(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/No Known Allergies/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/No Known Allergies/Readme.md -------------------------------------------------------------------------------- /Allergies/No Known Medication Allergies/No Known Medication Allergies(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/No Known Medication Allergies/No Known Medication Allergies(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/No Known Medication Allergies/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/No Known Medication Allergies/Readme.md -------------------------------------------------------------------------------- /Allergies/No Section Information Allergies/No Information Allergies(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/No Section Information Allergies/No Information Allergies(C-CDA2.1).xml -------------------------------------------------------------------------------- /Allergies/No Section Information Allergies/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/No Section Information Allergies/Readme.md -------------------------------------------------------------------------------- /Allergies/Not Allergic to Peanuts/Not Allergic to Peanuts(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Not Allergic to Peanuts/Not Allergic to Peanuts(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Allergies/Not Allergic to Peanuts/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Not Allergic to Peanuts/Readme.md -------------------------------------------------------------------------------- /Allergies/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Readme.md -------------------------------------------------------------------------------- /Allergies/Withdrawn Allergy to cat hair/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Withdrawn Allergy to cat hair/Readme.md -------------------------------------------------------------------------------- /Allergies/Withdrawn Allergy to specific drug Epinephrine/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Allergies/Withdrawn Allergy to specific drug Epinephrine/Readme.md -------------------------------------------------------------------------------- /Care Team/Care Team Narrative Only/Care Team Narrative Only (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Care Team/Care Team Narrative Only/Care Team Narrative Only (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Care Team/Care Team Narrative Only/Care Team Rendering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Care Team/Care Team Narrative Only/Care Team Rendering.html -------------------------------------------------------------------------------- /Care Team/Care Team Narrative Only/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Care Team/Care Team Narrative Only/Readme.md -------------------------------------------------------------------------------- /Care Team/Care Team Structured Entry/Care Team Organizer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Care Team/Care Team Structured Entry/Care Team Organizer Example.xml -------------------------------------------------------------------------------- /Care Team/Care Team Structured Entry/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Care Team/Care Team Structured Entry/Readme.md -------------------------------------------------------------------------------- /Care Team/Readme.md: -------------------------------------------------------------------------------- 1 | ## Care Team Examples from C-CDA Companion Guide -------------------------------------------------------------------------------- /Documents/CCD/CCD 1/CCD.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/CCD/CCD 1/CCD.XML -------------------------------------------------------------------------------- /Documents/CCD/CCD 1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/CCD/CCD 1/Readme.md -------------------------------------------------------------------------------- /Documents/CCD/CCD 2/CCD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/CCD/CCD 2/CCD.xml -------------------------------------------------------------------------------- /Documents/CCD/CCD 2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/CCD/CCD 2/Readme.md -------------------------------------------------------------------------------- /Documents/Care Plan/Care_Plan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Care Plan/Care_Plan.xml -------------------------------------------------------------------------------- /Documents/Care Plan/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Care Plan/Readme.md -------------------------------------------------------------------------------- /Documents/Consultation Note/Consultation_Note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Consultation Note/Consultation_Note.xml -------------------------------------------------------------------------------- /Documents/Consultation Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Consultation Note/Readme.md -------------------------------------------------------------------------------- /Documents/Diagnostic Imaging Report/Diagnostic_Imaging_Report.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Diagnostic Imaging Report/Diagnostic_Imaging_Report.xml -------------------------------------------------------------------------------- /Documents/Diagnostic Imaging Report/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Diagnostic Imaging Report/Readme.md -------------------------------------------------------------------------------- /Documents/Discharge Summary/Discharge_Summary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Discharge Summary/Discharge_Summary.xml -------------------------------------------------------------------------------- /Documents/Discharge Summary/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Discharge Summary/Readme.md -------------------------------------------------------------------------------- /Documents/History and Physical/History_and_Physical.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/History and Physical/History_and_Physical.xml -------------------------------------------------------------------------------- /Documents/History and Physical/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/History and Physical/Readme.md -------------------------------------------------------------------------------- /Documents/Operative Note/Operative_Note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Operative Note/Operative_Note.xml -------------------------------------------------------------------------------- /Documents/Operative Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Operative Note/Readme.md -------------------------------------------------------------------------------- /Documents/Procedure Note/Procedure_Note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Procedure Note/Procedure_Note.xml -------------------------------------------------------------------------------- /Documents/Procedure Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Procedure Note/Readme.md -------------------------------------------------------------------------------- /Documents/Progress Note/Progress_Note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Progress Note/Progress_Note.xml -------------------------------------------------------------------------------- /Documents/Progress Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Progress Note/Readme.md -------------------------------------------------------------------------------- /Documents/Referral Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Referral Note/Readme.md -------------------------------------------------------------------------------- /Documents/Referral Note/Referral_Note.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Referral Note/Referral_Note.xml -------------------------------------------------------------------------------- /Documents/Transfer Summary/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Transfer Summary/Readme.md -------------------------------------------------------------------------------- /Documents/Transfer Summary/Transfer_Summary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Documents/Transfer Summary/Transfer_Summary.xml -------------------------------------------------------------------------------- /Encounters/Hospital Discharge Encounter with Billable Diagnoses/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Hospital Discharge Encounter with Billable Diagnoses/Readme.md -------------------------------------------------------------------------------- /Encounters/Inpatient Encounter Discharged to Rehab Location/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Inpatient Encounter Discharged to Rehab Location/Readme.md -------------------------------------------------------------------------------- /Encounters/Multiple CPT E&M Codes/Multiple CPT E&M Codes Single Encounter(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Multiple CPT E&M Codes/Multiple CPT E&M Codes Single Encounter(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Encounters/Multiple CPT E&M Codes/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Multiple CPT E&M Codes/Readme.md -------------------------------------------------------------------------------- /Encounters/Outpatient Encounter Patient Disenrolled/Outpatient Encounter Patient Disenrolled(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Outpatient Encounter Patient Disenrolled/Outpatient Encounter Patient Disenrolled(C-CDA2.1).xml -------------------------------------------------------------------------------- /Encounters/Outpatient Encounter Patient Disenrolled/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Outpatient Encounter Patient Disenrolled/Readme.md -------------------------------------------------------------------------------- /Encounters/Outpatient Encounter with Diagnoses/Outpatient Encounter with Diagnoses(C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Outpatient Encounter with Diagnoses/Outpatient Encounter with Diagnoses(C-CDA R2.1).xml -------------------------------------------------------------------------------- /Encounters/Outpatient Encounter with Diagnoses/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Encounters/Outpatient Encounter with Diagnoses/Readme.md -------------------------------------------------------------------------------- /Encounters/Readme.md: -------------------------------------------------------------------------------- 1 | ## Encounter Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Family History/Family History Generic/Family History generic(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Family History/Family History Generic/Family History generic(C-CDA2.1).xml -------------------------------------------------------------------------------- /Family History/Family History Generic/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Family History/Family History Generic/Readme.md -------------------------------------------------------------------------------- /Family History/Family History two individuals same relationship to the patient/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Family History/Family History two individuals same relationship to the patient/Readme.md -------------------------------------------------------------------------------- /Family History/Normal Family History Father deceased-Mother alive/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Family History/Normal Family History Father deceased-Mother alive/Readme.md -------------------------------------------------------------------------------- /Family History/Readme.md: -------------------------------------------------------------------------------- 1 | ## Family History Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Functional Status/Functional Assessment - Glasgow Coma/Glasgow coma scale(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/Functional Assessment - Glasgow Coma/Glasgow coma scale(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Functional Status/Functional Assessment - Glasgow Coma/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/Functional Assessment - Glasgow Coma/Readme.md -------------------------------------------------------------------------------- /Functional Status/Functional Impairment/Functional Impairment Dependent on Walking Stick (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/Functional Impairment/Functional Impairment Dependent on Walking Stick (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Functional Status/Functional Impairment/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/Functional Impairment/Readme.md -------------------------------------------------------------------------------- /Functional Status/No Functional Impairment/No Functional Impairment (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/No Functional Impairment/No Functional Impairment (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Functional Status/No Functional Impairment/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/No Functional Impairment/Readme.md -------------------------------------------------------------------------------- /Functional Status/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Functional Status/Readme.md -------------------------------------------------------------------------------- /General/Authors Performers Informants Participants in CDA Documents/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Authors Performers Informants Participants in CDA Documents/Readme.md -------------------------------------------------------------------------------- /General/External Document Reference/External Document Reference QRDA Template (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/External Document Reference/External Document Reference QRDA Template (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/External Document Reference/PROBLEMS_in_Empty_C-CDA_2.1 (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/External Document Reference/PROBLEMS_in_Empty_C-CDA_2.1 (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/External Document Reference/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/External Document Reference/readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Act/Act text and originalText references (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Act/Act text and originalText references (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Narrative Reference - Act/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Act/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Encounter/Encounter text and originalText references (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Encounter/Encounter text and originalText references (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Narrative Reference - Encounter/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Encounter/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Observation/Observation text and originalText references (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Observation/Observation text and originalText references (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Narrative Reference - Observation/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Observation/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Organizer/Organizer text and originalText references (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Organizer/Organizer text and originalText references (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Narrative Reference - Organizer/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Organizer/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Procedure/Procedure text and originalText references (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Procedure/Procedure text and originalText references (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Narrative Reference - Procedure/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Procedure/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - SubstanceAdministration/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - SubstanceAdministration/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Supply/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Supply/Readme.md -------------------------------------------------------------------------------- /General/Narrative Reference - Supply/Supply text and originalText references (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative Reference - Supply/Supply text and originalText references (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Narrative in CDA Documents/Narrative in CDA Documents.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative in CDA Documents/Narrative in CDA Documents.url -------------------------------------------------------------------------------- /General/Narrative in CDA Documents/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Narrative in CDA Documents/Readme.md -------------------------------------------------------------------------------- /General/No Section Information Problems/No Information Problems(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/No Section Information Problems/No Information Problems(C-CDA2.1).xml -------------------------------------------------------------------------------- /General/No Section Information Problems/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/No Section Information Problems/Readme.md -------------------------------------------------------------------------------- /General/Parent Document Replace Relationship/CCD Parent Document Replace (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Parent Document Replace Relationship/CCD Parent Document Replace (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/Parent Document Replace Relationship/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Parent Document Replace Relationship/Readme.md -------------------------------------------------------------------------------- /General/Readme.md: -------------------------------------------------------------------------------- 1 | ## General Examples from C-CDA 2 | -------------------------------------------------------------------------------- /General/Share With Patient or Proxy/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Share With Patient or Proxy/Readme.md -------------------------------------------------------------------------------- /General/Share With Patient or Proxy/Share with Patient or Proxy (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/Share With Patient or Proxy/Share with Patient or Proxy (C-CDAR2.1).xml -------------------------------------------------------------------------------- /General/effectiveTime in CDA Documents/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/effectiveTime in CDA Documents/Readme.md -------------------------------------------------------------------------------- /General/effectiveTime in CDA Documents/effectiveTime in CDA Documents.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/General/effectiveTime in CDA Documents/effectiveTime in CDA Documents.url -------------------------------------------------------------------------------- /Goals/Goals Narrative Only/Goals Narrative Only(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Goals/Goals Narrative Only/Goals Narrative Only(C-CDA2.1).xml -------------------------------------------------------------------------------- /Goals/Goals Narrative Only/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Goals/Goals Narrative Only/Readme.md -------------------------------------------------------------------------------- /Goals/Readme.md: -------------------------------------------------------------------------------- 1 | ## Goals Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Goals/SDOH Goal/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Goals/SDOH Goal/Readme.md -------------------------------------------------------------------------------- /Goals/SDOH Goal/SDOH Goal(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Goals/SDOH Goal/SDOH Goal(C-CDA2.1).xml -------------------------------------------------------------------------------- /Guide Examples/Admission Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.43/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Admission Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.43/README.md -------------------------------------------------------------------------------- /Guide Examples/Admission Medication (V2)_2.16.840.1.113883.10.20.22.4.36/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Admission Medication (V2)_2.16.840.1.113883.10.20.22.4.36/README.md -------------------------------------------------------------------------------- /Guide Examples/Advance Directive Observation (V3)_2.16.840.1.113883.10.20.22.4.48/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Advance Directive Observation (V3)_2.16.840.1.113883.10.20.22.4.48/README.md -------------------------------------------------------------------------------- /Guide Examples/Advance Directive Organizer (V2)_2.16.840.1.113883.10.20.22.4.108/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Advance Directive Organizer (V2)_2.16.840.1.113883.10.20.22.4.108/README.md -------------------------------------------------------------------------------- /Guide Examples/Age Observation_2.16.840.1.113883.10.20.22.4.31/Age Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Age Observation_2.16.840.1.113883.10.20.22.4.31/Age Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Age Observation_2.16.840.1.113883.10.20.22.4.31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Age Observation_2.16.840.1.113883.10.20.22.4.31/README.md -------------------------------------------------------------------------------- /Guide Examples/Allergy - Intolerance Observation (V2)_2.16.840.1.113883.10.20.22.4.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Allergy - Intolerance Observation (V2)_2.16.840.1.113883.10.20.22.4.7/README.md -------------------------------------------------------------------------------- /Guide Examples/Allergy Concern Act (V3)_2.16.840.1.113883.10.20.22.4.30/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Allergy Concern Act (V3)_2.16.840.1.113883.10.20.22.4.30/README.md -------------------------------------------------------------------------------- /Guide Examples/Anesthesia Section (V2)_2.16.840.1.113883.10.20.22.2.25/Anesthesia Section (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Anesthesia Section (V2)_2.16.840.1.113883.10.20.22.2.25/Anesthesia Section (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Anesthesia Section (V2)_2.16.840.1.113883.10.20.22.2.25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Anesthesia Section (V2)_2.16.840.1.113883.10.20.22.2.25/README.md -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Observation (V2)_2.16.840.1.113883.10.20.22.4.69/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment Scale Observation (V2)_2.16.840.1.113883.10.20.22.4.69/README.md -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Observation_2.16.840.1.113883.10.20.22.4.69/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment Scale Observation_2.16.840.1.113883.10.20.22.4.69/README.md -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Supporting Observation (V2)_2.16.840.1.113883.10.20.22.4.86/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment Scale Supporting Observation (V2)_2.16.840.1.113883.10.20.22.4.86/README.md -------------------------------------------------------------------------------- /Guide Examples/Assessment Scale Supporting Observation_2.16.840.1.113883.10.20.22.4.86/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment Scale Supporting Observation_2.16.840.1.113883.10.20.22.4.86/README.md -------------------------------------------------------------------------------- /Guide Examples/Assessment Section_2.16.840.1.113883.10.20.22.2.8/Assessment Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment Section_2.16.840.1.113883.10.20.22.2.8/Assessment Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Assessment Section_2.16.840.1.113883.10.20.22.2.8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment Section_2.16.840.1.113883.10.20.22.2.8/README.md -------------------------------------------------------------------------------- /Guide Examples/Assessment and Plan Section (V2)_2.16.840.1.113883.10.20.22.2.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Assessment and Plan Section (V2)_2.16.840.1.113883.10.20.22.2.9/README.md -------------------------------------------------------------------------------- /Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/Existing Author Reference Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/Existing Author Reference Example.xml -------------------------------------------------------------------------------- /Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/New Author Participant Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/New Author Participant Example.xml -------------------------------------------------------------------------------- /Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Author Participation_2.16.840.1.113883.10.20.22.4.119/README.md -------------------------------------------------------------------------------- /Guide Examples/Authorization Activity_2.16.840.1.113883.10.20.1.19/Authorization Activity Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Authorization Activity_2.16.840.1.113883.10.20.1.19/Authorization Activity Example.xml -------------------------------------------------------------------------------- /Guide Examples/Authorization Activity_2.16.840.1.113883.10.20.1.19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Authorization Activity_2.16.840.1.113883.10.20.1.19/README.md -------------------------------------------------------------------------------- /Guide Examples/Basic Industry Observation_2.16.840.1.113883.10.20.22.4.504/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Basic Industry Observation_2.16.840.1.113883.10.20.22.4.504/README.md -------------------------------------------------------------------------------- /Guide Examples/Basic Occupation Observation_2.16.840.1.113883.10.20.22.4.503/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Basic Occupation Observation_2.16.840.1.113883.10.20.22.4.503/README.md -------------------------------------------------------------------------------- /Guide Examples/Birth Sex Observation_2.16.840.1.113883.10.20.22.4.200/Birth Sex Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Birth Sex Observation_2.16.840.1.113883.10.20.22.4.200/Birth Sex Example.xml -------------------------------------------------------------------------------- /Guide Examples/Birth Sex Observation_2.16.840.1.113883.10.20.22.4.200/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Birth Sex Observation_2.16.840.1.113883.10.20.22.4.200/README.md -------------------------------------------------------------------------------- /Guide Examples/Boundary Observation_2.16.840.1.113883.10.20.6.2.11/Boundary Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Boundary Observation_2.16.840.1.113883.10.20.6.2.11/Boundary Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Boundary Observation_2.16.840.1.113883.10.20.6.2.11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Boundary Observation_2.16.840.1.113883.10.20.6.2.11/README.md -------------------------------------------------------------------------------- /Guide Examples/Brand Name Observation_2.16.840.1.113883.10.20.22.4.301/Brand Name Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Brand Name Observation_2.16.840.1.113883.10.20.22.4.301/Brand Name Example.xml -------------------------------------------------------------------------------- /Guide Examples/Brand Name Observation_2.16.840.1.113883.10.20.22.4.301/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Brand Name Observation_2.16.840.1.113883.10.20.22.4.301/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan Caregiver participant Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan Caregiver participant Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan Patient authenticator Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan Patient authenticator Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan Review Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan Review Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan performer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan performer Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan relatedDocument Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/Care Plan relatedDocument Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Plan (V2)_2.16.840.1.113883.10.20.22.1.15/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Act (V2)_2.16.840.1.113883.10.20.22.4.500.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Member Act (V2)_2.16.840.1.113883.10.20.22.4.500.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Act_2.16.840.1.113883.10.20.22.4.500.1/Care Team Member Act.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Member Act_2.16.840.1.113883.10.20.22.4.500.1/Care Team Member Act.xml -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Act_2.16.840.1.113883.10.20.22.4.500.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Member Act_2.16.840.1.113883.10.20.22.4.500.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Team Member Schedule Observation (V2)_2.16.840.1.113883.10.20.22.4.500.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Member Schedule Observation (V2)_2.16.840.1.113883.10.20.22.4.500.3/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Team Organizer (V2)_2.16.840.1.113883.10.20.22.4.500/Care Team Organizer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Organizer (V2)_2.16.840.1.113883.10.20.22.4.500/Care Team Organizer Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Team Organizer (V2)_2.16.840.1.113883.10.20.22.4.500/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Organizer (V2)_2.16.840.1.113883.10.20.22.4.500/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Team Organizer_2.16.840.1.113883.10.20.22.4.500/Care Team Organizer Example 1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Organizer_2.16.840.1.113883.10.20.22.4.500/Care Team Organizer Example 1.xml -------------------------------------------------------------------------------- /Guide Examples/Care Team Organizer_2.16.840.1.113883.10.20.22.4.500/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Organizer_2.16.840.1.113883.10.20.22.4.500/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2/Care Team Type Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2/Care Team Type Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Team Type Observation_2.16.840.1.113883.10.20.22.4.500.2/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Teams Section (V2)_2.16.840.1.113883.10.20.22.2.500/Care Teams Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Teams Section (V2)_2.16.840.1.113883.10.20.22.2.500/Care Teams Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Care Teams Section (V2)_2.16.840.1.113883.10.20.22.2.500/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Teams Section (V2)_2.16.840.1.113883.10.20.22.2.500/README.md -------------------------------------------------------------------------------- /Guide Examples/Care Teams Section_2.16.840.1.113883.10.20.22.2.500/Care Teams Section.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Teams Section_2.16.840.1.113883.10.20.22.2.500/Care Teams Section.xml -------------------------------------------------------------------------------- /Guide Examples/Care Teams Section_2.16.840.1.113883.10.20.22.2.500/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Care Teams Section_2.16.840.1.113883.10.20.22.2.500/README.md -------------------------------------------------------------------------------- /Guide Examples/Caregiver Characteristics_2.16.840.1.113883.10.20.22.4.72/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Caregiver Characteristics_2.16.840.1.113883.10.20.22.4.72/README.md -------------------------------------------------------------------------------- /Guide Examples/Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302/Catalog Number Sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302/Catalog Number Sample.xml -------------------------------------------------------------------------------- /Guide Examples/Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Catalog Number Observation_2.16.840.1.113883.10.20.22.4.302/README.md -------------------------------------------------------------------------------- /Guide Examples/Characteristics of Home Environment_2.16.840.1.113883.10.20.22.4.109/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Characteristics of Home Environment_2.16.840.1.113883.10.20.22.4.109/README.md -------------------------------------------------------------------------------- /Guide Examples/Chief Complaint Section_1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Chief Complaint Section_1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Chief Complaint and Reason for Visit Section_2.16.840.1.113883.10.20.22.2.13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Chief Complaint and Reason for Visit Section_2.16.840.1.113883.10.20.22.2.13/README.md -------------------------------------------------------------------------------- /Guide Examples/Code Observations_2.16.840.1.113883.10.20.6.2.13/Code Observations Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Code Observations_2.16.840.1.113883.10.20.6.2.13/Code Observations Example.xml -------------------------------------------------------------------------------- /Guide Examples/Code Observations_2.16.840.1.113883.10.20.6.2.13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Code Observations_2.16.840.1.113883.10.20.6.2.13/README.md -------------------------------------------------------------------------------- /Guide Examples/Comment Activity_2.16.840.1.113883.10.20.22.4.64/Comment Activity Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Comment Activity_2.16.840.1.113883.10.20.22.4.64/Comment Activity Example.xml -------------------------------------------------------------------------------- /Guide Examples/Comment Activity_2.16.840.1.113883.10.20.22.4.64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Comment Activity_2.16.840.1.113883.10.20.22.4.64/README.md -------------------------------------------------------------------------------- /Guide Examples/Company Name Observation_2.16.840.1.113883.10.20.22.4.303/Company Name.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Company Name Observation_2.16.840.1.113883.10.20.22.4.303/Company Name.xml -------------------------------------------------------------------------------- /Guide Examples/Company Name Observation_2.16.840.1.113883.10.20.22.4.303/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Company Name Observation_2.16.840.1.113883.10.20.22.4.303/README.md -------------------------------------------------------------------------------- /Guide Examples/Complications Section (V3)_2.16.840.1.113883.10.20.22.2.37/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Complications Section (V3)_2.16.840.1.113883.10.20.22.2.37/README.md -------------------------------------------------------------------------------- /Guide Examples/Consultation Note (V3)_2.16.840.1.113883.10.20.22.1.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Consultation Note (V3)_2.16.840.1.113883.10.20.22.1.4/README.md -------------------------------------------------------------------------------- /Guide Examples/Continuity of Care Document (CCD) (V3)_2.16.840.1.113883.10.20.22.1.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Continuity of Care Document (CCD) (V3)_2.16.840.1.113883.10.20.22.1.2/README.md -------------------------------------------------------------------------------- /Guide Examples/Course of Care Section_2.16.840.1.113883.10.20.22.2.64/Course of Care Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Course of Care Section_2.16.840.1.113883.10.20.22.2.64/Course of Care Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Course of Care Section_2.16.840.1.113883.10.20.22.2.64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Course of Care Section_2.16.840.1.113883.10.20.22.2.64/README.md -------------------------------------------------------------------------------- /Guide Examples/Coverage Activity (V3)_2.16.840.1.113883.10.20.22.4.60/Coverage Activity (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Coverage Activity (V3)_2.16.840.1.113883.10.20.22.4.60/Coverage Activity (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Coverage Activity (V3)_2.16.840.1.113883.10.20.22.4.60/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Coverage Activity (V3)_2.16.840.1.113883.10.20.22.4.60/README.md -------------------------------------------------------------------------------- /Guide Examples/Criticality Observation _2.16.840.1.113883.10.20.22.4.145/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Criticality Observation _2.16.840.1.113883.10.20.22.4.145/README.md -------------------------------------------------------------------------------- /Guide Examples/Cultural and Religious Observation_2.16.840.1.113883.10.20.22.4.111/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Cultural and Religious Observation_2.16.840.1.113883.10.20.22.4.111/README.md -------------------------------------------------------------------------------- /Guide Examples/DICOM Object Catalog Section - DCM 121181_2.16.840.1.113883.10.20.6.1.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/DICOM Object Catalog Section - DCM 121181_2.16.840.1.113883.10.20.6.1.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Date of Diagnosis Act_2.16.840.1.113883.10.20.22.4.502/Date of Diagnosis Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Date of Diagnosis Act_2.16.840.1.113883.10.20.22.4.502/Date of Diagnosis Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Date of Diagnosis Act_2.16.840.1.113883.10.20.22.4.502/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Date of Diagnosis Act_2.16.840.1.113883.10.20.22.4.502/README.md -------------------------------------------------------------------------------- /Guide Examples/Deceased Observation (V3)_2.16.840.1.113883.10.20.22.4.79/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Deceased Observation (V3)_2.16.840.1.113883.10.20.22.4.79/README.md -------------------------------------------------------------------------------- /Guide Examples/Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304/Device Identifier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304/Device Identifier.xml -------------------------------------------------------------------------------- /Guide Examples/Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Device Identifier Observation_2.16.840.1.113883.10.20.22.4.304/README.md -------------------------------------------------------------------------------- /Guide Examples/Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5/DIR Participant Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5/DIR Participant Example.xml -------------------------------------------------------------------------------- /Guide Examples/Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Diagnostic Imaging Report (V3)_2.16.840.1.113883.10.20.22.1.5/README.md -------------------------------------------------------------------------------- /Guide Examples/Disability Status Observation_2.16.840.1.113883.10.20.22.4.505/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Disability Status Observation_2.16.840.1.113883.10.20.22.4.505/README.md -------------------------------------------------------------------------------- /Guide Examples/Discharge Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Discharge Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.24/README.md -------------------------------------------------------------------------------- /Guide Examples/Discharge Medication (V3)_2.16.840.1.113883.10.20.22.4.35/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Discharge Medication (V3)_2.16.840.1.113883.10.20.22.4.35/README.md -------------------------------------------------------------------------------- /Guide Examples/Discharge Summary (V3)_2.16.840.1.113883.10.20.22.1.8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Discharge Summary (V3)_2.16.840.1.113883.10.20.22.1.8/README.md -------------------------------------------------------------------------------- /Guide Examples/Distinct Identification Code Observation_2.16.840.1.113883.10.20.22.4.308/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Distinct Identification Code Observation_2.16.840.1.113883.10.20.22.4.308/README.md -------------------------------------------------------------------------------- /Guide Examples/Drug Monitoring Act_2.16.840.1.113883.10.20.22.4.123/Drug Monitoring Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Drug Monitoring Act_2.16.840.1.113883.10.20.22.4.123/Drug Monitoring Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Drug Monitoring Act_2.16.840.1.113883.10.20.22.4.123/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Drug Monitoring Act_2.16.840.1.113883.10.20.22.4.123/README.md -------------------------------------------------------------------------------- /Guide Examples/Drug Vehicle_2.16.840.1.113883.10.20.22.4.24/Drug Vehicle Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Drug Vehicle_2.16.840.1.113883.10.20.22.4.24/Drug Vehicle Example.xml -------------------------------------------------------------------------------- /Guide Examples/Drug Vehicle_2.16.840.1.113883.10.20.22.4.24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Drug Vehicle_2.16.840.1.113883.10.20.22.4.24/README.md -------------------------------------------------------------------------------- /Guide Examples/Encounter Activity (V3)_2.16.840.1.113883.10.20.22.4.49/Encounter Activity (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Encounter Activity (V3)_2.16.840.1.113883.10.20.22.4.49/Encounter Activity (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Encounter Activity (V3)_2.16.840.1.113883.10.20.22.4.49/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Encounter Activity (V3)_2.16.840.1.113883.10.20.22.4.49/README.md -------------------------------------------------------------------------------- /Guide Examples/Encounter Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.80/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Encounter Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.80/README.md -------------------------------------------------------------------------------- /Guide Examples/Encounters Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.22.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Encounters Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.22.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/Diagnosis Reference Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/Diagnosis Reference Example.xml -------------------------------------------------------------------------------- /Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/Entry Reference Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/Entry Reference Example.xml -------------------------------------------------------------------------------- /Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Entry Reference_2.16.840.1.113883.10.20.22.4.122/README.md -------------------------------------------------------------------------------- /Guide Examples/Estimated Date of Delivery_2.16.840.1.113883.10.20.15.3.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Estimated Date of Delivery_2.16.840.1.113883.10.20.15.3.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309/Expiration Date.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309/Expiration Date.xml -------------------------------------------------------------------------------- /Guide Examples/Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Expiration Date Observation_2.16.840.1.113883.10.20.22.4.309/README.md -------------------------------------------------------------------------------- /Guide Examples/External Document Reference_2.16.840.1.113883.10.20.22.4.115/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/External Document Reference_2.16.840.1.113883.10.20.22.4.115/README.md -------------------------------------------------------------------------------- /Guide Examples/Family History Death Observation_2.16.840.1.113883.10.20.22.4.47/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Family History Death Observation_2.16.840.1.113883.10.20.22.4.47/README.md -------------------------------------------------------------------------------- /Guide Examples/Family History Observation (V3)_2.16.840.1.113883.10.20.22.4.46/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Family History Observation (V3)_2.16.840.1.113883.10.20.22.4.46/README.md -------------------------------------------------------------------------------- /Guide Examples/Family History Organizer (V3)_2.16.840.1.113883.10.20.22.4.45/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Family History Organizer (V3)_2.16.840.1.113883.10.20.22.4.45/README.md -------------------------------------------------------------------------------- /Guide Examples/Family History Section (V3)_2.16.840.1.113883.10.20.22.2.15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Family History Section (V3)_2.16.840.1.113883.10.20.22.2.15/README.md -------------------------------------------------------------------------------- /Guide Examples/Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3/Fetus Subject Context Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3/Fetus Subject Context Example.xml -------------------------------------------------------------------------------- /Guide Examples/Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Fetus Subject Context_2.16.840.1.113883.10.20.6.2.3/README.md -------------------------------------------------------------------------------- /Guide Examples/Findings Section (DIR)_2.16.840.1.113883.10.20.6.1.2/Findings Section (DIR) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Findings Section (DIR)_2.16.840.1.113883.10.20.6.1.2/Findings Section (DIR) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Findings Section (DIR)_2.16.840.1.113883.10.20.6.1.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Findings Section (DIR)_2.16.840.1.113883.10.20.6.1.2/README.md -------------------------------------------------------------------------------- /Guide Examples/Functional Status Observation (V2)_2.16.840.1.113883.10.20.22.4.67/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Functional Status Observation (V2)_2.16.840.1.113883.10.20.22.4.67/README.md -------------------------------------------------------------------------------- /Guide Examples/Functional Status Organizer (V2)_2.16.840.1.113883.10.20.22.4.66/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Functional Status Organizer (V2)_2.16.840.1.113883.10.20.22.4.66/README.md -------------------------------------------------------------------------------- /Guide Examples/Functional Status Section (V2)_2.16.840.1.113883.10.20.22.2.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Functional Status Section (V2)_2.16.840.1.113883.10.20.22.2.14/README.md -------------------------------------------------------------------------------- /Guide Examples/Gender Identity Observation (V3)_2.16.840.1.113883.10.20.34.3.45/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Gender Identity Observation (V3)_2.16.840.1.113883.10.20.34.3.45/README.md -------------------------------------------------------------------------------- /Guide Examples/General Status Section_2.16.840.1.113883.10.20.2.5/General Status Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/General Status Section_2.16.840.1.113883.10.20.2.5/General Status Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/General Status Section_2.16.840.1.113883.10.20.2.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/General Status Section_2.16.840.1.113883.10.20.2.5/README.md -------------------------------------------------------------------------------- /Guide Examples/Goal Observation (V2)_2.16.840.1.113883.10.20.22.4.121/Goal Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Goal Observation (V2)_2.16.840.1.113883.10.20.22.4.121/Goal Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Goal Observation (V2)_2.16.840.1.113883.10.20.22.4.121/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Goal Observation (V2)_2.16.840.1.113883.10.20.22.4.121/README.md -------------------------------------------------------------------------------- /Guide Examples/Goal Observation_2.16.840.1.113883.10.20.22.4.121/Goal Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Goal Observation_2.16.840.1.113883.10.20.22.4.121/Goal Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Goal Observation_2.16.840.1.113883.10.20.22.4.121/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Goal Observation_2.16.840.1.113883.10.20.22.4.121/README.md -------------------------------------------------------------------------------- /Guide Examples/Goals Section_2.16.840.1.113883.10.20.22.2.60/Goals Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Goals Section_2.16.840.1.113883.10.20.22.2.60/Goals Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Goals Section_2.16.840.1.113883.10.20.22.2.60/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Goals Section_2.16.840.1.113883.10.20.22.2.60/README.md -------------------------------------------------------------------------------- /Guide Examples/Handoff Communication Participants_2.16.840.1.113883.10.20.22.4.141/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Handoff Communication Participants_2.16.840.1.113883.10.20.22.4.141/README.md -------------------------------------------------------------------------------- /Guide Examples/Health Concern Act (V2)_2.16.840.1.113883.10.20.22.4.132/Health Concern Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Concern Act (V2)_2.16.840.1.113883.10.20.22.4.132/Health Concern Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Health Concern Act (V2)_2.16.840.1.113883.10.20.22.4.132/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Concern Act (V2)_2.16.840.1.113883.10.20.22.4.132/README.md -------------------------------------------------------------------------------- /Guide Examples/Health Concern Act (V3)_2.16.840.1.113883.10.20.22.4.132/Health Concern Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Concern Act (V3)_2.16.840.1.113883.10.20.22.4.132/Health Concern Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Health Concern Act (V3)_2.16.840.1.113883.10.20.22.4.132/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Concern Act (V3)_2.16.840.1.113883.10.20.22.4.132/README.md -------------------------------------------------------------------------------- /Guide Examples/Health Concerns Section (V2)_2.16.840.1.113883.10.20.22.2.58/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Concerns Section (V2)_2.16.840.1.113883.10.20.22.2.58/README.md -------------------------------------------------------------------------------- /Guide Examples/Health Status Evaluations and Outcomes Section_2.16.840.1.113883.10.20.22.2.61/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Status Evaluations and Outcomes Section_2.16.840.1.113883.10.20.22.2.61/README.md -------------------------------------------------------------------------------- /Guide Examples/Health Status Observation (V2)_2.16.840.1.113883.10.20.22.4.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Health Status Observation (V2)_2.16.840.1.113883.10.20.22.4.5/README.md -------------------------------------------------------------------------------- /Guide Examples/Highest Pressure Ulcer Stage_2.16.840.1.113883.10.20.22.4.77/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Highest Pressure Ulcer Stage_2.16.840.1.113883.10.20.22.4.77/README.md -------------------------------------------------------------------------------- /Guide Examples/History and Physical (V3)_2.16.840.1.113883.10.20.22.1.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/History and Physical (V3)_2.16.840.1.113883.10.20.22.1.3/README.md -------------------------------------------------------------------------------- /Guide Examples/History of Present Illness Section_1.3.6.1.4.1.19376.1.5.3.1.3.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/History of Present Illness Section_1.3.6.1.4.1.19376.1.5.3.1.3.4/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Admission Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.34/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Admission Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.34/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Consultations Section_2.16.840.1.113883.10.20.22.2.42/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Consultations Section_2.16.840.1.113883.10.20.22.2.42/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5/Hospital Course Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5/Hospital Course Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Course Section_1.3.6.1.4.1.19376.1.5.3.1.3.5/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.33/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Discharge Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.33/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Instructions Section_2.16.840.1.113883.10.20.22.2.41/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Discharge Instructions Section_2.16.840.1.113883.10.20.22.2.41/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Physical Section_1.3.6.1.4.1.19376.1.5.3.1.3.26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Discharge Physical Section_1.3.6.1.4.1.19376.1.5.3.1.3.26/README.md -------------------------------------------------------------------------------- /Guide Examples/Hospital Discharge Studies Summary Section_2.16.840.1.113883.10.20.22.2.16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Hospital Discharge Studies Summary Section_2.16.840.1.113883.10.20.22.2.16/README.md -------------------------------------------------------------------------------- /Guide Examples/Immunization Activity (V3)_2.16.840.1.113883.10.20.22.4.52/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Immunization Activity (V3)_2.16.840.1.113883.10.20.22.4.52/README.md -------------------------------------------------------------------------------- /Guide Examples/Immunization Medication Information (V2)_2.16.840.1.113883.10.20.22.4.54/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Immunization Medication Information (V2)_2.16.840.1.113883.10.20.22.4.54/README.md -------------------------------------------------------------------------------- /Guide Examples/Immunization Refusal Reason_2.16.840.1.113883.10.20.22.4.53/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Immunization Refusal Reason_2.16.840.1.113883.10.20.22.4.53/README.md -------------------------------------------------------------------------------- /Guide Examples/Immunizations Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Immunizations Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.2.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Implantable Device Status Observation_2.16.840.1.113883.10.20.22.4.305/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Implantable Device Status Observation_2.16.840.1.113883.10.20.22.4.305/README.md -------------------------------------------------------------------------------- /Guide Examples/Indication (V2)_2.16.840.1.113883.10.20.22.4.19/Indication (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Indication (V2)_2.16.840.1.113883.10.20.22.4.19/Indication (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Indication (V2)_2.16.840.1.113883.10.20.22.4.19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Indication (V2)_2.16.840.1.113883.10.20.22.4.19/README.md -------------------------------------------------------------------------------- /Guide Examples/Instruction (V2)_2.16.840.1.113883.10.20.22.4.20/Instruction (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Instruction (V2)_2.16.840.1.113883.10.20.22.4.20/Instruction (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Instruction (V2)_2.16.840.1.113883.10.20.22.4.20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Instruction (V2)_2.16.840.1.113883.10.20.22.4.20/README.md -------------------------------------------------------------------------------- /Guide Examples/Instructions Section (V2)_2.16.840.1.113883.10.20.22.2.45/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Instructions Section (V2)_2.16.840.1.113883.10.20.22.2.45/README.md -------------------------------------------------------------------------------- /Guide Examples/Intervention Act (V2)_2.16.840.1.113883.10.20.22.4.131/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Intervention Act (V2)_2.16.840.1.113883.10.20.22.4.131/README.md -------------------------------------------------------------------------------- /Guide Examples/Interventions Section (V3)_2.16.840.1.113883.10.20.21.2.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Interventions Section (V3)_2.16.840.1.113883.10.20.21.2.3/README.md -------------------------------------------------------------------------------- /Guide Examples/Latex Safety Observation_2.16.840.1.113883.10.20.22.4.314/Latex Safety Status.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Latex Safety Observation_2.16.840.1.113883.10.20.22.4.314/Latex Safety Status.xml -------------------------------------------------------------------------------- /Guide Examples/Latex Safety Observation_2.16.840.1.113883.10.20.22.4.314/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Latex Safety Observation_2.16.840.1.113883.10.20.22.4.314/README.md -------------------------------------------------------------------------------- /Guide Examples/Longitudinal Care Wound Observation (V2)_2.16.840.1.113883.10.20.22.4.114/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Longitudinal Care Wound Observation (V2)_2.16.840.1.113883.10.20.22.4.114/README.md -------------------------------------------------------------------------------- /Guide Examples/Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315/Lot or Batch Number.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315/Lot or Batch Number.xml -------------------------------------------------------------------------------- /Guide Examples/Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Lot or Batch Number Observation_2.16.840.1.113883.10.20.22.4.315/README.md -------------------------------------------------------------------------------- /Guide Examples/MRI Safety Observation_2.16.840.1.113883.10.20.22.4.318/MRI Safety Status.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/MRI Safety Observation_2.16.840.1.113883.10.20.22.4.318/MRI Safety Status.xml -------------------------------------------------------------------------------- /Guide Examples/MRI Safety Observation_2.16.840.1.113883.10.20.22.4.318/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/MRI Safety Observation_2.16.840.1.113883.10.20.22.4.318/README.md -------------------------------------------------------------------------------- /Guide Examples/Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316/Manufacturing Date.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316/Manufacturing Date.xml -------------------------------------------------------------------------------- /Guide Examples/Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Manufacturing Date Observation_2.16.840.1.113883.10.20.22.4.316/README.md -------------------------------------------------------------------------------- /Guide Examples/Medical Equipment Organizer_2.16.840.1.113883.10.20.22.4.135/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medical Equipment Organizer_2.16.840.1.113883.10.20.22.4.135/README.md -------------------------------------------------------------------------------- /Guide Examples/Medical Equipment Section (V2)_2.16.840.1.113883.10.20.22.2.23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medical Equipment Section (V2)_2.16.840.1.113883.10.20.22.2.23/README.md -------------------------------------------------------------------------------- /Guide Examples/Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.16/No Known Medications Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.16/No Known Medications Example.xml -------------------------------------------------------------------------------- /Guide Examples/Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.16/README.md -------------------------------------------------------------------------------- /Guide Examples/Medication Dispense (V2)_2.16.840.1.113883.10.20.22.4.18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medication Dispense (V2)_2.16.840.1.113883.10.20.22.4.18/README.md -------------------------------------------------------------------------------- /Guide Examples/Medication Free Text Sig_2.16.840.1.113883.10.20.22.4.147/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medication Free Text Sig_2.16.840.1.113883.10.20.22.4.147/README.md -------------------------------------------------------------------------------- /Guide Examples/Medication Information (V2)_2.16.840.1.113883.10.20.22.4.23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medication Information (V2)_2.16.840.1.113883.10.20.22.4.23/README.md -------------------------------------------------------------------------------- /Guide Examples/Medication Supply Order (V2)_2.16.840.1.113883.10.20.22.4.17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medication Supply Order (V2)_2.16.840.1.113883.10.20.22.4.17/README.md -------------------------------------------------------------------------------- /Guide Examples/Medications Administered Section (V2)_2.16.840.1.113883.10.20.22.2.38/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medications Administered Section (V2)_2.16.840.1.113883.10.20.22.2.38/README.md -------------------------------------------------------------------------------- /Guide Examples/Medications Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.1.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Medications Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.1.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Mental Status Observation (V3)_2.16.840.1.113883.10.20.22.4.74/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Mental Status Observation (V3)_2.16.840.1.113883.10.20.22.4.74/README.md -------------------------------------------------------------------------------- /Guide Examples/Mental Status Organizer (V3)_2.16.840.1.113883.10.20.22.4.75/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Mental Status Organizer (V3)_2.16.840.1.113883.10.20.22.4.75/README.md -------------------------------------------------------------------------------- /Guide Examples/Mental Status Section (V2)_2.16.840.1.113883.10.20.22.2.56/Mental Status Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Mental Status Section (V2)_2.16.840.1.113883.10.20.22.2.56/Mental Status Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Mental Status Section (V2)_2.16.840.1.113883.10.20.22.2.56/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Mental Status Section (V2)_2.16.840.1.113883.10.20.22.2.56/README.md -------------------------------------------------------------------------------- /Guide Examples/Model Number Observation_2.16.840.1.113883.10.20.22.4.317/Model Number.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Model Number Observation_2.16.840.1.113883.10.20.22.4.317/Model Number.xml -------------------------------------------------------------------------------- /Guide Examples/Model Number Observation_2.16.840.1.113883.10.20.22.4.317/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Model Number Observation_2.16.840.1.113883.10.20.22.4.317/README.md -------------------------------------------------------------------------------- /Guide Examples/Non-Medicinal Supply Activity (V2)_2.16.840.1.113883.10.20.22.4.50/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Non-Medicinal Supply Activity (V2)_2.16.840.1.113883.10.20.22.4.50/README.md -------------------------------------------------------------------------------- /Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/Note Activity as Standalone Entry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/Note Activity as Standalone Entry.xml -------------------------------------------------------------------------------- /Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/README.md -------------------------------------------------------------------------------- /Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/RTF Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Note Activity_2.16.840.1.113883.10.20.22.4.202/RTF Example.xml -------------------------------------------------------------------------------- /Guide Examples/Notes Section_2.16.840.1.113883.10.20.22.2.65/Note Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Notes Section_2.16.840.1.113883.10.20.22.2.65/Note Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Notes Section_2.16.840.1.113883.10.20.22.2.65/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Notes Section_2.16.840.1.113883.10.20.22.2.65/README.md -------------------------------------------------------------------------------- /Guide Examples/Number of Pressure Ulcers Observation (V3)_2.16.840.1.113883.10.20.22.4.76/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Number of Pressure Ulcers Observation (V3)_2.16.840.1.113883.10.20.22.4.76/README.md -------------------------------------------------------------------------------- /Guide Examples/Nutrition Assessment_2.16.840.1.113883.10.20.22.4.138/Nutrition Assessment Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Nutrition Assessment_2.16.840.1.113883.10.20.22.4.138/Nutrition Assessment Example.xml -------------------------------------------------------------------------------- /Guide Examples/Nutrition Assessment_2.16.840.1.113883.10.20.22.4.138/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Nutrition Assessment_2.16.840.1.113883.10.20.22.4.138/README.md -------------------------------------------------------------------------------- /Guide Examples/Nutrition Recommendation_2.16.840.1.113883.10.20.22.4.130/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Nutrition Recommendation_2.16.840.1.113883.10.20.22.4.130/README.md -------------------------------------------------------------------------------- /Guide Examples/Nutrition Section_2.16.840.1.113883.10.20.22.2.57/Nutrition Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Nutrition Section_2.16.840.1.113883.10.20.22.2.57/Nutrition Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Nutrition Section_2.16.840.1.113883.10.20.22.2.57/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Nutrition Section_2.16.840.1.113883.10.20.22.2.57/README.md -------------------------------------------------------------------------------- /Guide Examples/Nutritional Status Observation_2.16.840.1.113883.10.20.22.4.124/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Nutritional Status Observation_2.16.840.1.113883.10.20.22.4.124/README.md -------------------------------------------------------------------------------- /Guide Examples/Objective Section_2.16.840.1.113883.10.20.21.2.1/Objective Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Objective Section_2.16.840.1.113883.10.20.21.2.1/Objective Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Objective Section_2.16.840.1.113883.10.20.21.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Objective Section_2.16.840.1.113883.10.20.21.2.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Observer Context_2.16.840.1.113883.10.20.6.2.4/Observer Context Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Observer Context_2.16.840.1.113883.10.20.6.2.4/Observer Context Example.xml -------------------------------------------------------------------------------- /Guide Examples/Observer Context_2.16.840.1.113883.10.20.6.2.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Observer Context_2.16.840.1.113883.10.20.6.2.4/README.md -------------------------------------------------------------------------------- /Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/Operative Note performer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/Operative Note performer Example.xml -------------------------------------------------------------------------------- /Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/Operative Note serviceEvent Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/Operative Note serviceEvent Example.xml -------------------------------------------------------------------------------- /Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Operative Note (V3)_2.16.840.1.113883.10.20.22.1.7/README.md -------------------------------------------------------------------------------- /Guide Examples/Operative Note Fluids Section_2.16.840.1.113883.10.20.7.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Operative Note Fluids Section_2.16.840.1.113883.10.20.7.12/README.md -------------------------------------------------------------------------------- /Guide Examples/Operative Note Surgical Procedure Section_2.16.840.1.113883.10.20.7.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Operative Note Surgical Procedure Section_2.16.840.1.113883.10.20.7.14/README.md -------------------------------------------------------------------------------- /Guide Examples/Outcome Observation_2.16.840.1.113883.10.20.22.4.144/Outcome Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Outcome Observation_2.16.840.1.113883.10.20.22.4.144/Outcome Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Outcome Observation_2.16.840.1.113883.10.20.22.4.144/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Outcome Observation_2.16.840.1.113883.10.20.22.4.144/README.md -------------------------------------------------------------------------------- /Guide Examples/Past Medical History (V3)_2.16.840.1.113883.10.20.22.2.20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Past Medical History (V3)_2.16.840.1.113883.10.20.22.2.20/README.md -------------------------------------------------------------------------------- /Guide Examples/Patient Referral Act_2.16.840.1.113883.10.20.22.4.140/Patient Referral Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Patient Referral Act_2.16.840.1.113883.10.20.22.4.140/Patient Referral Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Patient Referral Act_2.16.840.1.113883.10.20.22.4.140/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Patient Referral Act_2.16.840.1.113883.10.20.22.4.140/README.md -------------------------------------------------------------------------------- /Guide Examples/Payers Section (V3)_2.16.840.1.113883.10.20.22.2.18/Payers Section (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Payers Section (V3)_2.16.840.1.113883.10.20.22.2.18/Payers Section (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Payers Section (V3)_2.16.840.1.113883.10.20.22.2.18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Payers Section (V3)_2.16.840.1.113883.10.20.22.2.18/README.md -------------------------------------------------------------------------------- /Guide Examples/Physical Exam Section (V3)_2.16.840.1.113883.10.20.2.10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Physical Exam Section (V3)_2.16.840.1.113883.10.20.2.10/README.md -------------------------------------------------------------------------------- /Guide Examples/Physician Reading Study Performer (V2)_2.16.840.1.113883.10.20.6.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Physician Reading Study Performer (V2)_2.16.840.1.113883.10.20.6.2.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Physician of Record Participant (V2)_2.16.840.1.113883.10.20.6.2.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Physician of Record Participant (V2)_2.16.840.1.113883.10.20.6.2.2/README.md -------------------------------------------------------------------------------- /Guide Examples/Plan of Treatment Section (V2)_2.16.840.1.113883.10.20.22.2.10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Plan of Treatment Section (V2)_2.16.840.1.113883.10.20.22.2.10/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Act (V2)_2.16.840.1.113883.10.20.22.4.39/Planned Act (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Act (V2)_2.16.840.1.113883.10.20.22.4.39/Planned Act (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Planned Act (V2)_2.16.840.1.113883.10.20.22.4.39/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Act (V2)_2.16.840.1.113883.10.20.22.4.39/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Coverage_2.16.840.1.113883.10.20.22.4.129/Planned Coverage Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Coverage_2.16.840.1.113883.10.20.22.4.129/Planned Coverage Example.xml -------------------------------------------------------------------------------- /Guide Examples/Planned Coverage_2.16.840.1.113883.10.20.22.4.129/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Coverage_2.16.840.1.113883.10.20.22.4.129/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Encounter (V2)_2.16.840.1.113883.10.20.22.4.40/Planned Encounter (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Encounter (V2)_2.16.840.1.113883.10.20.22.4.40/Planned Encounter (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Planned Encounter (V2)_2.16.840.1.113883.10.20.22.4.40/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Encounter (V2)_2.16.840.1.113883.10.20.22.4.40/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Immunization Activity_2.16.840.1.113883.10.20.22.4.120/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Immunization Activity_2.16.840.1.113883.10.20.22.4.120/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.42/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Medication Activity (V2)_2.16.840.1.113883.10.20.22.4.42/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Observation (V2)_2.16.840.1.113883.10.20.22.4.44/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Observation (V2)_2.16.840.1.113883.10.20.22.4.44/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure (V2)_2.16.840.1.113883.10.20.22.4.41/Planned Procedure (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Procedure (V2)_2.16.840.1.113883.10.20.22.4.41/Planned Procedure (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure (V2)_2.16.840.1.113883.10.20.22.4.41/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Procedure (V2)_2.16.840.1.113883.10.20.22.4.41/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure (V3)_2.16.840.1.113883.10.20.22.4.41/Planned Procedure Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Procedure (V3)_2.16.840.1.113883.10.20.22.4.41/Planned Procedure Example.xml -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure (V3)_2.16.840.1.113883.10.20.22.4.41/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Procedure (V3)_2.16.840.1.113883.10.20.22.4.41/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Procedure Section (V2)_2.16.840.1.113883.10.20.22.2.30/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Procedure Section (V2)_2.16.840.1.113883.10.20.22.2.30/README.md -------------------------------------------------------------------------------- /Guide Examples/Planned Supply (V2)_2.16.840.1.113883.10.20.22.4.43/Planned Supply (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Supply (V2)_2.16.840.1.113883.10.20.22.4.43/Planned Supply (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Planned Supply (V2)_2.16.840.1.113883.10.20.22.4.43/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Planned Supply (V2)_2.16.840.1.113883.10.20.22.4.43/README.md -------------------------------------------------------------------------------- /Guide Examples/Policy Activity (V3)_2.16.840.1.113883.10.20.22.4.61/Policy Activity (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Policy Activity (V3)_2.16.840.1.113883.10.20.22.4.61/Policy Activity (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Policy Activity (V3)_2.16.840.1.113883.10.20.22.4.61/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Policy Activity (V3)_2.16.840.1.113883.10.20.22.4.61/README.md -------------------------------------------------------------------------------- /Guide Examples/Postoperative Diagnosis Section_2.16.840.1.113883.10.20.22.2.35/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Postoperative Diagnosis Section_2.16.840.1.113883.10.20.22.2.35/README.md -------------------------------------------------------------------------------- /Guide Examples/Postprocedure Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.51/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Postprocedure Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.51/README.md -------------------------------------------------------------------------------- /Guide Examples/Postprocedure Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.36/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Postprocedure Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.36/README.md -------------------------------------------------------------------------------- /Guide Examples/Precondition for Substance Administration (V2)_2.16.840.1.113883.10.20.22.4.25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Precondition for Substance Administration (V2)_2.16.840.1.113883.10.20.22.4.25/README.md -------------------------------------------------------------------------------- /Guide Examples/Pregnancy Intention in Next Year_2.16.840.1.113883.10.20.22.4.281/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Pregnancy Intention in Next Year_2.16.840.1.113883.10.20.22.4.281/README.md -------------------------------------------------------------------------------- /Guide Examples/Pregnancy Observation_2.16.840.1.113883.10.20.15.3.8/Pregnancy Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Pregnancy Observation_2.16.840.1.113883.10.20.15.3.8/Pregnancy Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Pregnancy Observation_2.16.840.1.113883.10.20.15.3.8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Pregnancy Observation_2.16.840.1.113883.10.20.15.3.8/README.md -------------------------------------------------------------------------------- /Guide Examples/Preoperative Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.65/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Preoperative Diagnosis (V3)_2.16.840.1.113883.10.20.22.4.65/README.md -------------------------------------------------------------------------------- /Guide Examples/Preoperative Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.34/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Preoperative Diagnosis Section (V3)_2.16.840.1.113883.10.20.22.2.34/README.md -------------------------------------------------------------------------------- /Guide Examples/Priority Preference_2.16.840.1.113883.10.20.22.4.143/Priority Preference Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Priority Preference_2.16.840.1.113883.10.20.22.4.143/Priority Preference Example.xml -------------------------------------------------------------------------------- /Guide Examples/Priority Preference_2.16.840.1.113883.10.20.22.4.143/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Priority Preference_2.16.840.1.113883.10.20.22.4.143/README.md -------------------------------------------------------------------------------- /Guide Examples/Problem Concern Act (V3)_2.16.840.1.113883.10.20.22.4.3/Problem Concern Act (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Concern Act (V3)_2.16.840.1.113883.10.20.22.4.3/Problem Concern Act (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Problem Concern Act (V3)_2.16.840.1.113883.10.20.22.4.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Concern Act (V3)_2.16.840.1.113883.10.20.22.4.3/README.md -------------------------------------------------------------------------------- /Guide Examples/Problem Observation (V3)_2.16.840.1.113883.10.20.22.4.4/Problem Observation (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Observation (V3)_2.16.840.1.113883.10.20.22.4.4/Problem Observation (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Problem Observation (V3)_2.16.840.1.113883.10.20.22.4.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Observation (V3)_2.16.840.1.113883.10.20.22.4.4/README.md -------------------------------------------------------------------------------- /Guide Examples/Problem Observation (V4)_2.16.840.1.113883.10.20.22.4.4/Problem Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Observation (V4)_2.16.840.1.113883.10.20.22.4.4/Problem Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Problem Observation (V4)_2.16.840.1.113883.10.20.22.4.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Observation (V4)_2.16.840.1.113883.10.20.22.4.4/README.md -------------------------------------------------------------------------------- /Guide Examples/Problem Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.5.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Problem Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.5.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Act (V2)_2.16.840.1.113883.10.20.22.4.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Activity Act (V2)_2.16.840.1.113883.10.20.22.4.12/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Observation (V2)_2.16.840.1.113883.10.20.22.4.13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Activity Observation (V2)_2.16.840.1.113883.10.20.22.4.13/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Procedure (V2)_2.16.840.1.113883.10.20.22.4.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Activity Procedure (V2)_2.16.840.1.113883.10.20.22.4.14/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Activity Procedure (V3)_2.16.840.1.113883.10.20.22.4.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Activity Procedure (V3)_2.16.840.1.113883.10.20.22.4.14/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Context_2.16.840.1.113883.10.20.6.2.5/Procedure Context Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Context_2.16.840.1.113883.10.20.6.2.5/Procedure Context Example.xml -------------------------------------------------------------------------------- /Guide Examples/Procedure Context_2.16.840.1.113883.10.20.6.2.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Context_2.16.840.1.113883.10.20.6.2.5/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Description Section_2.16.840.1.113883.10.20.22.2.27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Description Section_2.16.840.1.113883.10.20.22.2.27/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Disposition Section_2.16.840.1.113883.10.20.18.2.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Disposition Section_2.16.840.1.113883.10.20.18.2.12/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Estimated Blood Loss Section_2.16.840.1.113883.10.20.18.2.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Estimated Blood Loss Section_2.16.840.1.113883.10.20.18.2.9/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Findings Section (V3)_2.16.840.1.113883.10.20.22.2.28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Findings Section (V3)_2.16.840.1.113883.10.20.22.2.28/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Implants Section_2.16.840.1.113883.10.20.22.2.40/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Implants Section_2.16.840.1.113883.10.20.22.2.40/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Indications Section (V2)_2.16.840.1.113883.10.20.22.2.29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Indications Section (V2)_2.16.840.1.113883.10.20.22.2.29/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/Procedure Note performer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/Procedure Note performer Example.xml -------------------------------------------------------------------------------- /Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/Procedure Note serviceEvent Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/Procedure Note serviceEvent Example.xml -------------------------------------------------------------------------------- /Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Note (V3)_2.16.840.1.113883.10.20.22.1.6/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedure Specimens Taken Section_2.16.840.1.113883.10.20.22.2.31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedure Specimens Taken Section_2.16.840.1.113883.10.20.22.2.31/README.md -------------------------------------------------------------------------------- /Guide Examples/Procedures Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.7.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Procedures Section (entries required) (V2)_2.16.840.1.113883.10.20.22.2.7.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Product Instance_2.16.840.1.113883.10.20.22.4.37/Product Instance Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Product Instance_2.16.840.1.113883.10.20.22.4.37/Product Instance Example.xml -------------------------------------------------------------------------------- /Guide Examples/Product Instance_2.16.840.1.113883.10.20.22.4.37/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Product Instance_2.16.840.1.113883.10.20.22.4.37/README.md -------------------------------------------------------------------------------- /Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/Prognosis, Coded Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/Prognosis, Coded Example.xml -------------------------------------------------------------------------------- /Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/Prognosis, Free Text Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/Prognosis, Free Text Example.xml -------------------------------------------------------------------------------- /Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Prognosis Observation_2.16.840.1.113883.10.20.22.4.113/README.md -------------------------------------------------------------------------------- /Guide Examples/Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9/Progress Note serviceEvent Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9/Progress Note serviceEvent Example.xml -------------------------------------------------------------------------------- /Guide Examples/Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Progress Note (V3)_2.16.840.1.113883.10.20.22.1.9/README.md -------------------------------------------------------------------------------- /Guide Examples/Progress Toward Goal Observation_2.16.840.1.113883.10.20.22.4.110/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Progress Toward Goal Observation_2.16.840.1.113883.10.20.22.4.110/README.md -------------------------------------------------------------------------------- /Guide Examples/Provenance - Author Participation (V2)_2.16.840.1.113883.10.20.22.5.6-2019-10-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Provenance - Author Participation (V2)_2.16.840.1.113883.10.20.22.5.6-2019-10-01/README.md -------------------------------------------------------------------------------- /Guide Examples/Provenance - Author Participation_2.16.840.1.113883.10.20.22.5.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Provenance - Author Participation_2.16.840.1.113883.10.20.22.5.6/README.md -------------------------------------------------------------------------------- /Guide Examples/Purpose of Reference Observation_2.16.840.1.113883.10.20.6.2.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Purpose of Reference Observation_2.16.840.1.113883.10.20.6.2.9/README.md -------------------------------------------------------------------------------- /Guide Examples/Quantity Measurement Observation_2.16.840.1.113883.10.20.6.2.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Quantity Measurement Observation_2.16.840.1.113883.10.20.6.2.14/README.md -------------------------------------------------------------------------------- /Guide Examples/Reaction Observation (V2)_2.16.840.1.113883.10.20.22.4.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Reaction Observation (V2)_2.16.840.1.113883.10.20.22.4.9/README.md -------------------------------------------------------------------------------- /Guide Examples/Reason (V4)_2.16.840.1.113883.10.20.24.3.88/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Reason (V4)_2.16.840.1.113883.10.20.24.3.88/README.md -------------------------------------------------------------------------------- /Guide Examples/Reason for Referral Section (V2)_1.3.6.1.4.1.19376.1.5.3.1.3.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Reason for Referral Section (V2)_1.3.6.1.4.1.19376.1.5.3.1.3.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Reason for Visit Section_2.16.840.1.113883.10.20.22.2.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Reason for Visit Section_2.16.840.1.113883.10.20.22.2.12/README.md -------------------------------------------------------------------------------- /Guide Examples/Referenced Frames Observation_2.16.840.1.113883.10.20.6.2.10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Referenced Frames Observation_2.16.840.1.113883.10.20.6.2.10/README.md -------------------------------------------------------------------------------- /Guide Examples/Referral Note (V2)_2.16.840.1.113883.10.20.22.1.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Referral Note (V2)_2.16.840.1.113883.10.20.22.1.14/README.md -------------------------------------------------------------------------------- /Guide Examples/Referral Note (V2)_2.16.840.1.113883.10.20.22.1.14/Referral Note Caregiver Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Referral Note (V2)_2.16.840.1.113883.10.20.22.1.14/Referral Note Caregiver Example.xml -------------------------------------------------------------------------------- /Guide Examples/Related Person Relationship and Name Participant_2.16.840.1.113883.10.20.22.5.8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Related Person Relationship and Name Participant_2.16.840.1.113883.10.20.22.5.8/README.md -------------------------------------------------------------------------------- /Guide Examples/Result Observation (V3)_2.16.840.1.113883.10.20.22.4.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Result Observation (V3)_2.16.840.1.113883.10.20.22.4.2/README.md -------------------------------------------------------------------------------- /Guide Examples/Result Observation (V3)_2.16.840.1.113883.10.20.22.4.2/Result Observation (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Result Observation (V3)_2.16.840.1.113883.10.20.22.4.2/Result Observation (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Result Organizer (V3)_2.16.840.1.113883.10.20.22.4.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Result Organizer (V3)_2.16.840.1.113883.10.20.22.4.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Result Organizer (V3)_2.16.840.1.113883.10.20.22.4.1/Result Organizer (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Result Organizer (V3)_2.16.840.1.113883.10.20.22.4.1/Result Organizer (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Results Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.3.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Results Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.3.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Review of Systems Section_1.3.6.1.4.1.19376.1.5.3.1.3.18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Review of Systems Section_1.3.6.1.4.1.19376.1.5.3.1.3.18/README.md -------------------------------------------------------------------------------- /Guide Examples/Risk Concern Act (V2)_2.16.840.1.113883.10.20.22.4.136/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Risk Concern Act (V2)_2.16.840.1.113883.10.20.22.4.136/README.md -------------------------------------------------------------------------------- /Guide Examples/Risk Concern Act (V2)_2.16.840.1.113883.10.20.22.4.136/Risk Concern Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Risk Concern Act (V2)_2.16.840.1.113883.10.20.22.4.136/Risk Concern Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/SOP Instance Observation_2.16.840.1.113883.10.20.6.2.8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/SOP Instance Observation_2.16.840.1.113883.10.20.6.2.8/README.md -------------------------------------------------------------------------------- /Guide Examples/SOP Instance Observation_2.16.840.1.113883.10.20.6.2.8/SOP Instance Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/SOP Instance Observation_2.16.840.1.113883.10.20.6.2.8/SOP Instance Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Section Time Range Observation_2.16.840.1.113883.10.20.22.4.201/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Section Time Range Observation_2.16.840.1.113883.10.20.22.4.201/README.md -------------------------------------------------------------------------------- /Guide Examples/Self-Care Activities (ADL and IADL)_2.16.840.1.113883.10.20.22.4.128/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Self-Care Activities (ADL and IADL)_2.16.840.1.113883.10.20.22.4.128/README.md -------------------------------------------------------------------------------- /Guide Examples/Sensory Status_2.16.840.1.113883.10.20.22.4.127/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Sensory Status_2.16.840.1.113883.10.20.22.4.127/README.md -------------------------------------------------------------------------------- /Guide Examples/Sensory Status_2.16.840.1.113883.10.20.22.4.127/Sensory and Speech Status Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Sensory Status_2.16.840.1.113883.10.20.22.4.127/Sensory and Speech Status Example.xml -------------------------------------------------------------------------------- /Guide Examples/Serial Number Observation_2.16.840.1.113883.10.20.22.4.319/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Serial Number Observation_2.16.840.1.113883.10.20.22.4.319/README.md -------------------------------------------------------------------------------- /Guide Examples/Serial Number Observation_2.16.840.1.113883.10.20.22.4.319/Serial Number.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Serial Number Observation_2.16.840.1.113883.10.20.22.4.319/Serial Number.xml -------------------------------------------------------------------------------- /Guide Examples/Series Act_2.16.840.1.113883.10.20.22.4.63/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Series Act_2.16.840.1.113883.10.20.22.4.63/README.md -------------------------------------------------------------------------------- /Guide Examples/Series Act_2.16.840.1.113883.10.20.22.4.63/Series Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Series Act_2.16.840.1.113883.10.20.22.4.63/Series Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Service Delivery Location_2.16.840.1.113883.10.20.22.4.32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Service Delivery Location_2.16.840.1.113883.10.20.22.4.32/README.md -------------------------------------------------------------------------------- /Guide Examples/Severity Observation (V2)_2.16.840.1.113883.10.20.22.4.8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Severity Observation (V2)_2.16.840.1.113883.10.20.22.4.8/README.md -------------------------------------------------------------------------------- /Guide Examples/Sexual Orientation Observation_2.16.840.1.113883.10.20.22.4.501/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Sexual Orientation Observation_2.16.840.1.113883.10.20.22.4.501/README.md -------------------------------------------------------------------------------- /Guide Examples/Smoking Status - Meaningful Use (V2)_2.16.840.1.113883.10.20.22.4.78/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Smoking Status - Meaningful Use (V2)_2.16.840.1.113883.10.20.22.4.78/README.md -------------------------------------------------------------------------------- /Guide Examples/Social History Observation (V3)_2.16.840.1.113883.10.20.22.4.38/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Social History Observation (V3)_2.16.840.1.113883.10.20.22.4.38/README.md -------------------------------------------------------------------------------- /Guide Examples/Social History Observation (V4)_2.16.840.1.113883.10.20.22.4.38/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Social History Observation (V4)_2.16.840.1.113883.10.20.22.4.38/README.md -------------------------------------------------------------------------------- /Guide Examples/Social History Section (V3)_2.16.840.1.113883.10.20.22.2.17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Social History Section (V3)_2.16.840.1.113883.10.20.22.2.17/README.md -------------------------------------------------------------------------------- /Guide Examples/Study Act_2.16.840.1.113883.10.20.6.2.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Study Act_2.16.840.1.113883.10.20.6.2.6/README.md -------------------------------------------------------------------------------- /Guide Examples/Study Act_2.16.840.1.113883.10.20.6.2.6/Study Act Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Study Act_2.16.840.1.113883.10.20.6.2.6/Study Act Example.xml -------------------------------------------------------------------------------- /Guide Examples/Subjective Section_2.16.840.1.113883.10.20.21.2.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Subjective Section_2.16.840.1.113883.10.20.21.2.2/README.md -------------------------------------------------------------------------------- /Guide Examples/Subjective Section_2.16.840.1.113883.10.20.21.2.2/Subjective Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Subjective Section_2.16.840.1.113883.10.20.21.2.2/Subjective Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Substance Administered Act_2.16.840.1.113883.10.20.22.4.118/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Substance Administered Act_2.16.840.1.113883.10.20.22.4.118/README.md -------------------------------------------------------------------------------- /Guide Examples/Surgical Drains Section_2.16.840.1.113883.10.20.7.13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Surgical Drains Section_2.16.840.1.113883.10.20.7.13/README.md -------------------------------------------------------------------------------- /Guide Examples/Surgical Drains Section_2.16.840.1.113883.10.20.7.13/Surgical Drains Section Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Surgical Drains Section_2.16.840.1.113883.10.20.7.13/Surgical Drains Section Example.xml -------------------------------------------------------------------------------- /Guide Examples/Text Observation_2.16.840.1.113883.10.20.6.2.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Text Observation_2.16.840.1.113883.10.20.6.2.12/README.md -------------------------------------------------------------------------------- /Guide Examples/Text Observation_2.16.840.1.113883.10.20.6.2.12/Text Observation Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Text Observation_2.16.840.1.113883.10.20.6.2.12/Text Observation Example.xml -------------------------------------------------------------------------------- /Guide Examples/Tobacco Use (V2)_2.16.840.1.113883.10.20.22.4.85/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Tobacco Use (V2)_2.16.840.1.113883.10.20.22.4.85/README.md -------------------------------------------------------------------------------- /Guide Examples/Tobacco Use (V2)_2.16.840.1.113883.10.20.22.4.85/Tobacco Use (V2) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Tobacco Use (V2)_2.16.840.1.113883.10.20.22.4.85/Tobacco Use (V2) Example.xml -------------------------------------------------------------------------------- /Guide Examples/Transfer Summary (V2)_2.16.840.1.113883.10.20.22.1.13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Transfer Summary (V2)_2.16.840.1.113883.10.20.22.1.13/README.md -------------------------------------------------------------------------------- /Guide Examples/Tribal Affiliation Observation_2.16.840.1.113883.10.20.22.4.506/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Tribal Affiliation Observation_2.16.840.1.113883.10.20.22.4.506/README.md -------------------------------------------------------------------------------- /Guide Examples/UDI Organizer_2.16.840.1.113883.10.20.22.4.311/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/UDI Organizer_2.16.840.1.113883.10.20.22.4.311/README.md -------------------------------------------------------------------------------- /Guide Examples/US Realm Address (AD.US.FIELDED)_2.16.840.1.113883.10.20.22.5.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Address (AD.US.FIELDED)_2.16.840.1.113883.10.20.22.5.2/README.md -------------------------------------------------------------------------------- /Guide Examples/US Realm Date and Time (DTM.US.FIELDED)_2.16.840.1.113883.10.20.22.5.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Date and Time (DTM.US.FIELDED)_2.16.840.1.113883.10.20.22.5.4/README.md -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/Digital signature Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/Digital signature Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/README.md -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/US Realm Header (V3) Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/US Realm Header (V3) Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/authenticator Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/authenticator Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/author Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/author Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/authorization Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/authorization Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/custodian Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/custodian Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/dateEnterer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/dateEnterer Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/documentationOf Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/documentationOf Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/inFulfillmentOf Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/inFulfillmentOf Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/informationRecipient Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/informationRecipient Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/legalAuthenticator Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/legalAuthenticator Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/performer Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/performer Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/recordTarget Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Header (V3)_2.16.840.1.113883.10.20.22.1.1/recordTarget Example.xml -------------------------------------------------------------------------------- /Guide Examples/US Realm Patient Name (PTN.US.FIELDED)_2.16.840.1.113883.10.20.22.5.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/US Realm Patient Name (PTN.US.FIELDED)_2.16.840.1.113883.10.20.22.5.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Unstructured Document (V3)_2.16.840.1.113883.10.20.22.1.10/README.md -------------------------------------------------------------------------------- /Guide Examples/Vital Sign Observation (V2)_2.16.840.1.113883.10.20.22.4.27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Vital Sign Observation (V2)_2.16.840.1.113883.10.20.22.4.27/README.md -------------------------------------------------------------------------------- /Guide Examples/Vital Signs Organizer (V3)_2.16.840.1.113883.10.20.22.4.26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Vital Signs Organizer (V3)_2.16.840.1.113883.10.20.22.4.26/README.md -------------------------------------------------------------------------------- /Guide Examples/Vital Signs Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.4.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Vital Signs Section (entries required) (V3)_2.16.840.1.113883.10.20.22.2.4.1/README.md -------------------------------------------------------------------------------- /Guide Examples/Wound Characteristic_2.16.840.1.113883.10.20.22.4.134/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Wound Characteristic_2.16.840.1.113883.10.20.22.4.134/README.md -------------------------------------------------------------------------------- /Guide Examples/Wound Characteristic_2.16.840.1.113883.10.20.22.4.134/Wound Characteristic Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Wound Characteristic_2.16.840.1.113883.10.20.22.4.134/Wound Characteristic Example.xml -------------------------------------------------------------------------------- /Guide Examples/Wound Measurement Observation_2.16.840.1.113883.10.20.22.4.133/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/Wound Measurement Observation_2.16.840.1.113883.10.20.22.4.133/README.md -------------------------------------------------------------------------------- /Guide Examples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Guide Examples/readme.md -------------------------------------------------------------------------------- /Header/Care Team In Transition of Care Documents/Care Team In Transition of Care Documents(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Care Team In Transition of Care Documents/Care Team In Transition of Care Documents(C-CDA2.1).xml -------------------------------------------------------------------------------- /Header/Care Team In Transition of Care Documents/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Care Team In Transition of Care Documents/Readme.md -------------------------------------------------------------------------------- /Header/Direct Address/Patient and Provider Organization Direct Address(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Direct Address/Patient and Provider Organization Direct Address(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Header/Direct Address/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Direct Address/Readme.md -------------------------------------------------------------------------------- /Header/Masked Social Security Number/Masked Social Security Number.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Masked Social Security Number/Masked Social Security Number.xml -------------------------------------------------------------------------------- /Header/Masked Social Security Number/Readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Masked Social Security Number/Readme.MD -------------------------------------------------------------------------------- /Header/Multiple Patient Identifiers/Multiple Patient Identifiers (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Multiple Patient Identifiers/Multiple Patient Identifiers (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Header/Multiple Patient Identifiers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Multiple Patient Identifiers/readme.md -------------------------------------------------------------------------------- /Header/Patient Aliases/Patient Aliases (C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Aliases/Patient Aliases (C-CDA R2.1).xml -------------------------------------------------------------------------------- /Header/Patient Aliases/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Aliases/Readme.md -------------------------------------------------------------------------------- /Header/Patient Birth Name/Patient Birth Name(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Birth Name/Patient Birth Name(C-CDA2.1).xml -------------------------------------------------------------------------------- /Header/Patient Birth Name/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Birth Name/Readme.md -------------------------------------------------------------------------------- /Header/Patient Deceased/Patient Deceased Extension(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Deceased/Patient Deceased Extension(C-CDA2.1).xml -------------------------------------------------------------------------------- /Header/Patient Deceased/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Deceased/Readme.md -------------------------------------------------------------------------------- /Header/Patient Demographic Information/Patient Demographic Information(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Demographic Information/Patient Demographic Information(C-CDA2.1).xml -------------------------------------------------------------------------------- /Header/Patient Demographic Information/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Demographic Information/Readme.md -------------------------------------------------------------------------------- /Header/Patient Previous Name/Patient Previous Name(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Previous Name/Patient Previous Name(C-CDA2.1).xml -------------------------------------------------------------------------------- /Header/Patient Previous Name/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient Previous Name/Readme.md -------------------------------------------------------------------------------- /Header/Patient With Prior Addresses/Patient With Prior Addresses(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient With Prior Addresses/Patient With Prior Addresses(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Header/Patient With Prior Addresses/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Patient With Prior Addresses/Readme.md -------------------------------------------------------------------------------- /Header/Person Name Formatting/Person Name Formatting (C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Person Name Formatting/Person Name Formatting (C-CDA R2.1).xml -------------------------------------------------------------------------------- /Header/Person Name Formatting/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Header/Person Name Formatting/Readme.md -------------------------------------------------------------------------------- /Header/Readme.md: -------------------------------------------------------------------------------- 1 | ## C-CDA Header Examples 2 | 3 | -------------------------------------------------------------------------------- /Health Concerns/Health Concerns Link to Problems Section with linkHTML/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Health Concerns/Health Concerns Link to Problems Section with linkHTML/Readme.md -------------------------------------------------------------------------------- /Health Concerns/Health Concerns Link to Problems Section/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Health Concerns/Health Concerns Link to Problems Section/Readme.md -------------------------------------------------------------------------------- /Health Concerns/Health Concerns Narrative Only/Health Concerns Narrative Only(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Health Concerns/Health Concerns Narrative Only/Health Concerns Narrative Only(C-CDA2.1).xml -------------------------------------------------------------------------------- /Health Concerns/Health Concerns Narrative Only/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Health Concerns/Health Concerns Narrative Only/Readme.md -------------------------------------------------------------------------------- /Health Concerns/No Known Health Concerns/No Known Health Concerns(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Health Concerns/No Known Health Concerns/No Known Health Concerns(C-CDA2.1).xml -------------------------------------------------------------------------------- /Health Concerns/No Known Health Concerns/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Health Concerns/No Known Health Concerns/Readme.md -------------------------------------------------------------------------------- /Health Concerns/Readme.md: -------------------------------------------------------------------------------- 1 | ## Health Concerns Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Immunizations/Immunization not given Patient refused/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Immunization not given Patient refused/Readme.md -------------------------------------------------------------------------------- /Immunizations/Influenza Vaccination - Patient Reported/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Influenza Vaccination - Patient Reported/Readme.md -------------------------------------------------------------------------------- /Immunizations/Influenza Vaccination with NDC/Influenza Vaccination with NDC(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Influenza Vaccination with NDC/Influenza Vaccination with NDC(C-CDA2.1).xml -------------------------------------------------------------------------------- /Immunizations/Influenza Vaccination with NDC/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Influenza Vaccination with NDC/Readme.md -------------------------------------------------------------------------------- /Immunizations/Influenza Vaccination/Influenza Vaccination(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Influenza Vaccination/Influenza Vaccination(C-CDA2.1).xml -------------------------------------------------------------------------------- /Immunizations/Influenza Vaccination/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Influenza Vaccination/Readme.md -------------------------------------------------------------------------------- /Immunizations/No Section Information Immunizations/No Information Immunizations(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/No Section Information Immunizations/No Information Immunizations(C-CDA2.1).xml -------------------------------------------------------------------------------- /Immunizations/No Section Information Immunizations/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/No Section Information Immunizations/Readme.md -------------------------------------------------------------------------------- /Immunizations/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Readme.md -------------------------------------------------------------------------------- /Immunizations/Unknown Immunization Status/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Unknown Immunization Status/Readme.md -------------------------------------------------------------------------------- /Immunizations/Unknown Immunization Status/Unknown Immunization Status(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Immunizations/Unknown Immunization Status/Unknown Immunization Status(C-CDA2.1).xml -------------------------------------------------------------------------------- /Interventions/Intervention Counseling/Intervention Counseling Procedure Activity Act(C-CDR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Interventions/Intervention Counseling/Intervention Counseling Procedure Activity Act(C-CDR2.1).xml -------------------------------------------------------------------------------- /Interventions/Intervention Counseling/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Interventions/Intervention Counseling/Readme.md -------------------------------------------------------------------------------- /Interventions/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Interventions/Readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/LICENSE -------------------------------------------------------------------------------- /Medical Equipment/Implant UDI Organizer/20201015_Implant UDI Organizer (C-CDA R2.1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant UDI Organizer/20201015_Implant UDI Organizer (C-CDA R2.1) -------------------------------------------------------------------------------- /Medical Equipment/Implant UDI Organizer/Implant UDI Organizer (C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant UDI Organizer/Implant UDI Organizer (C-CDA R2.1).xml -------------------------------------------------------------------------------- /Medical Equipment/Implant UDI Organizer/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant UDI Organizer/Readme.md -------------------------------------------------------------------------------- /Medical Equipment/Implant UDI Unknown/Implant UDI Unknown (C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant UDI Unknown/Implant UDI Unknown (C-CDA R2.1).xml -------------------------------------------------------------------------------- /Medical Equipment/Implant UDI Unknown/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant UDI Unknown/Readme.md -------------------------------------------------------------------------------- /Medical Equipment/Implant Without Procedure/Implant Without Procedure(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant Without Procedure/Implant Without Procedure(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medical Equipment/Implant Without Procedure/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Implant Without Procedure/Readme.md -------------------------------------------------------------------------------- /Medical Equipment/Multiple Implants/Multiple Implants (C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Multiple Implants/Multiple Implants (C-CDA R2.1).xml -------------------------------------------------------------------------------- /Medical Equipment/Multiple Implants/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Multiple Implants/Readme.md -------------------------------------------------------------------------------- /Medical Equipment/No Implanted Devices/No Implanted Devices(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/No Implanted Devices/No Implanted Devices(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medical Equipment/No Implanted Devices/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/No Implanted Devices/Readme.md -------------------------------------------------------------------------------- /Medical Equipment/Non-Medicinal Supply - Cane and Eyeglasses/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medical Equipment/Non-Medicinal Supply - Cane and Eyeglasses/Readme.md -------------------------------------------------------------------------------- /Medical Equipment/Readme.md: -------------------------------------------------------------------------------- 1 | ## Medical Equipment Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Medications/Drug Mixture/Drug Mixture (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Drug Mixture/Drug Mixture (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Medications/Drug Mixture/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Drug Mixture/Readme.md -------------------------------------------------------------------------------- /Medications/Free Text Medication SIG/Free Text Medication SIG (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Free Text Medication SIG/Free Text Medication SIG (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Medications/Free Text Medication SIG/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Free Text Medication SIG/Readme.md -------------------------------------------------------------------------------- /Medications/Med Relative Dose IV Drug/Med Relative Dose IV Drug(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med Relative Dose IV Drug/Med Relative Dose IV Drug(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medications/Med Relative Dose IV Drug/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med Relative Dose IV Drug/Readme.md -------------------------------------------------------------------------------- /Medications/Med at bedtime/Med at bedtime(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med at bedtime/Med at bedtime(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Medications/Med at bedtime/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med at bedtime/Readme.md -------------------------------------------------------------------------------- /Medications/Med every 4-6 hours/Med every 4-6 hours(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med every 4-6 hours/Med every 4-6 hours(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medications/Med every 4-6 hours/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med every 4-6 hours/Readme.md -------------------------------------------------------------------------------- /Medications/Med oral QID with PRN/Med oral QID with PRN(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med oral QID with PRN/Med oral QID with PRN(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medications/Med oral QID with PRN/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med oral QID with PRN/Readme.md -------------------------------------------------------------------------------- /Medications/Med oral liquid PRN/Med oral liquid PRN(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med oral liquid PRN/Med oral liquid PRN(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medications/Med oral liquid PRN/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med oral liquid PRN/Readme.md -------------------------------------------------------------------------------- /Medications/Med oral with indications and instructions/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Med oral with indications and instructions/Readme.md -------------------------------------------------------------------------------- /Medications/Medication Frequency Patterns/CDA Medication Frequencies.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Medication Frequency Patterns/CDA Medication Frequencies.url -------------------------------------------------------------------------------- /Medications/Medication Frequency Patterns/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Medication Frequency Patterns/Readme.md -------------------------------------------------------------------------------- /Medications/Medication Refused/Medication Refused(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Medication Refused/Medication Refused(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Medications/Medication Refused/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Medication Refused/Readme.md -------------------------------------------------------------------------------- /Medications/Medication statusCodes/CDA Medication statusCodes.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Medication statusCodes/CDA Medication statusCodes.url -------------------------------------------------------------------------------- /Medications/Medication statusCodes/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Medication statusCodes/Readme.md -------------------------------------------------------------------------------- /Medications/No Medications/No Medications(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/No Medications/No Medications(C-CDA2.1).xml -------------------------------------------------------------------------------- /Medications/No Medications/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/No Medications/Readme.md -------------------------------------------------------------------------------- /Medications/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Readme.md -------------------------------------------------------------------------------- /Medications/Single administration of medication/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Single administration of medication/Readme.md -------------------------------------------------------------------------------- /Medications/Withdrawn Anitbiotics with varied dosing/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Withdrawn Anitbiotics with varied dosing/Readme.md -------------------------------------------------------------------------------- /Medications/Withdrawn Patient reported oral medication/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Medications/Withdrawn Patient reported oral medication/Readme.md -------------------------------------------------------------------------------- /Mental Status/Memory Impairment/Memory Impairment(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Mental Status/Memory Impairment/Memory Impairment(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Mental Status/Memory Impairment/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Mental Status/Memory Impairment/Readme.md -------------------------------------------------------------------------------- /Mental Status/No Cognitive Impairment/No Cognitive Impairment(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Mental Status/No Cognitive Impairment/No Cognitive Impairment(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Mental Status/No Cognitive Impairment/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Mental Status/No Cognitive Impairment/Readme.md -------------------------------------------------------------------------------- /Mental Status/Patient Health Questionnaire PHQ-9/Patient Health Questionnaire PHQ-9(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Mental Status/Patient Health Questionnaire PHQ-9/Patient Health Questionnaire PHQ-9(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Mental Status/Patient Health Questionnaire PHQ-9/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Mental Status/Patient Health Questionnaire PHQ-9/Readme.md -------------------------------------------------------------------------------- /Mental Status/Readme.md: -------------------------------------------------------------------------------- 1 | ## Mental Status Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Notes/Discharge Note in Hospital Course/Discharge Note(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/Discharge Note in Hospital Course/Discharge Note(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Notes/Discharge Note in Hospital Course/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/Discharge Note in Hospital Course/Readme.md -------------------------------------------------------------------------------- /Notes/Note directly attached to a Procedure/Note directly attached to a Procedure(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/Note directly attached to a Procedure/Note directly attached to a Procedure(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Notes/Note directly attached to a Procedure/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/Note directly attached to a Procedure/Readme.md -------------------------------------------------------------------------------- /Notes/RTF Note/RTF Note (C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/RTF Note/RTF Note (C-CDA R2.1).xml -------------------------------------------------------------------------------- /Notes/RTF Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/RTF Note/Readme.md -------------------------------------------------------------------------------- /Notes/Readme.md: -------------------------------------------------------------------------------- 1 | ## Notes Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Notes/Single Consultation Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/Single Consultation Note/Readme.md -------------------------------------------------------------------------------- /Notes/Single Consultation Note/Single Consultation Note(C-CDA R2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Notes/Single Consultation Note/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/Care Plan Goals and Instructions/Care Plan Goals and Instructions(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Plan of Treatment/Care Plan Goals and Instructions/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/Care Plan Goals and Instructions/Readme.md -------------------------------------------------------------------------------- /Plan of Treatment/No Planned Tests/No Planned Tests(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/No Planned Tests/No Planned Tests(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Plan of Treatment/No Planned Tests/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/No Planned Tests/Readme.md -------------------------------------------------------------------------------- /Plan of Treatment/Planned EKG/Planned EKG(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/Planned EKG/Planned EKG(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Plan of Treatment/Planned EKG/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/Planned EKG/Readme.md -------------------------------------------------------------------------------- /Plan of Treatment/Planned Encounter - Referral/Planned Encounter - Reason for Referral(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/Planned Encounter - Referral/Planned Encounter - Reason for Referral(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Plan of Treatment/Planned Encounter - Referral/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Plan of Treatment/Planned Encounter - Referral/Readme.md -------------------------------------------------------------------------------- /Plan of Treatment/Readme.md: -------------------------------------------------------------------------------- 1 | ## Plan of Treatment Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Problems/Active Problem/Active Problem(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Active Problem/Active Problem(C-CDA2.1).xml -------------------------------------------------------------------------------- /Problems/Active Problem/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Active Problem/Readme.md -------------------------------------------------------------------------------- /Problems/Complete or Resolved Problem/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Complete or Resolved Problem/Readme.md -------------------------------------------------------------------------------- /Problems/Complete or Resolved Problem/Resolved Problem(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Complete or Resolved Problem/Resolved Problem(C-CDA2.1).xml -------------------------------------------------------------------------------- /Problems/No Known Problems/No Known Problems(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/No Known Problems/No Known Problems(C-CDA2.1).xml -------------------------------------------------------------------------------- /Problems/No Known Problems/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/No Known Problems/Readme.md -------------------------------------------------------------------------------- /Problems/Patient Does Not Have Diabetes/Patient Does Not Have Diabetes(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Patient Does Not Have Diabetes/Patient Does Not Have Diabetes(C-CDA2.1).xml -------------------------------------------------------------------------------- /Problems/Patient Does Not Have Diabetes/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Patient Does Not Have Diabetes/Readme.md -------------------------------------------------------------------------------- /Problems/Pregnancy with Week Gestation/Pregnancy with Week Gestation(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Pregnancy with Week Gestation/Pregnancy with Week Gestation(C-CDA2.1).xml -------------------------------------------------------------------------------- /Problems/Pregnancy with Week Gestation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Pregnancy with Week Gestation/readme.md -------------------------------------------------------------------------------- /Problems/Problem TargetSiteCode Qualifier/Problem TargetSiteCode Qualifier(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Problem TargetSiteCode Qualifier/Problem TargetSiteCode Qualifier(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Problems/Problem TargetSiteCode Qualifier/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Problem TargetSiteCode Qualifier/Readme.md -------------------------------------------------------------------------------- /Problems/Problem Value, Translation, Qualifier examples/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/Problem Value, Translation, Qualifier examples/Readme.md -------------------------------------------------------------------------------- /Problems/Readme.md: -------------------------------------------------------------------------------- 1 | ## Problem Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Problems/SDOH Problem/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/SDOH Problem/Readme.md -------------------------------------------------------------------------------- /Problems/SDOH Problem/SDOH Problem(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Problems/SDOH Problem/SDOH Problem(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedure Alternatives/Procedure Alternatives(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedure Alternatives/Procedure Alternatives(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedure Alternatives/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedure Alternatives/Readme.md -------------------------------------------------------------------------------- /Procedures/Procedure Refused/Procedures Section Procedure Procedure Refused(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedure Refused/Procedures Section Procedure Procedure Refused(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedure Refused/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedure Refused/Readme.md -------------------------------------------------------------------------------- /Procedures/Procedure Unsuccessful/Procedures Section Procedure Procedure Unsuccessful(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedure Unsuccessful/Procedures Section Procedure Procedure Unsuccessful(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedure Unsuccessful/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedure Unsuccessful/Readme.md -------------------------------------------------------------------------------- /Procedures/Procedures Section Act Entry/Procedures Section Act(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Act Entry/Procedures Section Act(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedures Section Act Entry/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Act Entry/Readme.md -------------------------------------------------------------------------------- /Procedures/Procedures Section Observation Entry/Procedures Section Observation(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Observation Entry/Procedures Section Observation(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedures Section Observation Entry/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Observation Entry/Readme.md -------------------------------------------------------------------------------- /Procedures/Procedures Section Procedure Entry - Colonoscopy/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Procedure Entry - Colonoscopy/Readme.md -------------------------------------------------------------------------------- /Procedures/Procedures Section Procedure Entry/Procedures Section Procedure(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Procedure Entry/Procedures Section Procedure(C-CDA2.1).xml -------------------------------------------------------------------------------- /Procedures/Procedures Section Procedure Entry/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Procedures/Procedures Section Procedure Entry/Readme.md -------------------------------------------------------------------------------- /Procedures/Readme.md: -------------------------------------------------------------------------------- 1 | ## Procedure Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Quality/Quality Care Compliance in C-CDA/Quality Care Compliance in C-CDA (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Quality/Quality Care Compliance in C-CDA/Quality Care Compliance in C-CDA (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Quality/Quality Care Compliance in C-CDA/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Quality/Quality Care Compliance in C-CDA/Readme.md -------------------------------------------------------------------------------- /Quality/Readme.md: -------------------------------------------------------------------------------- 1 | ## Quality Related Examples from C-CDA and QRDA 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/README.md -------------------------------------------------------------------------------- /Referrals - Planned and Completed/Close Referral with a Document/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Referrals - Planned and Completed/Close Referral with a Document/Readme.md -------------------------------------------------------------------------------- /Referrals - Planned and Completed/Readme.md: -------------------------------------------------------------------------------- 1 | ## Referral Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Referrals - Planned and Completed/Referral Request and Close Referral with a Note/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Referrals - Planned and Completed/Referral Request and Close Referral with a Note/Readme.md -------------------------------------------------------------------------------- /Results/Readme.md: -------------------------------------------------------------------------------- 1 | ## Result Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Results/Result COVID Positive/Results of COVID Test Positive Normal(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result COVID Positive/Results of COVID Test Positive Normal(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Result COVID Positive/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result COVID Positive/readme.md -------------------------------------------------------------------------------- /Results/Result panel with coded values of negative-positive/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result panel with coded values of negative-positive/Readme.md -------------------------------------------------------------------------------- /Results/Result with Multiple Reference Ranges/164947.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with Multiple Reference Ranges/164947.pdf -------------------------------------------------------------------------------- /Results/Result with Multiple Reference Ranges/Lab with Multiple Reference Ranges(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with Multiple Reference Ranges/Lab with Multiple Reference Ranges(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Result with Multiple Reference Ranges/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with Multiple Reference Ranges/Readme.md -------------------------------------------------------------------------------- /Results/Result with an unstructured string as value (urine color)/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with an unstructured string as value (urine color)/Readme.md -------------------------------------------------------------------------------- /Results/Result with greater than a specified value/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with greater than a specified value/Readme.md -------------------------------------------------------------------------------- /Results/Result with lab location/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with lab location/Readme.md -------------------------------------------------------------------------------- /Results/Result with lab location/Result with lab location(C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with lab location/Result with lab location(C-CDAR2.1).xml -------------------------------------------------------------------------------- /Results/Result with lab location/ResultsWithLabLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with lab location/ResultsWithLabLocation.png -------------------------------------------------------------------------------- /Results/Result with non-numeric physical quantity and unit/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Result with non-numeric physical quantity and unit/Readme.md -------------------------------------------------------------------------------- /Results/Results Radiology with Image Narrative/Chest X ray with Narrative Report(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results Radiology with Image Narrative/Chest X ray with Narrative Report(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Results Radiology with Image Narrative/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results Radiology with Image Narrative/Readme.md -------------------------------------------------------------------------------- /Results/Results Unit Non-UCUM/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results Unit Non-UCUM/Readme.md -------------------------------------------------------------------------------- /Results/Results Unit Non-UCUM/Results Unit Non-UCUM(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results Unit Non-UCUM/Results Unit Non-UCUM(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Results of Basic Metabolic Panel and Troponin/Basic Metabolic Panel with Troponin(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results of Basic Metabolic Panel and Troponin/Basic Metabolic Panel with Troponin(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Results of Basic Metabolic Panel and Troponin/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results of Basic Metabolic Panel and Troponin/Readme.md -------------------------------------------------------------------------------- /Results/Results of CO2 Test/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results of CO2 Test/Readme.md -------------------------------------------------------------------------------- /Results/Results of CO2 Test/Results of CO2 Test Normal(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results of CO2 Test/Results of CO2 Test Normal(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Results panel with pending component/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results panel with pending component/Readme.md -------------------------------------------------------------------------------- /Results/Results panel with pending component/Results panel with pending component(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results panel with pending component/Results panel with pending component(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Results with less than specific value/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results with less than specific value/Readme.md -------------------------------------------------------------------------------- /Results/Results with less than specific value/Results with less than specific value(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results with less than specific value/Results with less than specific value(C-CDA2.1).xml -------------------------------------------------------------------------------- /Results/Results with translation unit/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results with translation unit/Readme.md -------------------------------------------------------------------------------- /Results/Results with translation unit/Results with translation unit(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Results/Results with translation unit/Results with translation unit(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Birth Sex/Birth Sex(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Birth Sex/Birth Sex(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Birth Sex/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Birth Sex/Readme.md -------------------------------------------------------------------------------- /Social History/Current Smoking Status/Current Smoking Status(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Current Smoking Status/Current Smoking Status(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Current Smoking Status/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Current Smoking Status/Readme.md -------------------------------------------------------------------------------- /Social History/Electronic Cigarette/Electronic Cigarette Status(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Electronic Cigarette/Electronic Cigarette Status(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Electronic Cigarette/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Electronic Cigarette/readme.md -------------------------------------------------------------------------------- /Social History/Former Smoking Status/Former Smoking Status(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Former Smoking Status/Former Smoking Status(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Former Smoking Status/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Former Smoking Status/Readme.md -------------------------------------------------------------------------------- /Social History/Never Smoking Status/Never Smoking Status(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Never Smoking Status/Never Smoking Status(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Never Smoking Status/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Never Smoking Status/Readme.md -------------------------------------------------------------------------------- /Social History/Not Pregnant/Not Pregnant (C-CDAR2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Not Pregnant/Not Pregnant (C-CDAR2.1).xml -------------------------------------------------------------------------------- /Social History/Not Pregnant/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Not Pregnant/Readme.md -------------------------------------------------------------------------------- /Social History/Readme.md: -------------------------------------------------------------------------------- 1 | ## Social History Section Examples from C-CDA 2 | -------------------------------------------------------------------------------- /Social History/Sexual Orientation Gender Identity/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Sexual Orientation Gender Identity/Readme.md -------------------------------------------------------------------------------- /Social History/Sexual Orientation Gender Identity/Sexual Orientation Gender Identity(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Sexual Orientation Gender Identity/Sexual Orientation Gender Identity(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Unknown Smoking Status/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Unknown Smoking Status/Readme.md -------------------------------------------------------------------------------- /Social History/Unknown Smoking Status/Unknown Smoking Status(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Unknown Smoking Status/Unknown Smoking Status(C-CDA2.1).xml -------------------------------------------------------------------------------- /Social History/Unknown if Pregnant/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Unknown if Pregnant/Readme.md -------------------------------------------------------------------------------- /Social History/Unknown if Pregnant/Unknown if Pregnant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/Unknown if Pregnant/Unknown if Pregnant.xml -------------------------------------------------------------------------------- /Social History/WE Care Assessment/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/WE Care Assessment/Readme.md -------------------------------------------------------------------------------- /Social History/WE Care Assessment/WE Care Assessment(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Social History/WE Care Assessment/WE Care Assessment(C-CDA2.1).xml -------------------------------------------------------------------------------- /Stylesheets - Community Submitted/Readme.md: -------------------------------------------------------------------------------- 1 | ## Member Shared Stylesheets - Unsupported 2 | 3 | -------------------------------------------------------------------------------- /Stylesheets - Community Submitted/US Department of Veterans Affairs - Example Stylesheet/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Stylesheets - Community Submitted/US Department of Veterans Affairs - Example Stylesheet/Readme.md -------------------------------------------------------------------------------- /Unstructured/CDA reference PDF/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA reference PDF/Readme.md -------------------------------------------------------------------------------- /Unstructured/CDA reference PDF/UD_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA reference PDF/UD_sample.pdf -------------------------------------------------------------------------------- /Unstructured/CDA reference PDF/Unstructured_Document_reference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA reference PDF/Unstructured_Document_reference.xml -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 1/C-CDA_R2_UD_sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded PDF 1/C-CDA_R2_UD_sample.pdf -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded PDF 1/Readme.md -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 1/Unstructured_Document_embed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded PDF 1/Unstructured_Document_embed.xml -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 2/CDA_with_Embedded_PDF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded PDF 2/CDA_with_Embedded_PDF.xml -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 2/McBee_L1_20151116_Embedded.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded PDF 2/McBee_L1_20151116_Embedded.pdf -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded PDF 2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded PDF 2/Readme.md -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded Text plain/CDA_Embedded_Text_Plain_Surgical_Consult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded Text plain/CDA_Embedded_Text_Plain_Surgical_Consult.xml -------------------------------------------------------------------------------- /Unstructured/CDA with Embedded Text plain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Unstructured/CDA with Embedded Text plain/README.md -------------------------------------------------------------------------------- /Unstructured/Readme.md: -------------------------------------------------------------------------------- 1 | ## Unstructured Document Examples 2 | -------------------------------------------------------------------------------- /Vital Signs/Growth Charts Examples/Growth Charts Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Growth Charts Examples/Growth Charts Example.xml -------------------------------------------------------------------------------- /Vital Signs/Growth Charts Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Growth Charts Examples/README.md -------------------------------------------------------------------------------- /Vital Signs/Heart Rate Rhythm/Heart Rate Rhythm(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Heart Rate Rhythm/Heart Rate Rhythm(C-CDA2.1).xml -------------------------------------------------------------------------------- /Vital Signs/Heart Rate Rhythm/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Heart Rate Rhythm/Readme.md -------------------------------------------------------------------------------- /Vital Signs/Panel of Vital Signs (Oxygen Concentration Included)/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Panel of Vital Signs (Oxygen Concentration Included)/Readme.md -------------------------------------------------------------------------------- /Vital Signs/Panel of Vital Signs in Metric Units/Panel of Vital Signs in Metric Units(C-CDA2.1).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Panel of Vital Signs in Metric Units/Panel of Vital Signs in Metric Units(C-CDA2.1).xml -------------------------------------------------------------------------------- /Vital Signs/Panel of Vital Signs in Metric Units/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Panel of Vital Signs in Metric Units/Readme.md -------------------------------------------------------------------------------- /Vital Signs/Panel of Vital Signs in Mixed Metric-Imperial Units/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL7/C-CDA-Examples/HEAD/Vital Signs/Panel of Vital Signs in Mixed Metric-Imperial Units/Readme.md -------------------------------------------------------------------------------- /Vital Signs/Readme.md: -------------------------------------------------------------------------------- 1 | ## Vital Sign Section Examples from C-CDA 2 | --------------------------------------------------------------------------------