HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.0.0 - STU 2

This page is part of the electronic Case Reporting (eCR) (v2.0.0: STU 2 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: eICR Composition Example: Initial Public Health Case Report - Eve Everywoman, Zika - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "composition-eicr-zika"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "23" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-08-19T22:06:32.441+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#6i8cijintDjJ8In2" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-composition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-composition>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"composition-eicr-zika\" Version \"23\" Updated \"2021-08-19T22:06:32.441Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #6i8cijintDjJ8In2!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eicr-composition.html\">Electronic Initial Case Report Composition</a></p></div><p><b>versionNumber</b>: 1</p><p><b>identifier</b>: id: c03eab8c-11e8-4d0c-ad2a-b385395e27db</p><p><b>status</b>: final</p><p><b>type</b>: Public Health Case Report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#55751-2)</span></p><p><b>encounter</b>: <a href=\"Encounter-encounter-eicr-eve-everywoman-outpatient.html\">Encounter/encounter-eicr-eve-everywoman-outpatient: Ambulatory Office Visit</a></p><p><b>date</b>: 2018-01-02T22:13:23Z</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole-henry-seven.html\">PractitionerRole/practitionerrole-henry-seven: Henry Seven, MD</a></p><p><b>title</b>: Initial Public Health Case Report - Zika Example</p><p><b>custodian</b>: <a href=\"Organization-organization-ecr-salem-medical-center.html\">Organization/organization-ecr-salem-medical-center: Salem Medical Center</a> \"Salem Medical Center\"</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" ];
     fhir:Extension.valueString [ fhir:value "1" ]
  ];
  fhir:Composition.identifier [
     fhir:Identifier.value [ fhir:value "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:55751-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "55751-2" ];
       fhir:Coding.display [ fhir:value "Public Health Case Report" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
     fhir:Reference.display [ fhir:value "Eve Everywoman" ]
  ];
  fhir:Composition.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/encounter-eicr-eve-everywoman-outpatient" ];
     fhir:Reference.display [ fhir:value "Ambulatory Office Visit" ]
  ];
  fhir:Composition.date [ fhir:value "2018-01-02T22:13:23Z"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "PractitionerRole/practitionerrole-henry-seven" ];
     fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
  ];
  fhir:Composition.title [ fhir:value "Initial Public Health Case Report - Zika Example"];
  fhir:Composition.custodian [
     fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ];
     fhir:Reference.display [ fhir:value "Salem Medical Center" ]
  ];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Reason for Visit Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:29299-5;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "29299-5" ];
         fhir:Coding.display [ fhir:value "Reason for visit Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Reason for Visit Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Reason for visit Narrative</div> ( \n                                            \n                                            <div title=\"code\">29299-5</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n                            <p>Reason for Visit: Bad cough</p>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Chief Complaint" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10154-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10154-3" ];
         fhir:Coding.display [ fhir:value "Chief complaint Narrative - Reported" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Chief complaint Narrative - Reported</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Chief complaint Narrative - Reported</div> ( \n                                            \n                                            <div title=\"code\">10154-3</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n                            <p>Chief Complaint: Bad cough</p>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 2;
     fhir:Composition.section.title [ fhir:value "History of Present Illness Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10164-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10164-2" ];
         fhir:Coding.display [ fhir:value "History of Present illness Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">History of Present Illness Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">History of Present illness Narrative</div> ( \n                                            \n                                            <div title=\"code\">10164-2</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"> Persistent Cough REPORTED starting on 2018/03/05 \n                            \n                            <br/> Whooping Respiration not reported \n                            \n                            <br/> Paroxysms Of Coughing REPORTED starting on\n                            2018/03/06 \n                            \n                            <br/> Post-tussive vomiting not reported \n                        \n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 3;
     fhir:Composition.section.title [ fhir:value "Problems Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:11450-4;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "11450-4" ];
         fhir:Coding.display [ fhir:value "Problem list - Reported" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Problems Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Problem list - Reported</div> ( \n                                            \n                                            <div title=\"code\">11450-4</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Common cold (disorder)</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">condition-eicr-eve-everywoman-common-cold</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">15</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-10T21:21:49.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">profile</td>\n                                                <td>\n                                                    <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">category</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Problem List Item</div> ( \n                                                        \n                                                        <div title=\"code\">problem-list-item</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">http://terminology.hl7.org/CodeSystem/condition-category</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">code</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Common cold (disorder)</div> ( \n                                                        \n                                                        <div title=\"code\">82272006</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">onsetDateTime</td>\n                                    <td>\n                                        <div title=\"onsetDateTime\">2017-09-23</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">asserter</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Condition/condition-eicr-eve-everywoman-common-cold" ];
       fhir:Reference.display [ fhir:value "Common cold (disorder)" ]     ]
  ], [
     fhir:index 4;
     fhir:Composition.section.title [ fhir:value "Medications Administered Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:29549-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "29549-3" ];
         fhir:Coding.display [ fhir:value "Medication administered Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Medications Administered Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Medication administered Narrative</div> ( \n                                            \n                                            <div title=\"code\">29549-3</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.html\">Azithromycin 500 MG Oral Tablet</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">medicationadministration-eve-everywoman-azithromycin</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">10</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-05T03:11:22.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">status</td>\n                                    <td>\n                                        <div title=\"status\">completed</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">medicationCodeableConcept</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"text\">Azithromycin 500 MG Oral Tablet</div>\n                                            </li>\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Azithromycin 500 MG Oral Tablet</div> ( \n                                                        \n                                                        <div title=\"code\">248656</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\">http://www.nlm.nih.gov/research/umls/rxnorm</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">effectivePeriod</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">start</td>\n                                                <td>\n                                                    <div title=\"start\">2018-03-07</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">end</td>\n                                                <td>\n                                                    <div title=\"end\">2018-03-07</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">dosage</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">route</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Oral Route</div> ( \n                                                                    \n                                                                    <div title=\"code\">26643006</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">method</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Swallow - dosing instruction imperative (qualifier value)</div> ( \n                                                                    \n                                                                    <div title=\"code\">421521009</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">dose</td>\n                                                <td>\n                                                    <table>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">value</td>\n                                                            <td>\n                                                                <div title=\"value\">2</div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">unit</td>\n                                                            <td>\n                                                                <div title=\"unit\">TAB</div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">system</td>\n                                                            <td>\n                                                                <div title=\"system\">\n                                                                    <a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm</a>\n                                                                </div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">code</td>\n                                                            <td>\n                                                                <div title=\"code\">TAB</div>\n                                                            </td>\n                                                        </tr>\n                                                    </table>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "MedicationAdministration/medicationadministration-eve-everywoman-azithromycin" ];
       fhir:Reference.display [ fhir:value "Azithromycin 500 MG Oral Tablet" ]     ]
  ], [
     fhir:index 5;
     fhir:Composition.section.title [ fhir:value "Admission Medications Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:42346-7;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "42346-7" ];
         fhir:Coding.display [ fhir:value "Medications on admission (narrative)" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Admission Medications Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Medications on admission (narrative)</div> (\n                                            \n                                            <div title=\"code\">42346-7</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"MedicationAdministration-medicationadministration-eve-everywoman-naloxone-response.html\">naloxone HCl 0.4 MG in 1 ML Injection</a>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "MedicationAdministration/medicationadministration-eve-everywoman-naloxone-response" ];
       fhir:Reference.display [ fhir:value "naloxone HCl 0.4 MG in 1 ML Injection" ]     ]
  ], [
     fhir:index 6;
     fhir:Composition.section.title [ fhir:value "Medications Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10160-0;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10160-0" ];
         fhir:Coding.display [ fhir:value "History of Medication use Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Medications Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">History of Medication use Narrative</div> (\n                                            \n                                            <div title=\"code\">10160-0</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.html\">Azithromycin 500 MG Oral Tablet</a>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "MedicationAdministration/medicationadministration-eve-everywoman-azithromycin" ];
       fhir:Reference.display [ fhir:value "Azithromycin 500 MG Oral Tablet" ]     ]
  ], [
     fhir:index 7;
     fhir:Composition.section.title [ fhir:value "Results Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:30954-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "30954-2" ];
         fhir:Coding.display [ fhir:value "Relevant diagnostic tests/laboratory data Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Results Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Relevant Dx tests/lab data</div> ( \n                                            \n                                            <div title=\"code\">30954-2</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-us-core-results-eve-everywoman-lymphocytes.html\">Lymphocytes [#/​volume] in Blood by Automated count - Interpretation: High</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">observation-us-core-results-eve-everywoman-lymphocytes</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">10</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-05T02:50:13.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">profile</td>\n                                                <td>\n                                                    <div title=\"profile\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">status</td>\n                                    <td>\n                                        <div title=\"status\">final</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">category</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"text\">Laboratory</div>\n                                            </li>\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Laboratory</div> ( \n                                                        \n                                                        <div title=\"code\">laboratory</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://terminology.hl7.org/CodeSystem/observation-category\">http://terminology.hl7.org/CodeSystem/observation-category</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">code</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Lymphocytes [#/volume] in Blood by Automated count</div> ( \n                                                        \n                                                        <div title=\"code\">731-0</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">effectiveDateTime</td>\n                                    <td>\n                                        <div title=\"effectiveDateTime\">2018-03-07</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">valueQuantity</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"value\">5.2</div>\n                                            </li>\n                                            <li>\n                                                <div title=\"system\">\n                                                    <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n                                                </div>\n                                            </li>\n                                            <li>\n                                                <div title=\"code\">10*3/uL</div>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">interpretation</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">High</div> ( \n                                                        \n                                                        <div title=\"code\">H</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\">http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">referenceRange</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">low</td>\n                                                <td>\n                                                    <table>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">value</td>\n                                                            <td>\n                                                                <div title=\"value\">1</div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">system</td>\n                                                            <td>\n                                                                <div title=\"system\">\n                                                                    <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n                                                                </div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">code</td>\n                                                            <td>\n                                                                <div title=\"code\">10*3/uL</div>\n                                                            </td>\n                                                        </tr>\n                                                    </table>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">high</td>\n                                                <td>\n                                                    <table>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">value</td>\n                                                            <td>\n                                                                <div title=\"value\">4.8</div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">system</td>\n                                                            <td>\n                                                                <div title=\"system\">\n                                                                    <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n                                                                </div>\n                                                            </td>\n                                                        </tr>\n                                                        <tr>\n                                                            <td style=\"font-weight: bold\">code</td>\n                                                            <td>\n                                                                <div title=\"code\">10*3/uL</div>\n                                                            </td>\n                                                        </tr>\n                                                    </table>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/observation-us-core-results-eve-everywoman-lymphocytes" ];
       fhir:Reference.display [ fhir:value "Lymphocytes [#/​volume] in Blood by Automated count - Interpretation: High" ]     ]
  ], [
     fhir:index 8;
     fhir:Composition.section.title [ fhir:value "Plan of Treatment Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:18776-5;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "18776-5" ];
         fhir:Coding.display [ fhir:value "Plan of care note" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Plan of Treatment Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Plan of care note</div> ( \n                                            \n                                            <div title=\"code\">18776-5</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <b>Trigger code</b>\n                                </li>\n                                <li>Trigger Code: </li>\n                                <li>Trigger Code Display: </li>\n                                <li>Trigger Code System: </li>\n                                <li>Trigger Code Value Set: urn:oid:2.16.840.1.114222.4.11.7508</li>\n                                <li>Trigger Code Value Set Version: 19/05/2018</li>\n                            </ul>\n                            <a href=\"ServiceRequest-servicerequest-eicr-zika.html\">Request for Zika virus envelope (E) gene [Presence] in Serum by Probe and target amplification method</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">servicerequest-eicr-zika</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">9</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-23T13:56:36.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">profile</td>\n                                                <td>\n                                                    <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">status</td>\n                                    <td>\n                                        <div title=\"status\">completed</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">intent</td>\n                                    <td>\n                                        <div title=\"intent\">order</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">category</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"text\">Diagnostics Procedure</div>\n                                            </li>\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Diagnostic procedure (procedure)</div> ( \n                                                        \n                                                        <div title=\"code\">103693007</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">code</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"text\">Zika RT-PCR</div>\n                                            </li>\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Zika virus envelope E gene [Presence] in Serum by NAA with probe detection</div> ( \n                                                        \n                                                        <div title=\"code\">80825-3</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">performer</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension" ];
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "triggerCodeValueSet" ];
           fhir:Extension.valueOid [ fhir:value "urn:oid:2.16.840.1.114222.4.11.7508" ]         ], [
           fhir:index 1;
           fhir:Extension.url [ fhir:value "triggerCodeValueSetVersion" ];
           fhir:Extension.valueString [ fhir:value "19/05/2018" ]         ], [
           fhir:index 2;
           fhir:Extension.url [ fhir:value "triggerCode" ];
           fhir:Extension.valueCoding [
             a sct:3928002;
             fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
             fhir:Coding.code [ fhir:value "3928002" ];
             fhir:Coding.display [ fhir:value "Zika virus disease (disorder)" ]           ]         ]       ];
       fhir:Reference.reference [ fhir:value "ServiceRequest/servicerequest-eicr-zika" ];
       fhir:Reference.display [ fhir:value "Request for Zika virus envelope (E) gene [Presence] in Serum by Probe and target amplification method" ]     ]
  ], [
     fhir:index 9;
     fhir:Composition.section.title [ fhir:value "Immunizations Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:11369-6;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "11369-6" ];
         fhir:Coding.display [ fhir:value "History of Immunization Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Immunizations Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">History of Immunization Narrative</div> (\n                                            \n                                            <div title=\"code\">11369-6</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Immunization-immunization-ecr-pneumo.html\">pneumococcal polysaccharide vaccine</a>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-vaccine-credential-assertion-eve-everywoman.html\">Vaccine Credential Patient Assertion Observation Example</a>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Immunization/immunization-ecr-pneumo" ];
       fhir:Reference.display [ fhir:value "pneumococcal polysaccharide vaccine" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "Observation/observation-vaccine-credential-assertion-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "Vaccine Credential Patient Assertion Observation Example" ]     ]
  ], [
     fhir:index 10;
     fhir:Composition.section.title [ fhir:value "Procedures Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:47519-4;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "47519-4" ];
         fhir:Coding.display [ fhir:value "History of Procedures Document" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Procedures Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">History of Procedures Document</div> (\n                                            \n                                            <div title=\"code\">47519-4</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Procedure-us-ph-procedure-ecmo.html\">Extracorporeal membrane oxygenation (procedure)</a>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Procedure/us-ph-procedure-ecmo" ];
       fhir:Reference.display [ fhir:value "Extracorporeal membrane oxygenation (procedure)" ]     ]
  ], [
     fhir:index 11;
     fhir:Composition.section.title [ fhir:value "Vital Signs Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:8716-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "8716-3" ];
         fhir:Coding.display [ fhir:value "Vital signs" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Vital Signs Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Vital signs</div> (\n                                            \n                                            <div title=\"code\">8716-3</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-blood-pressure-eve-everywoman.html\">Blood pressure systolic and diastolic</a>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/observation-blood-pressure-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "Blood pressure systolic and diastolic" ]     ]
  ], [
     fhir:index 12;
     fhir:Composition.section.title [ fhir:value "Social History Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:29762-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "29762-2" ];
         fhir:Coding.display [ fhir:value "Social history Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Social History Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Social history Narrative</div> ( \n                                            \n                                            <div title=\"code\">29762-2</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-travel-history-eve-everywoman-201801.html\">eICR Travel History: Eve Everywoman 2018-01</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">observation-travel-history-eve-everywoman-201801</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">11</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">profile</td>\n                                                <td>\n                                                    <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-travel-history</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">status</td>\n                                    <td>\n                                        <div title=\"status\">final</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">code</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"text\">Travel History</div>\n                                            </li>\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Travel</div> ( \n                                                        \n                                                        <div title=\"code\">420008001</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">effectivePeriod</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">start</td>\n                                                <td>\n                                                    <div title=\"start\">2018-01-15</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">end</td>\n                                                <td>\n                                                    <div title=\"end\">2018-01-30</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">component</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">code</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Location</div> ( \n                                                                    \n                                                                    <div title=\"code\">LOC</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">valueCodeableConcept</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Fiji</div> ( \n                                                                    \n                                                                    <div title=\"code\">FJI</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">urn:iso:std:iso:3166</div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">component</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">code</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Location</div> ( \n                                                                    \n                                                                    <div title=\"code\">LOC</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">valueCodeableConcept</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Vanuatu</div> ( \n                                                                    \n                                                                    <div title=\"code\">VUT</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-odh-usual-work-eve-everywoman.html\">ODH Usual Work Example</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">observation-odh-usual-work-eve-everywoman</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">2</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-20T10:53:14.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">profile</td>\n                                                <td>\n                                                    <div title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">status</td>\n                                    <td>\n                                        <div title=\"status\">final</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">code</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">History of Usual occupation</div> ( \n                                                        \n                                                        <div title=\"code\">21843-8</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">effectivePeriod</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">start</td>\n                                                <td>\n                                                    <div title=\"start\">2015-01-01</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">end</td>\n                                                <td>\n                                                    <div title=\"end\">2018-03-07</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">valueCodeableConcept</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Human Resources Managers</div> ( \n                                                        \n                                                        <div title=\"code\">0136</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">component</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">code</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">History of Usual industry</div> ( \n                                                                    \n                                                                    <div title=\"code\">21844-6</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">valueCodeableConcept</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Hospitals</div> ( \n                                                                    \n                                                                    <div title=\"code\">8190</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/observation-travel-history-eve-everywoman-201801" ];
       fhir:Reference.display [ fhir:value "eICR Travel History: Eve Everywoman 2018-01" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "Observation/observation-odh-usual-work-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "ODH Usual Work Example" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "Observation/observation-disability-status-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "US Public Health Disability Status Example" ]     ], [
       fhir:index 3;
       fhir:Reference.reference [ fhir:value "Observation/observation-us-ph-exposure-contact-info-football-game" ];
       fhir:Reference.display [ fhir:value "US Public Health Exposure Contact Information Example" ]     ], [
       fhir:index 4;
       fhir:Reference.reference [ fhir:value "Observation/observation-country-of-nationality-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "Country of Nationality Observation Example" ]     ], [
       fhir:index 5;
       fhir:Reference.reference [ fhir:value "Observation/observation-country-of-residence-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "Country of Residence Observation Example" ]     ]
  ], [
     fhir:index 13;
     fhir:Composition.section.title [ fhir:value "Pregnancy Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:90767-5;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "90767-5" ];
         fhir:Coding.display [ fhir:value "Pregnancy summary Document" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Pregnancy Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Pregnancy summary Document</div> ( \n                                            \n                                            <div title=\"code\">90767-5</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-pregnancy-status-eve-everywoman.html\">eICR Pregnancy Status Example</a>\n                            <table>\n                                <tr>\n                                    <td style=\"font-weight: bold\">id</td>\n                                    <td>\n                                        <div title=\"id\">observation-pregnancy-status-eve-everywoman</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">meta</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">versionId</td>\n                                                <td>\n                                                    <div title=\"versionId\">13</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">lastUpdated</td>\n                                                <td>\n                                                    <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">profile</td>\n                                                <td>\n                                                    <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-pregnancy-status-observation</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">us-ph-date-recorded-extension</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"valueDateTime\">2017-10-01</div>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">date-determined-extension</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <div title=\"valueDateTime\">2017-10-01</div>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">status</td>\n                                    <td>\n                                        <div title=\"status\">final</div>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">code</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Pregnancy Status</div> ( \n                                                        \n                                                        <div title=\"code\">82810-3</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">subject</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li/>\n                                            <li>\n                                                <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">effectivePeriod</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">start</td>\n                                                <td>\n                                                    <div title=\"start\">2017-08-26</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">valueCodeableConcept</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Pregnant (finding)</div> ( \n                                                        \n                                                        <div title=\"code\">77386006</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">method</td>\n                                    <td>\n                                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                            <li>\n                                                <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                    <li>\n                                                        <div title=\"display\">Diagnostic ultrasonography (procedure)</div> ( \n                                                        \n                                                        <div title=\"code\">16310003</div> ) \n                                                    \n                                                    </li>\n                                                    <li>\n                                                        <div title=\"system\">\n                                                            <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n                                                        </div>\n                                                    </li>\n                                                </ul>\n                                            </li>\n                                        </ul>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">component</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">date-determined-extension</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <div title=\"valueDateTime\">2017-10-01</div>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">code</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Gestational age Estimated from patient reported estimated date of conception</div> ( \n                                                                    \n                                                                    <div title=\"code\">53691-2</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">valueQuantity</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <div title=\"value\">143</div>\n                                                        </li>\n                                                        <li>\n                                                            <div title=\"unit\">d</div>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td style=\"font-weight: bold\">component</td>\n                                    <td>\n                                        <table>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">date-determined-extension</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <div title=\"valueDateTime\">2017-10-01</div>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">code</td>\n                                                <td>\n                                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                        <li>\n                                                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                                                <li>\n                                                                    <div title=\"display\">Delivery date Estimated from date fundal height reaches umb</div> ( \n                                                                    \n                                                                    <div title=\"code\">57064-8</div> ) \n                                                                \n                                                                </li>\n                                                                <li>\n                                                                    <div title=\"system\">\n                                                                        <a href=\"http://loinc.org\">http://loinc.org</a>\n                                                                    </div>\n                                                                </li>\n                                                            </ul>\n                                                        </li>\n                                                    </ul>\n                                                </td>\n                                            </tr>\n                                            <tr>\n                                                <td style=\"font-weight: bold\">valueDateTime</td>\n                                                <td>\n                                                    <div title=\"valueDateTime\">2018-05-01</div>\n                                                </td>\n                                            </tr>\n                                        </table>\n                                    </td>\n                                </tr>\n                            </table>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/observation-pregnancy-status-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "eICR Pregnancy Status Example" ]     ]
  ], [
     fhir:index 14;
     fhir:Composition.section.title [ fhir:value "Emergency Outbreak Information Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:83910-0;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "83910-0" ];
         fhir:Coding.display [ fhir:value "Public health Note" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table>\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Emergency Outbreak Information Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Public health Note</div> (\n                                            \n                                            <div title=\"code\">83910-0</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">entry</td>\n                        <td>\n                            <a href=\"Observation-observation-us-ph-emergency-outbreak-info-eve-everywoman.html\">US Public Health Emergency Outbreak Information Example</a>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/observation-us-ph-emergency-outbreak-info-eve-everywoman" ];
       fhir:Reference.display [ fhir:value "US Public Health Emergency Outbreak Information Example" ]     ]
  ], [
     fhir:index 15;
     fhir:Composition.section.title [ fhir:value "Past Medical History Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:11348-0;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "11348-0" ];
         fhir:Coding.display [ fhir:value "History of Past illness Narrative" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Past Medical History Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Past Medical History Narrative</div> ( \n                                            \n                                            <div title=\"code\">11348-0</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n                            <p>Past medical history</p>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ], [
     fhir:index 16;
     fhir:Composition.section.title [ fhir:value "Review of Systems Section" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10187-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10187-3" ];
         fhir:Coding.display [ fhir:value "Review of systems Narrative - Reported" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                    <tr>\n                        <td style=\"font-weight: bold\">title</td>\n                        <td>\n                            <div title=\"title\">Review of Systems Section</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"font-weight: bold\">code</td>\n                        <td>\n                            <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                <li>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"display\">Review of Systems Section Narrative</div> ( \n                                            \n                                            <div title=\"code\">10187-3</div> ) \n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://loinc.org\">http://loinc.org</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n                            <p>Review of systems</p>\n                        </td>\n                    </tr>\n                </table>\n            </div>"     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.