This page is part of the electronic Case Reporting (eCR) (v2.1.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in it's permanent location. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bundle-ecr-message-zika"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-reporting-bundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-reporting-bundle> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:0c3eec0b-145b-4694-a1b8-1ea4de5a0cb0" ] ] ; # fhir:type [ fhir:v "message"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/fhir/MessageHeader/messageheader-ecr-requested-eicr"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/MessageHeader/messageheader-ecr-requested-eicr> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Bundle/bundle-eicr-document-zika"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Bundle/bundle-eicr-document-zika> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Device/device-ecr-software-ymca"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Device/device-ecr-software-ymca> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/organization-ecr-salem-medical-center"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Organization/organization-ecr-salem-medical-center> ) ] ) . # <http://example.org/fhir/MessageHeader/messageheader-ecr-requested-eicr> a fhir:MessageHeader ; fhir:id [ fhir:v "messageheader-ecr-requested-eicr"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-messageheader> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"messageheader-ecr-requested-eicr\"> </a></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 MessageHeader "messageheader-ecr-requested-eicr" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ecr-messageheader.html\">eCR MessageHeader</a></p></div><p><b>US Public Health Data Encrypted Extension</b>: false</p><p><b>US Public Health Message Processing Category Extension</b>: consequence</p><p><b>event</b>: Indicates a message containing electronic case report healthcare data sent from clinical care. (Details: http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-message-types-codesystem code eicr-case-report-message = 'Indicates a message containing electronic case report healthcare data sent from clinical care.', stated as 'Indicates a message containing electronic case report healthcare data sent from clinical care.')</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Target</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>YMCA Acme Message Gateway</td><td><a href=\"#Device_device-ecr-software-ymca\">See above (Device/device-ecr-software-ymca)</a></td><td><a href=\"http://example.org/ymca/fhir\">http://example.org/ymca/fhir</a></td></tr></table><p><b>sender</b>: <a href=\"#Organization_organization-ecr-salem-medical-center\">See above (Organization/organization-ecr-salem-medical-center)</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"http://example.org/salem-medical-center/fhir\">http://example.org/salem-medical-center/fhir</a></td></tr></table><p><b>reason</b>: Indicates the close of an encounter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-us-ph-triggerdefinition-namedevents.html\">US Public Health TriggerDefinition NamedEvents</a>#encounter-close)</span></p><p><b>focus</b>: <a href=\"#Bundle_bundle-eicr-document-zika\">See above (Bundle/bundle-eicr-document-zika)</a></p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-data-encrypted-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-message-processing-category-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "consequence" ] ] ) ; # fhir:event [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-message-types-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "eicr-case-report-message" ] ; fhir:display [ fhir:v "Indicates a message containing electronic case report healthcare data sent from clinical care." ] ] ; # fhir:destination ( [ fhir:name [ fhir:v "YMCA Acme Message Gateway" ] ; fhir:target [ fhir:reference [ fhir:v "Device/device-ecr-software-ymca" ] ] ; fhir:endpoint [ fhir:v "http://example.org/ymca/fhir"^^xsd:anyURI ] ] ) ; # fhir:sender [ fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ] ] ; # fhir:source [ fhir:name [ fhir:v "Acme Central Patient Registry" ] ; fhir:software [ fhir:v "FooBar Patient Manager" ] ; fhir:version [ fhir:v "3.1.45.AABB" ] ; fhir:contact [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1 (555) 123 4567" ] ] ; fhir:endpoint [ fhir:v "http://example.org/salem-medical-center/fhir"^^xsd:anyURI ] ] ; # fhir:reason [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-close" ] ; fhir:display [ fhir:v "Indicates the close of an encounter" ] ] ) ] ; # fhir:focus ( [ fhir:reference [ fhir:v "Bundle/bundle-eicr-document-zika" ] ] ) . # <http://example.org/fhir/Bundle/bundle-eicr-document-zika> a fhir:Bundle ; fhir:id [ fhir:v "bundle-eicr-document-zika"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:2be4b4e4-6df1-4cb2-a947-c70fa0eda54b" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2021-08-02T22:13:23Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Composition/composition-eicr-zika"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Composition/composition-eicr-zika> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Procedure/us-ph-procedure-ecmo"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Procedure/us-ph-procedure-ecmo> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-naloxone-response"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-naloxone-response> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/ServiceRequest/servicerequest-eicr-zika"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/ServiceRequest/servicerequest-eicr-zika> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-pregnancy-status-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-pregnancy-status-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-vaccine-credential-assertion-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-vaccine-credential-assertion-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-ph-emergency-outbreak-info-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-ph-emergency-outbreak-info-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-country-of-nationality-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-country-of-nationality-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Patient/patient-ecr-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Patient/patient-ecr-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Immunization/immunization-ecr-pneumo"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Immunization/immunization-ecr-pneumo> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-country-of-residence-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-country-of-residence-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-blood-pressure-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-blood-pressure-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-ph-exposure-contact-info-football-game"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-ph-exposure-contact-info-football-game> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-travel-history-eve-everywoman-201801"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-travel-history-eve-everywoman-201801> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-disability-status-eve-everywoman"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-disability-status-eve-everywoman> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Observation/observation-us-ph-lab-result-eve-everywoman-lymphocytes"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Observation/observation-us-ph-lab-result-eve-everywoman-lymphocytes> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/organization-ecr-acme-laboratory"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Organization/organization-ecr-acme-laboratory> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Location/location-ecr-salem-medical-center"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Location/location-ecr-salem-medical-center> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Location/location-ecr-city-football-stadium"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Location/location-ecr-city-football-stadium> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/organization-ecr-salem-medical-center"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Organization/organization-ecr-salem-medical-center> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Condition/condition-eicr-eve-everywoman-zika"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Condition/condition-eicr-eve-everywoman-zika> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Practitioner/practitioner-us-core-henry-seven"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Practitioner/practitioner-us-core-henry-seven> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/fhir/Device/device-ecmo"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/fhir/Device/device-ecmo> ) ] ) . # <http://example.org/fhir/Composition/composition-eicr-zika> a fhir:Composition ; fhir:id [ fhir:v "composition-eicr-zika"] ; # fhir:meta [ fhir:versionId [ fhir:v "22" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T03:24:45.575+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#vMaRLlyzDNjGkVuc"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-composition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-composition> ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber"^^xsd:anyURI ] ; fhir:value [ fhir:v "1" ] ] ) ; # fhir:identifier [ fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:55751-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "55751-2" ] ; fhir:display [ fhir:v "Public Health Case Report" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/encounter-eicr-eve-everywoman-outpatient" ] ; fhir:display [ fhir:v "Ambulatory Office Visit" ] ] ; # fhir:date [ fhir:v "2018-01-02T22:13:23Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ) ; # fhir:title [ fhir:v "Initial Public Health Case Report - Zika Example"] ; # fhir:custodian [ fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "Reason for Visit Section" ] ; fhir:code [ ( fhir:coding [ a loinc:29299-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29299-5" ] ; fhir:display [ fhir:v "Reason for visit Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">29299-5</div> ) </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:title [ fhir:v "Chief Complaint" ] ; fhir:code [ ( fhir:coding [ a loinc:10154-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10154-3" ] ; fhir:display [ fhir:v "Chief complaint Narrative - Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">10154-3</div> ) </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:title [ fhir:v "History of Present Illness Section" ] ; fhir:code [ ( fhir:coding [ a loinc:10164-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10164-2" ] ; fhir:display [ fhir:v "History of Present illness Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">10164-2</div> ) </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 <br/> Whooping Respiration not reported <br/> Paroxysms Of Coughing REPORTED starting on 2018/03/06 <br/> Post-tussive vomiting not reported </td>\n </tr>\n </table>\n </div>" ] ] [ fhir:title [ fhir:v "Problems Section" ] ; fhir:code [ ( fhir:coding [ a loinc:11450-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11450-4" ] ; fhir:display [ fhir:v "Problem list - Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">11450-4</div> ) </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> ( <div title=\"code\">problem-list-item</div> ) </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> ( <div title=\"code\">82272006</div> ) </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:entry [ fhir:reference [ fhir:v "Condition/condition-eicr-eve-everywoman-common-cold" ] ; fhir:display [ fhir:v "Common cold (disorder)" ] ] ) ] [ fhir:title [ fhir:v "Medications Administered Section" ] ; fhir:code [ ( fhir:coding [ a loinc:29549-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29549-3" ] ; fhir:display [ fhir:v "Medication administered Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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 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> ( <div title=\"code\">29549-3</div> ) </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> ( <div title=\"code\">248656</div> ) </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> ( <div title=\"code\">26643006</div> ) </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> ( <div title=\"code\">421521009</div> ) </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:entry [ fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-eve-everywoman-azithromycin" ] ; fhir:display [ fhir:v "Azithromycin 500 MG Oral Tablet" ] ] ) ] [ fhir:title [ fhir:v "Admission Medications Section" ] ; fhir:code [ ( fhir:coding [ a loinc:42346-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "42346-7" ] ; fhir:display [ fhir:v "Medications on admission (narrative)" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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> ( <div title=\"code\">42346-7</div> ) </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:entry [ fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-eve-everywoman-naloxone-response" ] ; fhir:display [ fhir:v "naloxone HCl 0.4 MG in 1 ML Injection" ] ] ) ] [ fhir:title [ fhir:v "Medications Section" ] ; fhir:code [ ( fhir:coding [ a loinc:10160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10160-0" ] ; fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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> ( <div title=\"code\">10160-0</div> ) </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:entry [ fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-eve-everywoman-azithromycin" ] ; fhir:display [ fhir:v "Azithromycin 500 MG Oral Tablet" ] ] ) ] [ fhir:title [ fhir:v "Results Section" ] ; fhir:code [ ( fhir:coding [ a loinc:30954-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "30954-2" ] ; fhir:display [ fhir:v "Relevant diagnostic tests/laboratory data Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">30954-2</div> ) </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-lab-result-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-ph-lab-result-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/ecr/StructureDefinition/us-ph-lab-result-observation</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> ( <div title=\"code\">laboratory</div> ) </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> ( <div title=\"code\">731-0</div> ) </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> ( <div title=\"code\">H</div> ) </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:entry [ fhir:reference [ fhir:v "Observation/observation-us-ph-lab-result-eve-everywoman-lymphocytes" ] ; fhir:display [ fhir:v "Lymphocytes [#/volume] in Blood by Automated count - Interpretation: High" ] ] ) ] [ fhir:title [ fhir:v "Plan of Treatment Section" ] ; fhir:code [ ( fhir:coding [ a loinc:18776-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "18776-5" ] ; fhir:display [ fhir:v "Plan of care note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">18776-5</div> ) </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> ( <div title=\"code\">103693007</div> ) </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> ( <div title=\"code\">80825-3</div> ) </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:entry [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "triggerCodeValueSet"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.7508"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "triggerCodeValueSetVersion"^^xsd:anyURI ] ; fhir:value [ fhir:v "19/05/2018" ] ] [ fhir:url [ fhir:v "triggerCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding, loinc:80825-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "80825-3" ] ; fhir:display [ fhir:v "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection" ] ] ] ) ] ) ; fhir:reference [ fhir:v "ServiceRequest/servicerequest-eicr-zika" ] ; fhir:display [ fhir:v "Request for Zika virus envelope (E) gene [Presence] in Serum by Probe and target amplification method" ] ] ) ] [ fhir:title [ fhir:v "Immunizations Section" ] ; fhir:code [ ( fhir:coding [ a loinc:11369-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11369-6" ] ; fhir:display [ fhir:v "History of Immunization Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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> ( <div title=\"code\">11369-6</div> ) </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:entry [ fhir:reference [ fhir:v "Immunization/immunization-ecr-pneumo" ] ; fhir:display [ fhir:v "pneumococcal polysaccharide vaccine" ] ] [ fhir:reference [ fhir:v "Observation/observation-vaccine-credential-assertion-eve-everywoman" ] ; fhir:display [ fhir:v "Vaccine Credential Patient Assertion Observation Example" ] ] ) ] [ fhir:title [ fhir:v "Procedures Section" ] ; fhir:code [ ( fhir:coding [ a loinc:47519-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "47519-4" ] ; fhir:display [ fhir:v "History of Procedures Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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> ( <div title=\"code\">47519-4</div> ) </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:entry [ fhir:reference [ fhir:v "Procedure/us-ph-procedure-ecmo" ] ; fhir:display [ fhir:v "Extracorporeal membrane oxygenation (procedure)" ] ] ) ] [ fhir:title [ fhir:v "Vital Signs Section" ] ; fhir:code [ ( fhir:coding [ a loinc:8716-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8716-3" ] ; fhir:display [ fhir:v "Vital signs" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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> ( <div title=\"code\">8716-3</div> ) </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:entry [ fhir:reference [ fhir:v "Observation/observation-blood-pressure-eve-everywoman" ] ; fhir:display [ fhir:v "Blood pressure systolic and diastolic" ] ] ) ] [ fhir:title [ fhir:v "Social History Section" ] ; fhir:code [ ( fhir:coding [ a loinc:29762-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29762-2" ] ; fhir:display [ fhir:v "Social history Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">29762-2</div> ) </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> ( <div title=\"code\">420008001</div> ) </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> ( <div title=\"code\">LOC</div> ) </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> ( <div title=\"code\">FJI</div> ) </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> ( <div title=\"code\">LOC</div> ) </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> ( <div title=\"code\">VUT</div> ) </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 </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/observation-travel-history-eve-everywoman-201801" ] ; fhir:display [ fhir:v "eICR Travel History: Eve Everywoman 2018-01" ] ] [ fhir:reference [ fhir:v "Observation/observation-disability-status-eve-everywoman" ] ; fhir:display [ fhir:v "US Public Health Disability Status Example" ] ] [ fhir:reference [ fhir:v "Observation/observation-us-ph-exposure-contact-info-football-game" ] ; fhir:display [ fhir:v "US Public Health Exposure Contact Information Example" ] ] [ fhir:reference [ fhir:v "Observation/observation-country-of-nationality-eve-everywoman" ] ; fhir:display [ fhir:v "Country of Nationality Observation Example" ] ] [ fhir:reference [ fhir:v "Observation/observation-country-of-residence-eve-everywoman" ] ; fhir:display [ fhir:v "Country of Residence Observation Example" ] ] ) ] [ fhir:title [ fhir:v "Pregnancy Section" ] ; fhir:code [ ( fhir:coding [ a loinc:90767-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "90767-5" ] ; fhir:display [ fhir:v "Pregnancy summary Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">90767-5</div> ) </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> ( <div title=\"code\">82810-3</div> ) </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\">Pregnancy (finding)</div> ( <div title=\"code\">77386006</div> ) </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\">Ultrasonography (procedure)</div> ( <div title=\"code\">16310003</div> ) </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> ( <div title=\"code\">53691-2</div> ) </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> ( <div title=\"code\">57064-8</div> ) </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:entry [ fhir:reference [ fhir:v "Observation/observation-pregnancy-status-eve-everywoman" ] ; fhir:display [ fhir:v "eICR Pregnancy Status Example" ] ] ) ] [ fhir:title [ fhir:v "Emergency Outbreak Information Section" ] ; fhir:code [ ( fhir:coding [ a loinc:83910-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "83910-0" ] ; fhir:display [ fhir:v "Public health Note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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> ( <div title=\"code\">83910-0</div> ) </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:entry [ fhir:reference [ fhir:v "Observation/observation-us-ph-emergency-outbreak-info-eve-everywoman" ] ; fhir:display [ fhir:v "US Public Health Emergency Outbreak Information Example" ] ] ) ] [ fhir:title [ fhir:v "Past Medical History Section" ] ; fhir:code [ ( fhir:coding [ a loinc:11348-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11348-0" ] ; fhir:display [ fhir:v "History of Past illness Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">11348-0</div> ) </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:title [ fhir:v "Review of Systems Section" ] ; fhir:code [ ( fhir:coding [ a loinc:10187-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10187-3" ] ; fhir:display [ fhir:v "Review of systems Narrative - Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">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> ( <div title=\"code\">10187-3</div> ) </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>" ] ] ) . # <http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin> a fhir:MedicationAdministration ; fhir:id [ fhir:v "medicationadministration-eve-everywoman-azithromycin"] ; # fhir:meta [ fhir:versionId [ fhir:v "6" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T07:53:28.598+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#O8n4DNqcDuNHPfTJ"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration> ] ) ] ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "248656" ] ; fhir:display [ fhir:v "Azithromycin 500 MG Oral Tablet" ] ] ) ; fhir:text [ fhir:v "Azithromycin 500 MG Oral Tablet" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2018-03-07"^^xsd:date ] ; fhir:end [ fhir:v "2018-03-07"^^xsd:date ] ] ; # fhir:dosage [ fhir:text [ fhir:v "Two tablets at once" ] ; fhir:route [ ( fhir:coding [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral route" ] ] ) ] ; fhir:method [ ( fhir:coding [ a sct:421521009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "421521009" ] ; fhir:display [ fhir:v "Swallow - dosing instruction imperative (qualifier value)" ] ] ) ] ; fhir:dose [ fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "TAB" ] ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAB" ] ] ] . # <http://example.org/fhir/Procedure/us-ph-procedure-ecmo> a fhir:Procedure ; fhir:id [ fhir:v "us-ph-procedure-ecmo"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-06-28T08:12:56.829+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#A9FdbPgUT95j7Itd"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-procedure"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-procedure> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07afd" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ a sct:233573008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "233573008" ] ; fhir:display [ fhir:v "Extracorporeal membrane oxygenation (procedure)" ] ] ) ; fhir:text [ fhir:v "Extracorporeal membrane oxygenation (procedure)" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ] ; # fhir:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-11-01T12:55:26-07:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2020-11-01T13:25:26-07:00"^^xsd:dateTime ] ] ; # fhir:focalDevice ( [ fhir:manipulated [ fhir:reference [ fhir:v "Device/device-ecmo" ] ] ] ) . # <http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-naloxone-response> a fhir:MedicationAdministration ; fhir:id [ fhir:v "medicationadministration-eve-everywoman-naloxone-response"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T07:53:28.597+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#5sOf7BOr595JpyG7"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration> ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-therapeutic-medication-response-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:268910001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "268910001" ] ; fhir:display [ fhir:v "Patient's condition improved (finding)" ] ] ) ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "1659929" ] ; fhir:display [ fhir:v "naloxone HCl 0.4 MG in 1 ML Injection" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2018-03-07"^^xsd:date ] ; fhir:end [ fhir:v "2018-03-07"^^xsd:date ] ] ; # fhir:dosage [ fhir:route [ ( fhir:coding [ a sct:206007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "206007" ] ; fhir:display [ fhir:v "Gluteus maximus muscle" ] ] ) ] ; fhir:method [ ( fhir:coding [ a sct:422145002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "422145002" ] ; fhir:display [ fhir:v "Inject - dosing instruction imperative (qualifier value)" ] ] ) ] ; fhir:dose [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "mL" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mL" ] ] ] . # <http://example.org/fhir/ServiceRequest/servicerequest-eicr-zika> a fhir:ServiceRequest ; fhir:id [ fhir:v "servicerequest-eicr-zika"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T08:02:21.928+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#w4zRDqhjQ9EZHgCs"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://lab.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "061ef612-344f-4e7b-81a8-1059ae7bbe19" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ ( fhir:coding [ a sct:103693007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "103693007" ] ; fhir:display [ fhir:v "Diagnostic procedure (procedure)" ] ] ) ; fhir:text [ fhir:v "Diagnostics Procedure" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:80825-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "80825-3" ] ; fhir:display [ fhir:v "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection" ] ] ) ; fhir:text [ fhir:v "Zika RT-PCR" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:performer ( [ fhir:reference [ fhir:v "Organization/organization-ecr-acme-laboratory" ] ; fhir:display [ fhir:v "Acme Labs" ] ] ) . # <http://example.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold> a fhir:Condition ; fhir:id [ fhir:v "condition-eicr-eve-everywoman-common-cold"] ; # fhir:meta [ fhir:versionId [ fhir:v "6" ] ; fhir:lastUpdated [ fhir:v "2021-07-15T01:54:14.831+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#4g0ZpTNqldHFYLzr"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition> ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:82272006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "82272006" ] ; fhir:display [ fhir:v "Common cold (disorder)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:onset [ fhir:v "2017-09-23"^^xsd:date] ; # fhir:asserter [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] . # <http://example.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient> a fhir:Encounter ; fhir:id [ fhir:v "encounter-eicr-eve-everywoman-outpatient"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-07-19T03:02:05.806+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#Q5dlT8eND2UI2D6e"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "9937012" ] ] ) ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:code [ fhir:v "99202" ] ] ) ; fhir:text [ fhir:v "Office Visit" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:participant ( [ ( fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "ATND" ] ; fhir:display [ fhir:v "attender" ] ] ) ] ) ; fhir:individual [ fhir:reference [ fhir:v "PractitionerRole/practitionerrole-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2018-04-01T10:00:00-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2018-04-02T10:15:00-05:00"^^xsd:dateTime ] ] ; # fhir:diagnosis ( [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "triggerCodeValueSet"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.7508"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "triggerCodeValueSetVersion"^^xsd:anyURI ] ; fhir:value [ fhir:v "12/12/2018" ] ] [ fhir:url [ fhir:v "triggerCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding, sct:3928002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "3928002" ] ; fhir:display [ fhir:v "Zika virus disease (disorder)" ] ] ] ) ] ) ; fhir:condition [ fhir:reference [ fhir:v "Condition/condition-eicr-eve-everywoman-zika" ] ] ] [ fhir:condition [ fhir:reference [ fhir:v "Condition/condition-eicr-eve-everywoman-common-cold" ] ] ] ) ; # fhir:location ( [ fhir:location [ fhir:reference [ fhir:v "Location/location-ecr-salem-medical-center" ] ; fhir:display [ fhir:v "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368" ] ] ] ) ; # fhir:serviceProvider [ fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999" ] ] . # <http://example.org/fhir/Observation/observation-pregnancy-status-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-pregnancy-status-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "8" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T07:59:00.824+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#bBlVx7OsNPsZVCbu"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-pregnancy-status-observation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-pregnancy-status-observation> ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-recorded-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "2017-10-01"^^xsd:date ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-determined-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "2017-10-01"^^xsd:date ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a loinc:82810-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "82810-3" ] ; fhir:display [ fhir:v "Pregnancy status" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2017-08-26"^^xsd:date ] ] ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:77386006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "77386006" ] ; fhir:display [ fhir:v "Pregnancy (finding)" ] ] ) ] ; # fhir:method [ ( fhir:coding [ a sct:16310003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "16310003" ] ; fhir:display [ fhir:v "Ultrasonography (procedure)" ] ] ) ] ; # fhir:component ( [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-determined-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "2017-10-01"^^xsd:date ] ] ) ; fhir:code [ ( fhir:coding [ a loinc:53691-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "53691-2" ] ; fhir:display [ fhir:v "Gestational age Estimated from patient reported estimated date of conception" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "143"^^xsd:decimal ] ; fhir:unit [ fhir:v "d" ] ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-date-determined-extension"^^xsd:anyURI ] ; fhir:value [ fhir:v "2017-10-01"^^xsd:date ] ] ) ; fhir:code [ ( fhir:coding [ a loinc:57064-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57064-8" ] ; fhir:display [ fhir:v "Delivery date Estimated from date fundal height reaches umb" ] ] ) ] ; fhir:value [ fhir:v "2018-05-01"^^xsd:date ] ] ) . # <http://example.org/fhir/Observation/observation-vaccine-credential-assertion-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-vaccine-credential-assertion-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2021-08-13T04:25:18.607+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#12yO2DqhRxbXmEOy"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-vaccine-credential-patient-assertion"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-vaccine-credential-patient-assertion> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a loinc:11370-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11370-4" ] ; fhir:display [ fhir:v "Immunization status - Reported" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2020-11-10T22:33:22Z"^^xsd:dateTime] ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0532"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] . # <http://example.org/fhir/Observation/observation-us-ph-emergency-outbreak-info-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-us-ph-emergency-outbreak-info-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2021-07-15T01:22:52.178+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#oAXhG2HyvbL70uEB"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-emergency-outbreak-information"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-emergency-outbreak-information> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:text [ fhir:v "Employee desk distance from mail sorter" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2020-11-18T22:33:22Z"^^xsd:dateTime] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "m" ] ] . # <http://example.org/fhir/Observation/observation-country-of-nationality-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-country-of-nationality-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-08-19T21:30:49.456+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#ABFWLRjmURVC23y1"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-nationality"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-nationality> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a sct:186034007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "186034007" ] ; fhir:display [ fhir:v "Ethnicity / related nationality data (observable entity)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2020-11-10T22:33:22Z"^^xsd:dateTime] ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "AU" ] ; fhir:display [ fhir:v "Australia" ] ] ) ] . # <http://example.org/fhir/Patient/patient-ecr-eve-everywoman> a fhir:Patient ; fhir:id [ fhir:v "patient-ecr-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "10" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T08:00:32.356+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#zjFlzHDvZIYVyMAB"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div class=\"hapiHeaderText\">Eve L <b>EVERYWOMAN </b>\n </div>\n <table class=\"hapiPropertyTable\">\n <tbody>\n <tr>\n <td>Identifier</td>\n <td>1032702</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>\n <span>5101 Peachtree St NE </span>\n <br/>\n <span>Atlanta </span>\n <span>GA </span>\n <span>US </span>\n </td>\n </tr>\n <tr>\n <td>Date of birth</td>\n <td>\n <span>24 November 1974</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "White" ] ] ) ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2186-5" ] ; fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Not Hispanic or Latino" ] ] ) ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ; fhir:value [ fhir:v "F" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-genderidentity-extension"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "value"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ; fhir:code [ fhir:v "ASKU" ] ; fhir:display [ fhir:v "asked but unknown" ] ] ) ; fhir:text [ fhir:v "asked but unknown" ] ] ] ) ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-tribal-affiliation-extension"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "TribeName"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"^^xsd:anyURI ] ; fhir:code [ fhir:v "91" ] ; fhir:display [ fhir:v "Fort Mojave Indian Tribe of Arizona, California & Nevada" ] ] ] [ fhir:url [ fhir:v "EnrolledTribeMember"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ] ; fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "1032702" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Everywoman" ] ; ( fhir:given [ fhir:v "Eve" ] [ fhir:v "L" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1-(404)555-1212" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "eve.everywoman@example.com" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1974-11-24"^^xsd:date] ; # fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # fhir:address ( [ ( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ; fhir:city [ fhir:v "Atlanta" ] ; fhir:state [ fhir:v "GA" ] ; fhir:postalCode [ fhir:v "30302" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "English" ] ] ) ] ] ) . # <http://example.org/fhir/Immunization/immunization-ecr-pneumo> a fhir:Immunization ; fhir:id [ fhir:v "immunization-ecr-pneumo"] ; # fhir:meta [ fhir:versionId [ fhir:v "8" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T07:51:35.117+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#EdjaILZHXKHi4bdN"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization> ] ) ] ; # fhir:status [ fhir:v "completed"] ; # fhir:vaccineCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ; fhir:code [ fhir:v "33" ] ; fhir:display [ fhir:v "pneumococcal polysaccharide PPV23" ] ] ) ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:occurrence [ fhir:v "2018-09-01"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] . # <http://example.org/fhir/Observation/observation-country-of-residence-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-country-of-residence-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-08-13T00:20:14.025+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#HDoLJzr0kfWKFp3F"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-residence"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-country-of-residence> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a loinc:77983-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "77983-5" ] ; fhir:display [ fhir:v "Country of usual residence" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2020-11-10T22:33:22Z"^^xsd:dateTime] ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "GB" ] ; fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] ) ] . # <http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven> a fhir:PractitionerRole ; fhir:id [ fhir:v "practitionerrole-henry-seven"] ; # fhir:meta [ fhir:versionId [ fhir:v "11" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T08:00:32.355+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#KJ942UxvfdYWoHCF"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-practitionerrole> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9941339108" ] ] ) ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center" ] ] ; # fhir:code ( [ ( fhir:coding [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "261QP2300X" ] ; fhir:display [ fhir:v "Primary Care Clinic/Center" ] ] ) ] ) ; # fhir:specialty ( [ ( fhir:coding [ a sct:419772000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419772000" ] ; fhir:display [ fhir:v "Family practice" ] ] ) ] ) ; # fhir:location ( [ fhir:reference [ fhir:v "Location/location-ecr-salem-medical-center" ] ; fhir:display [ fhir:v "Salem Medical Center" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "henry.seven@example.com" ] ] ) . # <http://example.org/fhir/Observation/observation-blood-pressure-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-blood-pressure-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2021-07-19T08:19:31.753+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#2PjceWUbU0gCYVZA"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:85354-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "85354-9" ] ; fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] ) ; fhir:text [ fhir:v "Blood pressure systolic and diastolic" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:encounter [ fhir:display [ fhir:v "GP Visit" ] ] ; # fhir:effective [ fhir:v "2020-07-02"^^xsd:date] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ a loinc:8480-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8480-6" ] ; fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ; fhir:text [ fhir:v "Systolic blood pressure" ] ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "109"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] [ fhir:code [ ( fhir:coding [ a loinc:8462-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8462-4" ] ; fhir:display [ fhir:v "Diastolic blood pressure" ] ] ) ; fhir:text [ fhir:v "Diastolic blood pressure" ] ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "44"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] ) . # <http://example.org/fhir/Observation/observation-us-ph-exposure-contact-info-football-game> a fhir:Observation ; fhir:id [ fhir:v "observation-us-ph-exposure-contact-info-football-game"] ; # fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2020-12-01T07:17:32.073+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#pMvWUdCWz4XOnrDf"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-exposure-contact-information> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ] ; fhir:code [ fhir:v "EXPOS" ] ; fhir:display [ fhir:v "exposure" ] ] ) ; fhir:text [ fhir:v "An interaction between entities that provides opportunity for transmission of a physical, chemical, or biological agent from an exposure source entity to an exposure target entity." ] ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/umls"^^xsd:anyURI ] ; fhir:code [ fhir:v "C3841750" ] ; fhir:display [ fhir:v "Mass gathering" ] ] ) ; fhir:text [ fhir:v "Mass gathering (football game)" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:focus ( [ fhir:reference [ fhir:v "Location/location-ecr-city-football-stadium" ] ; fhir:display [ fhir:v "City Football Stadium" ] ] ) ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2020-01-11T18:00:00Z"^^xsd:dateTime ] ; fhir:end [ fhir:v "2020-01-11T21:30:00Z"^^xsd:dateTime ] ] ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:264379009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "264379009" ] ; fhir:display [ fhir:v "Sports stadium (environment)" ] ] ) ; fhir:text [ fhir:v "City Football Stadium" ] ] . # <http://example.org/fhir/Observation/observation-travel-history-eve-everywoman-201801> a fhir:Observation ; fhir:id [ fhir:v "observation-travel-history-eve-everywoman-201801"] ; # fhir:meta [ fhir:versionId [ fhir:v "9" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T07:59:01.126+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#d6PrWfFFuxUIiLtX"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-travel-history"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-travel-history> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a sct:420008001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "420008001" ] ; fhir:display [ fhir:v "Travel" ] ] ) ; fhir:text [ fhir:v "Travel History" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2018-01-15"^^xsd:date ] ; fhir:end [ fhir:v "2018-01-30"^^xsd:date ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "LOC" ] ; fhir:display [ fhir:v "Location" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "FJI" ] ; fhir:display [ fhir:v "Fiji" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "LOC" ] ; fhir:display [ fhir:v "Location" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.0.3166.1"^^xsd:anyURI ] ; fhir:code [ fhir:v "VUT" ] ; fhir:display [ fhir:v "Vanuatu" ] ] ) ] ] [ fhir:code [ ( fhir:coding [ a sct:280147009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "280147009" ] ; fhir:display [ fhir:v "Type of activity (attribute)" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:702348006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "702348006" ] ; fhir:display [ fhir:v "Active duty military (occupation)" ] ] ) ] ] ) . # <http://example.org/fhir/Observation/observation-disability-status-eve-everywoman> a fhir:Observation ; fhir:id [ fhir:v "observation-disability-status-eve-everywoman"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2021-06-30T05:33:12.487+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#AVCvf6gXu6hyNuWr"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-disability-status"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-disability-status> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a loinc:69856-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "69856-3" ] ; fhir:display [ fhir:v "Are you deaf, or do you have serious difficulty hearing?" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2020-11-10T22:33:22Z"^^xsd:dateTime] ; # fhir:value [ fhir:v "true"^^xsd:boolean] . # <http://example.org/fhir/Observation/observation-us-ph-lab-result-eve-everywoman-lymphocytes> a fhir:Observation ; fhir:id [ fhir:v "observation-us-ph-lab-result-eve-everywoman-lymphocytes"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-lab-result-observation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-lab-result-observation> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ; fhir:text [ fhir:v "Laboratory" ] ] ) ; # fhir:code [ ( fhir:coding [ a loinc:731-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "731-0" ] ; fhir:display [ fhir:v "Lymphocytes [#/volume] in Blood by Automated count" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ fhir:v "2018-03-07"^^xsd:date] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "5.2"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10*3/uL" ] ] ; # fhir:interpretation ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "H" ] ; fhir:display [ fhir:v "High" ] ] ) ] ) ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10*3/uL" ] ] ; fhir:high [ fhir:value [ fhir:v "4.8"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10*3/uL" ] ] ] ) . # <http://example.org/fhir/Organization/organization-ecr-acme-laboratory> a fhir:Organization ; fhir:id [ fhir:v "organization-ecr-acme-laboratory"] ; # fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2021-06-30T04:13:19.329+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#xp7CXcY2lPaNsDQL"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1144221999" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "OUTLAB" ] ; fhir:display [ fhir:v "outpatient laboratory" ] ] ) ] ) ; # fhir:name [ fhir:v "Acme_Labs"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1-555-555-4444" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mail@acme-labs.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "7777 Laboratory Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ] ) . # <http://example.org/fhir/Location/location-ecr-salem-medical-center> a fhir:Location ; fhir:id [ fhir:v "location-ecr-salem-medical-center"] ; # fhir:meta [ fhir:versionId [ fhir:v "6" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T07:53:02.099+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#VI2Nm5Ps5HqZ5HXV"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-location"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-location> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1144221995" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Clinic Bldg A, Salem Medical Center"] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HOSP" ] ; fhir:display [ fhir:v "Hospital" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(+1) (555)555-3001" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(+1) (555)555-3002" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mail@smc.org" ] ] ) ; # fhir:address [ ( fhir:line [ fhir:v "Clinic Bldg A" ] [ fhir:v "4444 Healthcare Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ] ; # fhir:managingOrganization [ fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ] ] . # <http://example.org/fhir/Location/location-ecr-city-football-stadium> a fhir:Location ; fhir:id [ fhir:v "location-ecr-city-football-stadium"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2020-12-01T01:55:32.705+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#KLUFk4w6CXKqrFEC"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location> ] ) ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "City Football Stadium"] ; # fhir:type ( [ ( fhir:coding [ a sct:264379009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "264379009" ] ; fhir:display [ fhir:v "Sports stadium (environment)" ] ] ) ; fhir:text [ fhir:v "City Football Stadium" ] ] ) ; # fhir:address [ ( fhir:line [ fhir:v "99 Football Stadium Road" ] ) ; fhir:city [ fhir:v "My City" ] ; fhir:state [ fhir:v "AZ" ] ; fhir:postalCode [ fhir:v "8562" ] ] . # <http://example.org/fhir/Organization/organization-ecr-salem-medical-center> a fhir:Organization, fhir:Organization ; fhir:id [ fhir:v "organization-ecr-salem-medical-center"], [ fhir:v "organization-ecr-salem-medical-center"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-06-30T04:13:19.345+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#xa4yJZjn68xVavoM"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "55555555" ] ] [ fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "55555555" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean], [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "Salem Medical Center"], [ fhir:v "Salem Medical Center"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1-555-555-1111" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mail@salemmedicalcenter.com" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1-555-555-1111" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mail@salemmedicalcenter.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "22222 Health Authority Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ] [ ( fhir:line [ fhir:v "22222 Health Authority Drive" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ] ) ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">id</td>\n <td>\n <div title=\"id\">organization-ecr-salem-medical-center</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\">16</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:41.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-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">55555555</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</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\">Outpatient facility</div> ( <div title=\"code\">OF</div> ) </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">http://terminology.hl7.org/CodeSystem/v3-RoleCode</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Salem Medical Center</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-1111</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@salemmedicalcenter.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">22222 Health Authority Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "OF" ] ; fhir:display [ fhir:v "Outpatient facility" ] ] ) ] ) . # <http://example.org/fhir/Condition/condition-eicr-eve-everywoman-zika> a fhir:Condition ; fhir:id [ fhir:v "condition-eicr-eve-everywoman-zika"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-07-15T01:54:14.835+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#rM2Pw6getjoE2UTV"^^xsd:anyURI ] ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a sct:3928002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "3928002" ] ; fhir:display [ fhir:v "Zika virus disease (disorder)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:onset [ fhir:v "2017-08-23"^^xsd:date] ; # fhir:asserter [ fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ] ; fhir:display [ fhir:v "Henry Seven, MD" ] ] . # <http://example.org/fhir/Practitioner/practitioner-us-core-henry-seven> a fhir:Practitioner ; fhir:id [ fhir:v "practitioner-us-core-henry-seven"] ; # fhir:meta [ fhir:versionId [ fhir:v "5" ] ; fhir:lastUpdated [ fhir:v "2021-08-17T08:00:32.356+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#2MfA6kIjmOmtAlIb"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9941339108" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Henry" ] ; ( fhir:given [ fhir:v "Seven" ] ) ; ( fhir:suffix [ fhir:v "M.D." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "henry.seven@example.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "BMass Doctors" ] [ fhir:v "2100 North Ave" ] ) ; fhir:city [ fhir:v "Burlington" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "02368" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://example.org/fhir/Device/device-ecmo> a fhir:Device ; fhir:id [ fhir:v "device-ecmo"] ; # fhir:meta [ fhir:versionId [ fhir:v "3" ] ; fhir:lastUpdated [ fhir:v "2021-06-30T07:22:44.658+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#WUV2SWqz3ej775gd"^^xsd:anyURI ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Manually Created Narrative</b>\n </p>\n <h3>UDI</h3>\n <p>\n <b>Device Identifier</b>: 99863313444317 </p>\n <p>\n <b>CarrierHRF</b>: (01)99863313444316(17)220101(10)M320(21)AC222 </p>\n <p>\n <b>EntryType</b>: rfid </p>\n <p>\n <b>Name</b>: ACME Extracorporeal membrane oxygenator </p>\n <p>\n <b>Type</b>: udi-label-name </p>\n <p>\n <b>status</b>: active </p>\n <p>\n <b>manufacturer</b>: ACME Biomedical </p>\n <p>\n <b>expirationDate</b>: 2024-01-01 </p>\n <p>\n <b>lotNumber</b>: M321 </p>\n <p>\n <b>serialNumber</b>: AC222 </p>\n <p>\n <b>modelNumber</b>: 4.0 </p>\n <p>\n <b>patient</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Eve L Everywoman ; Phone: 1-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a>\n </p>\n </div>" ] ; # fhir:udiCarrier ( [ fhir:deviceIdentifier [ fhir:v "99863313444316" ] ; fhir:carrierHRF [ fhir:v "(01)99863313444316(17)220101(10)M320(21)AC222" ] ; fhir:entryType [ fhir:v "rfid" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:manufacturer [ fhir:v "ACME Biomedical"] ; # fhir:expirationDate [ fhir:v "2022-01-01"^^xsd:date] ; # fhir:lotNumber [ fhir:v "M320"] ; # fhir:serialNumber [ fhir:v "AC222"] ; # fhir:deviceName ( [ fhir:name [ fhir:v "ACME Extracorporeal membrane oxygenator" ] ; fhir:type [ fhir:v "udi-label-name" ] ] ) ; # fhir:modelNumber [ fhir:v "4.0"] ; # fhir:type [ ( fhir:coding [ a sct:469244005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "469244005" ] ; fhir:display [ fhir:v "Extracorporeal membrane oxygenator (physical object)" ] ] ) ; fhir:text [ fhir:v "Extracorporeal membrane oxygenator (physical object)" ] ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] . # <http://example.org/fhir/Device/device-ecr-software-ymca> a fhir:Device ; fhir:id [ fhir:v "device-ecr-software-ymca"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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\">id: </td>\n <td>\n <div title=\"id\">device-ecr-software-ymca</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta: </td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"versionId\">4</div>\n </li>\n <li>\n <div title=\"lastUpdated\">2019-10-03T05:07:48.000-04:00</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier: </td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://acme.com/software/client-ids\">http://acme.com/software/client-ids</a>\n </div>\n </li>\n <li>\n <div title=\"value\">goodhealth_id</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">manufacturer: </td>\n <td>\n <div title=\"manufacturer\">Acme Devices, Inc</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type: </td>\n <td>\n <div title=\"text\">EHR</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">version: </td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value: </td>\n <td>\n <div title=\"value\">10.23-23423</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">contact: </td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">url</div>\n </li>\n <li>\n <div title=\"value\">http://acme.com</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">url: </td>\n <td>\n <div title=\"url\">http://acme.com/ymca/software/</div>\n </td>\n </tr>\n </table>\n </div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://acme.com/software/client-ids"^^xsd:anyURI ] ; fhir:value [ fhir:v "goodhealth_id" ] ] ) ; # fhir:manufacturer [ fhir:v "Acme Devices, Inc"] ; # fhir:type [ fhir:text [ fhir:v "EHR" ] ] ; # fhir:version ( [ fhir:value [ fhir:v "10.23-23423" ] ] ) ; # fhir:contact ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://acme.com" ] ] ) ; # fhir:url [ fhir:v "http://acme.com/ymca/software/"^^xsd:anyURI] . #
IG © 2020+ HL7 International / Public Health. Package hl7.fhir.us.ecr#2.1.1 based on FHIR 4.0.1. Generated 2023-12-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change