Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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/ph-library/StructureDefinition/us-ph-reporting-bundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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\"><a name=\"MessageHeader_messageheader-ecr-requested-eicr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-ecr-requested-eicr</b></p><a name=\"messageheader-ecr-requested-eicr\"> </a><a name=\"hcmessageheader-ecr-requested-eicr\"> </a><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\"/><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>: <a href=\"CodeSystem-us-ph-message-types-codesystem.html#us-ph-message-types-codesystem-eicr-case-report-message\">US Public Health Message Types CodeSystem eicr-case-report-message</a>: 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.html\">Device: identifier = http://acme.com/software/client-ids#goodhealth_id; manufacturer = Acme Devices, Inc; type = ; contact = http://acme.com; url = http://acme.com/ymca/software/</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.html\">Organization 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>: <span title=\"Codes:{http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents encounter-close}\">Indicates the close of an encounter</span></p><p><b>focus</b>: <a href=\"Bundle-bundle-eicr-document-zika.html\">Bundle: identifier = UUID:2be4b4e4-6df1-4cb2-a947-c70fa0eda54b; type = document; timestamp = 2021-08-02 22:13:23+0000</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:boolean ; fhir:v false ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; 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: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 [ a fhir:string ; 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Reason for Visit Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Reason for visit Narrative</div>(<div title=\"code\">29299-5</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"><p>Reason for Visit: Bad cough</p></td></tr></table></div>"^^rdf:XMLLiteral ] ] [ 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Chief complaint Narrative - Reported</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Chief complaint Narrative - Reported</div>(<div title=\"code\">10154-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"><p>Chief Complaint: Bad cough</p></td></tr></table></div>"^^rdf:XMLLiteral ] ] [ 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">History of Present Illness Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Present illness Narrative</div>(<div title=\"code\">10164-2</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><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></tr></table></div>"^^rdf:XMLLiteral ] ] [ 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Problems Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Problem list - Reported</div>(<div title=\"code\">11450-4</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Common cold (disorder)</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">condition-eicr-eve-everywoman-common-cold</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">15</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-10T21:21:49.000-04:00</div></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><div title=\"profile\">http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">category</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Problem List Item</div>(<div title=\"code\">problem-list-item</div>)</li><li><div title=\"system\"><a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">http://terminology.hl7.org/CodeSystem/condition-category</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Common cold (disorder)</div>(<div title=\"code\">82272006</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">onsetDateTime</td><td><div title=\"onsetDateTime\">2017-09-23</div></td></tr><tr><td style=\"font-weight: bold\">asserter</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a></li></ul></td></tr></table></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Medications Administered Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Medication administered Narrative</div>(<div title=\"code\">29549-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.html\">Azithromycin 500 MG Oral Tablet</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">medicationadministration-eve-everywoman-azithromycin</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">10</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-05T03:11:22.000-04:00</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><div title=\"status\">completed</div></td></tr><tr><td style=\"font-weight: bold\">medicationCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"text\">Azithromycin 500 MG Oral Tablet</div></li><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Azithromycin 500 MG Oral Tablet</div>(<div title=\"code\">248656</div>)</li><li><div title=\"system\"><a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\">http://www.nlm.nih.gov/research/umls/rxnorm</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">effectivePeriod</td><td><table><tr><td style=\"font-weight: bold\">start</td><td><div title=\"start\">2018-03-07</div></td></tr><tr><td style=\"font-weight: bold\">end</td><td><div title=\"end\">2018-03-07</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">dosage</td><td><table><tr><td style=\"font-weight: bold\">route</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Oral Route</div>(<div title=\"code\">26643006</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">method</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Swallow - dosing instruction imperative (qualifier value)</div>(<div title=\"code\">421521009</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">dose</td><td><table><tr><td style=\"font-weight: bold\">value</td><td><div title=\"value\">2</div></td></tr><tr><td style=\"font-weight: bold\">unit</td><td><div title=\"unit\">TAB</div></td></tr><tr><td style=\"font-weight: bold\">system</td><td><div title=\"system\"><a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm</a></div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><div title=\"code\">TAB</div></td></tr></table></td></tr></table></td></tr></table></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Admission Medications Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Medications on admission (narrative)</div>(<div title=\"code\">42346-7</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"MedicationAdministration-medicationadministration-eve-everywoman-naloxone-response.html\">1 ML naloxone hydrochloride 0.4 MG/ML Injection</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-eve-everywoman-naloxone-response" ] ; fhir:display [ fhir:v "1 ML naloxone hydrochloride 0.4 MG/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\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Medications Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Medication use Narrative</div>(<div title=\"code\">10160-0</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.html\">Azithromycin 500 MG Oral Tablet</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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 note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Results Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Relevant Dx tests/lab data</div>(<div title=\"code\">30954-2</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-us-ph-lab-result-eve-everywoman-lymphocytes.html\">Lymphocytes [#/​volume] in Blood by Automated count - Interpretation: High</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">observation-us-ph-lab-result-eve-everywoman-lymphocytes</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">10</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-05T02:50:13.000-04:00</div></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><div title=\"profile\">http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><div title=\"status\">final</div></td></tr><tr><td style=\"font-weight: bold\">category</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"text\">Laboratory</div></li><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Laboratory</div>(<div title=\"code\">laboratory</div>)</li><li><div title=\"system\"><a href=\"http://terminology.hl7.org/CodeSystem/observation-category\">http://terminology.hl7.org/CodeSystem/observation-category</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Lymphocytes [#/volume] in Blood by Automated count</div>(<div title=\"code\">731-0</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">effectiveDateTime</td><td><div title=\"effectiveDateTime\">2018-03-07</div></td></tr><tr><td style=\"font-weight: bold\">valueQuantity</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"value\">5.2</div></li><li><div title=\"system\"><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></div></li><li><div title=\"code\">10*3/uL</div></li></ul></td></tr><tr><td style=\"font-weight: bold\">interpretation</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">High</div>(<div title=\"code\">H</div>)</li><li><div title=\"system\"><a href=\"http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation\">http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">referenceRange</td><td><table><tr><td style=\"font-weight: bold\">low</td><td><table><tr><td style=\"font-weight: bold\">value</td><td><div title=\"value\">1</div></td></tr><tr><td style=\"font-weight: bold\">system</td><td><div title=\"system\"><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><div title=\"code\">10*3/uL</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">high</td><td><table><tr><td style=\"font-weight: bold\">value</td><td><div title=\"value\">4.8</div></td></tr><tr><td style=\"font-weight: bold\">system</td><td><div title=\"system\"><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><div title=\"code\">10*3/uL</div></td></tr></table></td></tr></table></td></tr></table></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Plan of Treatment Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Plan of care note</div>(<div title=\"code\">18776-5</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><b>Trigger code</b></li><li>Trigger Code:</li><li>Trigger Code Display:</li><li>Trigger Code System:</li><li>Trigger Code Value Set: urn:oid:2.16.840.1.114222.4.11.7508</li><li>Trigger Code Value Set Version: 19/05/2018</li></ul><a href=\"ServiceRequest-servicerequest-eicr-zika.html\">Request for Zika virus envelope (E) gene [Presence] in Serum by Probe and target amplification method</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">servicerequest-eicr-zika</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">9</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-23T13:56:36.000-04:00</div></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><div title=\"status\">completed</div></td></tr><tr><td style=\"font-weight: bold\">intent</td><td><div title=\"intent\">order</div></td></tr><tr><td style=\"font-weight: bold\">category</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"text\">Diagnostics Procedure</div></li><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Diagnostic procedure (procedure)</div>(<div title=\"code\">103693007</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"text\">Zika RT-PCR</div></li><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Zika virus envelope E gene [Presence] in Serum by NAA with probe detection</div>(<div title=\"code\">80825-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">performer</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a></li></ul></td></tr></table></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ ( fhir:extension [ ( fhir:extension [ fhir:url [ fhir:v "triggerCodeValueSet"^^xsd:anyURI ] ; fhir:value [ a fhir:oid ; fhir:v "urn:oid:2.16.840.1.114222.4.11.7508"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "triggerCodeValueSetVersion"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "19/05/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:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"^^xsd:anyURI ] ] ) ; 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 note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Immunizations Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Immunization note</div>(<div title=\"code\">11369-6</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Immunization-immunization-ecr-pneumo.html\">pneumococcal polysaccharide vaccine</a></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-vaccine-credential-assertion-eve-everywoman.html\">Vaccine Credential Patient Assertion Observation Example</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Procedures Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Procedures Document</div>(<div title=\"code\">47519-4</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Procedure-us-ph-procedure-ecmo.html\">Extracorporeal membrane oxygenation (procedure)</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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 note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Vital Signs Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Vital signs</div>(<div title=\"code\">8716-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-blood-pressure-eve-everywoman.html\">Blood pressure systolic and diastolic</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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 note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Social History Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Social history note</div>(<div title=\"code\">29762-2</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-travel-history-eve-everywoman-201801.html\">eICR Travel History: Eve Everywoman 2018-01</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">observation-travel-history-eve-everywoman-201801</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">11</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><div title=\"profile\">http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-travel-history</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><div title=\"status\">final</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"text\">Travel History</div></li><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Travel</div>(<div title=\"code\">420008001</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">effectivePeriod</td><td><table><tr><td style=\"font-weight: bold\">start</td><td><div title=\"start\">2018-01-15</div></td></tr><tr><td style=\"font-weight: bold\">end</td><td><div title=\"end\">2018-01-30</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Location</div>(<div title=\"code\">LOC</div>)</li><li><div title=\"system\"><a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">valueCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Fiji</div>(<div title=\"code\">FJI</div>)</li><li><div title=\"system\">urn:iso:std:iso:3166</div></li></ul></li></ul></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Location</div>(<div title=\"code\">LOC</div>)</li><li><div title=\"system\"><a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">valueCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Vanuatu</div>(<div title=\"code\">VUT</div>)</li><li><div title=\"system\"><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></div></li></ul></li></ul></td></tr></table></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-odh-usual-work-eve-everywoman.html\">ODH Usual Work Example</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">observation-odh-usual-work-eve-everywoman</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">2</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-20T10:53:14.000-04:00</div></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><div title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><div title=\"status\">final</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Usual occupation</div>(<div title=\"code\">21843-8</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">effectivePeriod</td><td><table><tr><td style=\"font-weight: bold\">start</td><td><div title=\"start\">2015-01-01</div></td></tr><tr><td style=\"font-weight: bold\">end</td><td><div title=\"end\">2018-03-07</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">valueCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Human Resources Managers</div>(<div title=\"code\">0136</div>)</li><li><div title=\"system\"><a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">History of Usual industry</div>(<div title=\"code\">21844-6</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">valueCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Hospitals</div>(<div title=\"code\">8190</div>)</li><li><div title=\"system\"><a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315</a></div></li></ul></li></ul></td></tr></table></td></tr></table></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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-odh-usual-work-eve-everywoman" ] ; fhir:display [ fhir:v "ODH Usual Work Example" ] ] [ 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Pregnancy Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Pregnancy summary Document</div>(<div title=\"code\">90767-5</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-pregnancy-status-eve-everywoman.html\">eICR Pregnancy Status Example</a><table><tr><td style=\"font-weight: bold\">id</td><td><div title=\"id\">observation-pregnancy-status-eve-everywoman</div></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><div title=\"versionId\">13</div></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><div title=\"profile\">http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-pregnancy-status-observation</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">us-ph-date-recorded-extension</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"valueDateTime\">2017-10-01</div></li></ul></td></tr><tr><td style=\"font-weight: bold\">date-determined-extension</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"valueDateTime\">2017-10-01</div></li></ul></td></tr><tr><td style=\"font-weight: bold\">status</td><td><div title=\"status\">final</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Pregnancy Status</div>(<div title=\"code\">82810-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">effectivePeriod</td><td><table><tr><td style=\"font-weight: bold\">start</td><td><div title=\"start\">2017-08-26</div></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">valueCodeableConcept</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Pregnancy (finding)</div>(<div title=\"code\">77386006</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">method</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Ultrasonography (procedure)</div>(<div title=\"code\">16310003</div>)</li><li><div title=\"system\"><a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">date-determined-extension</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"valueDateTime\">2017-10-01</div></li></ul></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Gestational age Estimated from patient reported estimated date of conception</div>(<div title=\"code\">53691-2</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">valueQuantity</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"value\">143</div></li><li><div title=\"unit\">d</div></li></ul></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">date-determined-extension</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"valueDateTime\">2017-10-01</div></li></ul></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Delivery date Estimated from date fundal height reaches umb</div>(<div title=\"code\">57064-8</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">valueDateTime</td><td><div title=\"valueDateTime\">2018-05-01</div></td></tr></table></td></tr></table></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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\"><table><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Emergency Outbreak Information Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Public health Note</div>(<div title=\"code\">83910-0</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">entry</td><td><a href=\"Observation-observation-us-ph-emergency-outbreak-info-eve-everywoman.html\">US Public Health Emergency Outbreak Information Example</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; ( 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 note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Past Medical History Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Past Medical History Narrative</div>(<div title=\"code\">11348-0</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"><p>Past medical history</p></td></tr></table></div>"^^rdf:XMLLiteral ] ] [ 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\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">title</td><td><div title=\"title\">Review of Systems Section</div></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><div title=\"display\">Review of Systems Section Narrative</div>(<div title=\"code\">10187-3</div>)</li><li><div title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></div></li></ul></li></ul></td></tr><tr><td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"><p>Review of systems</p></td></tr></table></div>"^^rdf:XMLLiteral ] ] ) . # <http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin> a fhir:MedicationAdministration ; fhir:id [ fhir:v "medicationadministration-eve-everywoman-azithromycin"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-medicationadministration"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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: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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-medicationadministration"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-medicationadministration> ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/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 "1 ML naloxone hydrochloride 0.4 MG/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: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-1059ae7bbe11" ] ] ) ; # 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-problems-health-concerns"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-problems-health-concerns> ] ) ] ; # 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 [ a fhir:dateTime ; 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: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:extension [ fhir:url [ fhir:v "triggerCodeValueSet"^^xsd:anyURI ] ; fhir:value [ a fhir:oid ; fhir:v "urn:oid:2.16.840.1.114222.4.11.7508"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "triggerCodeValueSetVersion"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; 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:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"^^xsd:anyURI ] ] ) ; 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-pregnancy-status-observation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-pregnancy-status-observation> ] ) ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-date-recorded-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:dateTime ; fhir:v "2017-10-01"^^xsd:date ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-date-determined-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:dateTime ; 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:dateTime ; 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/ph-library/StructureDefinition/us-ph-date-determined-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:dateTime ; 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/ph-library/StructureDefinition/us-ph-date-determined-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:dateTime ; 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 [ a fhir:dateTime ; 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: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 [ a fhir:dateTime ; 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-emergency-outbreak-information> ] ) ] ; # 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 "social-history" ] ] ) ] ) ; # fhir:code [ fhir:text [ fhir:v "Employee desk distance from mail sorter" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2020-11-18T22:33:22Z"^^xsd:dateTime ] ; # fhir:performer ( [ fhir:reference [ fhir:v "PractitionerRole/us-ph-practitionerrole-henry-seven" ] ] ) ; # 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: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 [ a fhir:dateTime ; 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient> ] ) ] ; # fhir:extension ( [ ( 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 [ a fhir:string ; fhir:v "White" ] ] ) ; 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 "2186-5" ] ; fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "Not Hispanic or Latino" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "F" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "tribalAffiliation"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( 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 "isEnrolled"^^xsd:anyURI ] ; fhir:value [ a fhir:boolean ; fhir:v true ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation"^^xsd:anyURI ] ] ) ; # 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://example.org/hospital-smarthealthit"^^xsd:anyURI ] ; fhir:value [ fhir:v "1032702" ] ] ) ; # fhir:active [ fhir:v true] ; # 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.org" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1974-11-24"^^xsd:date] ; # fhir:deceased [ a fhir:boolean ; fhir:v false ] ; # fhir:address ( [ ( fhir:line [ fhir:v "2222 Home Street" ] ) ; fhir:city [ fhir:v "Ann Arbor" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "99999" ] ; 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: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 [ a fhir:dateTime ; fhir:v "2018-09-01"^^xsd:date ] ; # fhir:primarySource [ fhir:v true] . # <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: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 [ a fhir:dateTime ; 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 (the)" ] ] ) ] . # <http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven> a fhir:PractitionerRole ; fhir:id [ fhir:v "practitionerrole-henry-seven"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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: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 [ a fhir:dateTime ; fhir:v "2020-07-02"^^xsd:date ] ; # fhir:performer ( [ fhir:reference [ fhir:v "Organization/organization-rr-rules-authoring-agency-haw" ] ; fhir:display [ fhir:v "Health Authority West Rules Authoring Agency" ] ] ) ; # 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-exposure-contact-information"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "EXPAGNT" ] ; fhir:display [ fhir:v "ExposureAgent" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:840533007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "840533007" ] ; fhir:display [ fhir:v "Severe acute respiratory syndrome coronavirus 2 (organism)" ] ] ) ] ] ) . # <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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-travel-history"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-travel-history> ] ) ] ; # 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 "social-history" ] ] ) ] ) ; # 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: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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-disability-status"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-disability-status> ] ) ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "disability-status" ] ; fhir:display [ fhir:v "Disability Status" ] ] ) ; fhir:text [ fhir:v "Disability Status" ] ] ) ; # 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/us-ph-patient-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2020-11-10T22:33:22Z"^^xsd:dateTime ] ; # fhir:performer ( [ fhir:reference [ fhir:v "PractitionerRole/us-ph-practitionerrole-henry-seven" ] ] ) ; # 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-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/ph-library/StructureDefinition/us-ph-lab-result-observation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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 [ a fhir:dateTime ; fhir:v "2018-03-07"^^xsd:date ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 5.2 ] ; 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 ] ; 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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] ; # 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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-location"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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: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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization> ] ) ], [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/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], [ fhir:v true] ; # 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" ] ] ) ] [ ( 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" ] ] ) ] ) ; # 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\"><a name=\"Organization_organization-ecr-salem-medical-center\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-ecr-salem-medical-center</b></p><a name=\"organization-ecr-salem-medical-center\"> </a><a name=\"hcorganization-ecr-salem-medical-center\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/fhir-us-ph-library/StructureDefinition-us-ph-organization.html\">US Public Health Organization</a></p></div><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/55555555</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}\">Outpatient facility</span></p><p><b>name</b>: Salem Medical Center</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-1111\">+1-555-555-1111</a>, <a href=\"mailto:mail@salemmedicalcenter.com\">mail@salemmedicalcenter.com</a></p><p><b>address</b>: 22222 Health Authority Drive Ann Arbor MI 99999 </p></div>"^^rdf:XMLLiteral ] . # <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:profile [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-problems-health-concerns"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-problems-health-concerns> ] ) ] ; # 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 [ a fhir:dateTime ; 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: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: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\"><a name=\"Device_device-ecr-software-ymca\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device device-ecr-software-ymca</b></p><a name=\"device-ecr-software-ymca\"> </a><a name=\"hcdevice-ecr-software-ymca\"> </a><p><b>identifier</b>: <code>http://acme.com/software/client-ids</code>/goodhealth_id</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>type</b>: <span title=\"Codes:\">EHR</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>10.23-23423</td></tr></table><p><b>contact</b>: <a href=\"http://acme.com\">http://acme.com</a></p><p><b>url</b>: <a href=\"http://acme.com/ymca/software/\">http://acme.com/ymca/software/</a></p></div>"^^rdf:XMLLiteral ] ; # 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 © 2025+ HL7 International / Public Health. Package hl7.fhir.us.ecr#3.0.0-ballot based on FHIR 4.0.1. Generated 2025-10-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change