This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "bundle-rr-collection-communication"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "9" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-08T22:34:58.345+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#06t3nBerns2i6XsM" ]
];
fhir:Bundle.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:0c3eec0b-145b-4694-a1b8-1ea4de5a0cb1" ]
];
fhir:Bundle.type [ fhir:value "collection"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Communication/communication-rr-one-cond-one-pha" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Communication/communication-rr-one-cond-one-pha>
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/organization-ecr-health-authority-west" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Organization/organization-ecr-health-authority-west>
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/PlanDefinition/plandefinition-rr-relevant-reportable-condition" ];
fhir:Bundle.entry.resource <http://example.org/fhir/PlanDefinition/plandefinition-rr-relevant-reportable-condition>
], [
fhir:index 3;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Observation/observation-rr-eicr-processing-status" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Observation/observation-rr-eicr-processing-status>
], [
fhir:index 4;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Bundle/bundle-eicr-document-zika" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Bundle/bundle-eicr-document-zika>
], [
fhir:index 5;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/organization-rr-rules-authoring-agency-haw" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Organization/organization-rr-rules-authoring-agency-haw>
], [
fhir:index 6;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/organization-rr-responsible-agency-haw" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Organization/organization-rr-responsible-agency-haw>
], [
fhir:index 7;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/organization-rr-routing-entity-haw" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Organization/organization-rr-routing-entity-haw>
].
<http://example.org/fhir/Communication/communication-rr-one-cond-one-pha> a fhir:Communication;
fhir:Resource.id [ fhir:value "communication-rr-one-cond-one-pha"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "additional" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <br/>\n <br/>\n <p>\n <b>Subject:</b>\n </p>\n <p>Public Health Reporting Communication: one or more conditions are reportable, or may be reportable, to public health. </p>\n <p>\n <b>Summary:</b>\n </p>\n <p>Your organization electronically submitted an initial case report to determine if reporting to public health is needed for\n a patient. "Zika virus disease (disorder)" is reportable to "State Department of Health". An initial case report was sent\n to "State Department of Health". Additional information may be required for this report. \n <br/>\n </p>\n <ul>\n <li>\n <p>Local mosquito-borne Zika virus transmission was reported in your area. Increased watchfulness for symptoms of Zika\n virus in your patients is warranted. (Immediate action requested)</p>\n </li>\n <li>\n <p>Additional information for the required reporting of Zika must be submitted to State Department of Health\n immediately. This additional information can be submitted here. ( \n <a href=\"http://statedepartmentofhealth.gov/epi/disease/zika/Supplemental_data_form.pdf\">Link</a>- Immediate\n action required) \n </p>\n </li>\n <li>\n <p>Zika has particular risks for pregnant women. Follow-up guidance for pregnant women and couples who are planning\n pregnancy. ( \n <a href=\"http://statedepartmentofhealth.gov/epi/diseases/zika/Zika_Virus_Testing_Guidance.pdf\">Link</a>- Immediate action requested) \n </p>\n </li>\n </ul>\n </div>"
];
fhir:Communication.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://acme.org/identifiers" ];
fhir:Identifier.value [ fhir:value "RR12346" ]
];
fhir:Communication.status [ fhir:value "completed"];
fhir:Communication.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:88085-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "88085-6" ];
fhir:Coding.display [ fhir:value "Reportability response report Document Public health" ] ]
];
fhir:Communication.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Communication.topic [
fhir:CodeableConcept.text [ fhir:value "Public Health Reporting Communication: one or more conditions are reportable, or may be reportable to public health." ]
];
fhir:Communication.sent [ fhir:value "2018-07-19T04:09:06Z"^^xsd:dateTime];
fhir:Communication.recipient [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-us-core-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
];
fhir:Communication.sender [
fhir:Reference.reference [ fhir:value "Organization/organization-ecr-health-authority-west" ];
fhir:Reference.display [ fhir:value "Health Authority West, 7777 Health Authority Drive, Ann Arbor MI, 99999" ]
];
fhir:Communication.payload [
fhir:index 0;
fhir:Element.id [ fhir:value "reportability-response-summary" ];
fhir:Communication.payload.contentString [ fhir:value "Your organization electronically submitted an initial case report to determine if reporting to public health is needed for a patient. 'Zika virus disease (disorder)' is reportable to 'State Department of Health'. An initial case report was sent to 'State Department of Health'. Additional information may be required for this report." ]
], [
fhir:index 1;
fhir:Element.id [ fhir:value "relevant-reportable-condition" ];
fhir:Communication.payload.contentReference [
fhir:Reference.reference [ fhir:value "PlanDefinition/plandefinition-rr-relevant-reportable-condition" ] ]
], [
fhir:index 2;
fhir:Element.id [ fhir:value "eicr-information" ];
fhir:Element.extension [
fhir:index 0;
fhir:Element.id [ fhir:value "eicr-processing-status" ];
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-eicr-processing-status-extension" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "eICRProcessingStatus" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Observation/observation-rr-eicr-processing-status" ];
fhir:Reference.display [ fhir:value "eICR was processed - with a warning" ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "eICRValidationOutput" ];
fhir:Extension.valueAttachment [
fhir:Attachment.contentType [ fhir:value "text/html" ];
fhir:Attachment.data [ fhir:value "PGh0bWwgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiPg0KICAgICAgICAgIDxoZWFkPg0KICAgICAgICAgICAgPHRpdGxlPiBSZXN1bHRzIDwvdGl0bGU+DQogICAgICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPiA8L3N0eWxlPg0KICAgICAgICAgIDwvaGVhZD4NCiAgICAgICAgICA8Ym9keT4NCiAgICAgICAgICAgIDx0YWJsZT4NCiAgICAgICAgICAgICAgPHRoZWFkPg0KICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAgIDx0aD5TZXZlcml0eTwvdGg+DQogICAgICAgICAgICAgICAgICA8dGg+RGVzY3JpcHRpb248L3RoPg0KICAgICAgICAgICAgICAgICAgPHRoPkZpbGU8L3RoPg0KICAgICAgICAgICAgICAgICAgPHRoPkxvY2F0aW9uPC90aD4NCiAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8L3RoZWFkPg0KICAgICAgICAgICAgICA8dGJvZHk+DQogICAgICAgICAgICAgICAgPHRyPg0KICAgICAgICAgICAgICAgICAgPHRkPmVycm9yPC90ZD4NCiAgICAgICAgICAgICAgICAgIDx0ZD5TSE9VTEQgY29udGFpbiB6ZXJvIG9yIG9uZSBbMC4uMV0gc2V0SWQgKENPTkY6MTA5OC0zMjc1MikuPC90ZD4NCiAgICAgICAgICAgICAgICAgIDx0ZD5DREFSMl9JR19QSENSX1IyX1JSX0QxXzIwMTdPQ1RfU0FNUExFLnhtbDwvdGQ+DQogICAgICAgICAgICAgICAgICA8dGQ+DQogICAgICAgICAgICAgICAgICAgIDxwPlN0YXJ0IGxpbmUgNDE1OjcwPC9wPg0KICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICAgIDx0cj4NCiAgICAgICAgICAgICAgICAgIDx0ZD5lcnJvcjwvdGQ+DQogICAgICAgICAgICAgICAgICA8dGQ+U0hPVUxEIGNvbnRhaW4gemVybyBvciBvbmUgWzAuLjFdIHZlcnNpb25OdW1iZXIgKENPTkY6MTA5OC0zMjc1MykuPC90ZD4NCiAgICAgICAgICAgICAgICAgIDx0ZD5DREFSMl9JR19QSENSX1IyX1JSX0QxXzIwMTdPQ1RfU0FNUExFLnhtbDwvdGQ+DQogICAgICAgICAgICAgICAgICA8dGQ+DQogICAgICAgICAgICAgICAgICAgIDxwPlN0YXJ0IGxpbmUgNDE1OjcwPC9wPg0KICAgICAgICAgICAgICAgICAgPC90ZD4NCiAgICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8L3Rib2R5Pg0KICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICA8L2JvZHk+DQogICAgICAgIDwvaHRtbD4="^^xsd:base64Binary ] ] ] ];
fhir:Communication.payload.contentReference [
fhir:Reference.reference [ fhir:value "Bundle/bundle-eicr-document-zika" ];
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://acme.org/EICR-identifier" ];
fhir:Identifier.value [ fhir:value "EICR123456" ] ];
fhir:Reference.display [ fhir:value "eICR_Filename.xml" ] ]
].
<http://example.org/fhir/Organization/organization-ecr-health-authority-west> a fhir:Organization;
fhir:Resource.id [ fhir:value "organization-ecr-health-authority-west"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-ecr-health-authority-west</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-23T13:56:36.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">1144221847</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Health Authority West</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-3555</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@healthauthoritywest.gov</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">7777 Health Authority Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "1144221847" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.name [ fhir:value "Health Authority West"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1-555-555-3555" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@healthauthoritywest.gov" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "7777 Health Authority Drive";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
].
<http://example.org/fhir/PlanDefinition/plandefinition-rr-relevant-reportable-condition> a fhir:PlanDefinition;
fhir:Resource.id [ fhir:value "plandefinition-rr-relevant-reportable-condition"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> The Reportability Response Plan Definition does not contain narrative text. The\n information from this resource is parsed and contained in \n <a href=\"StructureDefinition-rr-communication-definitions.html#Communication.text\">Communication[rr-communication].text</a>\n according to the guidlines set out here: \n <a href=\"reportability_response_narrative_guidance.html\">Reportability Response\n Narrative Guidance</a>. \n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-determination-of-reportability-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS1" ];
fhir:Coding.display [ fhir:value "Reportable" ] ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-determination-of-reportability-reason-extension" ];
fhir:Extension.valueString [ fhir:value "Condition is reportable" ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-determination-of-reportability-rule-extension" ];
fhir:Extension.valueString [ fhir:value "Description of rule used in reportability determination" ]
];
fhir:PlanDefinition.url [ fhir:value "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-rr-relevant-reportable-condition"];
fhir:PlanDefinition.name [ fhir:value "Relevant_Reportable_Condition"];
fhir:PlanDefinition.title [ fhir:value "Relevant Reportable Condition"];
fhir:PlanDefinition.status [ fhir:value "active"];
fhir:PlanDefinition.date [ fhir:value "2017-11-22"^^xsd:date];
fhir:PlanDefinition.publisher [
fhir:value "Health Authority West Rules Authoring Agency";
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency-organization-extension" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Organization/organization-rr-rules-authoring-agency-haw" ] ] ]
];
fhir:PlanDefinition.jurisdiction [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-location-relevance-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS5" ];
fhir:Coding.display [ fhir:value "Patient home address" ] ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization-extension" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Organization/organization-rr-routing-entity-haw" ] ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-responsible-agency-organization-extension" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Organization/organization-rr-responsible-agency-haw" ] ] ];
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:PlanDefinition.goal [
fhir:index 0;
fhir:PlanDefinition.goal.description [
fhir:CodeableConcept.text [ fhir:value "Reportability Feedback" ] ];
fhir:PlanDefinition.goal.addresses [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:3928002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "3928002" ];
fhir:Coding.display [ fhir:value "Zika virus disease (disorder)" ] ] ]
];
fhir:PlanDefinition.action [
fhir:index 0;
fhir:PlanDefinition.action.documentation [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-external-resource-type-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS13" ];
fhir:Coding.display [ fhir:value "Outbreak- or Cluster Related" ] ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-priority-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS17" ];
fhir:Coding.display [ fhir:value "Immediate action required" ] ] ] ];
fhir:RelatedArtifact.type [ fhir:value "documentation" ];
fhir:RelatedArtifact.display [ fhir:value "Local mosquito-borne Zika virus creation was reported in your area. Increased watchfulness for symptoms of Zika virus in your patients is warranted." ] ], [
fhir:index 1;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-external-resource-type-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS8" ];
fhir:Coding.display [ fhir:value "Additional reporting needs" ] ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-priority-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS16" ];
fhir:Coding.display [ fhir:value "Action requested" ] ] ] ];
fhir:RelatedArtifact.type [ fhir:value "documentation" ];
fhir:RelatedArtifact.display [ fhir:value "Additional information for the required reporting of Zika must be submitted to State Department of Health immediately. This additional information can be submitted here." ];
fhir:RelatedArtifact.url [ fhir:value "http://statedepartmentofhealth.gov/epi/disease/zika/Supplemental_data_form.pdf" ] ], [
fhir:index 2;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-external-resource-type-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS10" ];
fhir:Coding.display [ fhir:value "Treatment and/or prevention" ] ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-priority-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS18" ];
fhir:Coding.display [ fhir:value "Immediate action requested" ] ] ] ];
fhir:RelatedArtifact.type [ fhir:value "documentation" ];
fhir:RelatedArtifact.display [ fhir:value "Zika has particular risks for pregnant women. Follow-up guidance for pregnant women and couples who are planning pregnancy." ];
fhir:RelatedArtifact.url [ fhir:value "http://statedepartmentofhealth.gov/epi/diseases/zika/Zika_Virus_Testing_Guidance.pdf" ] ];
fhir:PlanDefinition.action.timingDuration [
fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "H" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "H" ] ]
].
<http://example.org/fhir/Observation/observation-rr-eicr-processing-status> a fhir:Observation;
fhir:Resource.id [ fhir:value "observation-rr-eicr-processing-status"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-rr-eicr-processing-status</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">7</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-11T05:02:45.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/rr-eicr-processing-status-observation</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">eICR was processed - with a warning</div> ( \n <div title=\"code\">RRVS20</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS20" ];
fhir:Coding.display [ fhir:value "eICR was processed - with a warning" ] ]
].
<http://example.org/fhir/Bundle/bundle-eicr-document-zika> a fhir:Bundle;
fhir:Resource.id [ fhir:value "bundle-eicr-document-zika"];
fhir:Bundle.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:0070d7b2-9893-4044-b255-73da1649c9fe" ]
];
fhir:Bundle.type [ fhir:value "document"];
fhir:Bundle.timestamp [ fhir:value "2018-01-02T22:13:23Z"^^xsd:dateTime];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Composition/composition-eicr-zika" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Composition/composition-eicr-zika>
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin" ];
fhir:Bundle.entry.resource <http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin>
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Observation/observation-travel-history-eve-everywoman-201801" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Observation/observation-travel-history-eve-everywoman-201801>
], [
fhir:index 3;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold>
], [
fhir:index 4;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Observation/observation-odh-usual-work-eve-everywoman" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Observation/observation-odh-usual-work-eve-everywoman>
], [
fhir:index 5;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Observation/observation-us-core-results-eve-everywoman-lymphocytes" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Observation/observation-us-core-results-eve-everywoman-lymphocytes>
], [
fhir:index 6;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Patient/patient-ecr-eve-everywoman" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Patient/patient-ecr-eve-everywoman>
], [
fhir:index 7;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven" ];
fhir:Bundle.entry.resource <http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven>
], [
fhir:index 8;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Practitioner/practitioner-us-core-henry-seven" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Practitioner/practitioner-us-core-henry-seven>
], [
fhir:index 9;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/ServiceRequest/servicerequest-eicr-zika" ];
fhir:Bundle.entry.resource <http://example.org/fhir/ServiceRequest/servicerequest-eicr-zika>
], [
fhir:index 10;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Condition/condition-eicr-eve-everywoman-zika" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Condition/condition-eicr-eve-everywoman-zika>
], [
fhir:index 11;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient>
], [
fhir:index 12;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/organization-ecr-acme-laboratory" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Organization/organization-ecr-acme-laboratory>
], [
fhir:index 13;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Organization/organization-ecr-salem-medical-center" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Organization/organization-ecr-salem-medical-center>
], [
fhir:index 14;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Location/location-ecr-salem-medical-center" ];
fhir:Bundle.entry.resource <http://example.org/fhir/Location/location-ecr-salem-medical-center>
].
<http://example.org/fhir/Composition/composition-eicr-zika> a fhir:Composition;
fhir:Resource.id [ fhir:value "composition-eicr-zika"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">composition-eicr-zika</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">27</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-20T11:00:43.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-composition</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">composition-clinicaldocument-versionNumber</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"valueString\">1</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"value\">c03eab8c-11e8-4d0c-ad2a-b385395e27db</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Public Health Case Report</div> ( \n <div title=\"code\">55751-2</div>\n ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">encounter</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Encounter-encounter-eicr-eve-everywoman-outpatient.html\">Ambulatory Office Visit</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">date</td>\n <td>\n <div title=\"date\">2018-01-02T22:13:23Z</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">author</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"PractitionerRole-practitionerrole-henry-seven.html\">Henry Seven, MD</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Initial Public Health Case Report - Zika Example</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">History of Present Illness Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Present illness Narrative</div> ( \n <div title=\"code\">10164-2</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"> Persistent Cough REPORTED starting on\n 2018/03/05 \n <br/> Whooping Respiration not reported \n <br/> Paroxysms Of Coughing REPORTED\n starting on 2018/03/06 \n <br/> Post-tussive vomiting not reported \n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Reason for Visit Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Reason for visit Narrative</div> ( \n <div title=\"code\">29299-5</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n <p>Bad cough</p>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Problems Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Problem list - Reported</div> ( \n <div title=\"code\">11450-4</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Common cold\n (disorder)</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">condition-eicr-eve-everywoman-common-cold</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">15</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-10T21:21:49.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Problem List Item</div> ( \n <div title=\"code\">problem-list-item</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">http://terminology.hl7.org/CodeSystem/condition-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Common cold (disorder)</div> ( \n <div title=\"code\">82272006</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">onsetDateTime</td>\n <td>\n <div title=\"onsetDateTime\">2017-09-23</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">asserter</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven,\n MD</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Social History Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Social history Narrative</div> ( \n <div title=\"code\">29762-2</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Observation-observation-travel-history-eve-everywoman-201801.html\">eICR Travel\n History: Eve Everywoman 2018-01</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-travel-history-eve-everywoman-201801</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">11</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Travel History</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Travel</div> ( \n <div title=\"code\">420008001</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-01-15</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-01-30</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Location</div> ( \n <div title=\"code\">LOC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Fiji</div> ( \n <div title=\"code\">FJI</div> ) \n </li>\n <li>\n <div title=\"system\">urn:iso:std:iso:3166</div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Location</div> ( \n <div title=\"code\">LOC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Vanuatu</div> ( \n <div title=\"code\">VUT</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Observation-observation-odh-usual-work-eve-everywoman.html\">ODH Usual Work\n Example</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-odh-usual-work-eve-everywoman</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">2</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-20T10:53:14.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Usual occupation</div> ( \n <div title=\"code\">21843-8</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2015-01-01</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-03-07</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Human Resources Managers</div> ( \n <div title=\"code\">0136</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Usual industry</div> ( \n <div title=\"code\">21844-6</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Hospitals</div> ( \n <div title=\"code\">8190</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Medications Administered Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Medication administered Narrative</div> ( \n <div title=\"code\">29549-3</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.html\">Azithromycin 500 MG Oral Tablet</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">medicationadministration-eve-everywoman-azithromycin</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">10</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:11:22.000-04:00</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">completed</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">medicationCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Azithromycin 500 MG Oral Tablet</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Azithromycin 500 MG Oral Tablet</div> ( \n <div title=\"code\">248656</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\">http://www.nlm.nih.gov/research/umls/rxnorm</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-03-07</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-03-07</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">dosage</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">route</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Oral Route</div> ( \n <div title=\"code\">26643006</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">method</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Swallow - dosing instruction imperative (qualifier\n value)</div> ( \n <div title=\"code\">421521009</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">dose</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">2</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">unit</td>\n <td>\n <div title=\"unit\">TAB</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">TAB</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Results Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Relevant Dx tests/lab data</div> ( \n <div title=\"code\">30954-2</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Observation-observation-us-core-results-eve-everywoman-lymphocytes.html\">Lymphocytes [#/volume] in Blood by Automated count - Interpretation: High</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-us-core-results-eve-everywoman-lymphocytes</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">10</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T02:50:13.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Laboratory</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Laboratory</div> ( \n <div title=\"code\">laboratory</div>\n ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/observation-category\">http://terminology.hl7.org/CodeSystem/observation-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Lymphocytes [#/volume] in Blood by Automated\n count</div> ( \n <div title=\"code\">731-0</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectiveDateTime</td>\n <td>\n <div title=\"effectiveDateTime\">2018-03-07</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueQuantity</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"value\">5.2</div>\n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </li>\n <li>\n <div title=\"code\">10*3/uL</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">interpretation</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">High</div> ( \n <div title=\"code\">H</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v2-0078\">http://terminology.hl7.org/CodeSystem/v2-0078</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">referenceRange</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">low</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">1</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">10*3/uL</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">high</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">4.8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">10*3/uL</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">section</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Plan of Treatment Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Plan of care note</div> ( \n <div title=\"code\">18776-5</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <b>Trigger code</b>\n </li>\n <li>Trigger Code: </li>\n <li>Trigger Code Display: </li>\n <li>Trigger Code System: </li>\n <li>Trigger Code Value Set: urn:oid:2.16.840.1.114222.4.11.7508</li>\n <li>Trigger Code Value Set Version: 19/05/2018</li>\n </ul>\n <a href=\"ServiceRequest-servicerequest-eicr-zika.html\">Request for Zika virus envelope (E)\n gene [Presence] in Serum by Probe and target amplification method</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">servicerequest-eicr-zika</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">9</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-23T13:56:36.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">completed</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">intent</td>\n <td>\n <div title=\"intent\">order</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Diagnostics Procedure</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Diagnostic procedure (procedure)</div> ( \n <div title=\"code\">103693007</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Zika RT-PCR</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Zika virus envelope E gene [Presence] in Serum by NAA\n with probe detection</div> ( \n <div title=\"code\">80825-3</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">performer</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" ];
fhir:Extension.valueString [ fhir:value "1" ]
];
fhir:Composition.identifier [
fhir:Identifier.value [ fhir:value "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
];
fhir:Composition.status [ fhir:value "final"];
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:55751-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "55751-2" ];
fhir:Coding.display [ fhir:value "Public Health Case Report" ] ]
];
fhir:Composition.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Composition.encounter [
fhir:Reference.reference [ fhir:value "Encounter/encounter-eicr-eve-everywoman-outpatient" ];
fhir:Reference.display [ fhir:value "Ambulatory Office Visit" ]
];
fhir:Composition.date [ fhir:value "2018-01-02T22:13:23Z"^^xsd:dateTime];
fhir:Composition.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "PractitionerRole/practitionerrole-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
];
fhir:Composition.title [ fhir:value "Initial Public Health Case Report - Zika Example"];
fhir:Composition.section [
fhir:index 0;
fhir:Composition.section.title [ fhir:value "History of Present Illness Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:10164-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "10164-2" ];
fhir:Coding.display [ fhir:value "History of Present illness Narrative" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">History of Present Illness Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Present illness Narrative</div> ( \n <div title=\"code\">10164-2</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\"> Persistent Cough REPORTED starting on 2018/03/05\n \n <br/> Whooping Respiration not reported \n <br/> Paroxysms Of Coughing REPORTED starting on\n 2018/03/06 \n <br/> Post-tussive vomiting not reported \n </td>\n </tr>\n </table>\n </div>" ]
], [
fhir:index 1;
fhir:Composition.section.title [ fhir:value "Reason for Visit Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:29299-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "29299-5" ];
fhir:Coding.display [ fhir:value "Reason for visit Narrative" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Reason for Visit Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Reason for visit Narrative</div> ( \n <div title=\"code\">29299-5</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" lang=\"en-US\" class=\"text-no-entries\">\n <p>Bad cough</p>\n </td>\n </tr>\n </table>\n </div>" ]
], [
fhir:index 2;
fhir:Composition.section.title [ fhir:value "Problems Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:11450-4;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "11450-4" ];
fhir:Coding.display [ fhir:value "Problem list - Reported" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Problems Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Problem list - Reported</div> ( \n <div title=\"code\">11450-4</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Common cold (disorder)</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">condition-eicr-eve-everywoman-common-cold</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">15</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-10T21:21:49.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Problem List Item</div> ( \n <div title=\"code\">problem-list-item</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">http://terminology.hl7.org/CodeSystem/condition-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Common cold (disorder)</div> ( \n <div title=\"code\">82272006</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">onsetDateTime</td>\n <td>\n <div title=\"onsetDateTime\">2017-09-23</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">asserter</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven,\n MD</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Condition/condition-eicr-eve-everywoman-common-cold" ];
fhir:Reference.display [ fhir:value "Common cold (disorder)" ] ]
], [
fhir:index 3;
fhir:Composition.section.title [ fhir:value "Social History Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:29762-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "29762-2" ];
fhir:Coding.display [ fhir:value "Social history Narrative" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Social History Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Social history Narrative</div> ( \n <div title=\"code\">29762-2</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Observation-observation-travel-history-eve-everywoman-201801.html\">eICR Travel History:\n Eve Everywoman 2018-01</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-travel-history-eve-everywoman-201801</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">11</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Travel History</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Travel</div> ( \n <div title=\"code\">420008001</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-01-15</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-01-30</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Location</div> ( \n <div title=\"code\">LOC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Fiji</div> ( \n <div title=\"code\">FJI</div> ) \n </li>\n <li>\n <div title=\"system\">urn:iso:std:iso:3166</div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Location</div> ( \n <div title=\"code\">LOC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Vanuatu</div> ( \n <div title=\"code\">VUT</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Observation-observation-odh-usual-work-eve-everywoman.html\">ODH Usual Work Example</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-odh-usual-work-eve-everywoman</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">2</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-20T10:53:14.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Usual occupation</div> ( \n <div title=\"code\">21843-8</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2015-01-01</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-03-07</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Human Resources Managers</div> ( \n <div title=\"code\">0136</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Usual industry</div> ( \n <div title=\"code\">21844-6</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Hospitals</div> ( \n <div title=\"code\">8190</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/observation-travel-history-eve-everywoman-201801" ];
fhir:Reference.display [ fhir:value "eICR Travel History: Eve Everywoman 2018-01" ] ], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Observation/observation-odh-usual-work-eve-everywoman" ];
fhir:Reference.display [ fhir:value "ODH Usual Work Example" ] ]
], [
fhir:index 4;
fhir:Composition.section.title [ fhir:value "Medications Administered Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:29549-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "29549-3" ];
fhir:Coding.display [ fhir:value "Medication administered Narrative" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Medications Administered Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Medication administered Narrative</div> ( \n <div title=\"code\">29549-3</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"MedicationAdministration-medicationadministration-eve-everywoman-azithromycin.html\">Azithromycin 500 MG Oral Tablet</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">medicationadministration-eve-everywoman-azithromycin</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">10</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:11:22.000-04:00</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">completed</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">medicationCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Azithromycin 500 MG Oral Tablet</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Azithromycin 500 MG Oral Tablet</div> ( \n <div title=\"code\">248656</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\">http://www.nlm.nih.gov/research/umls/rxnorm</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-03-07</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-03-07</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">dosage</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">route</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Oral Route</div> ( \n <div title=\"code\">26643006</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">method</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Swallow - dosing instruction imperative (qualifier\n value)</div> ( \n <div title=\"code\">421521009</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">dose</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">2</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">unit</td>\n <td>\n <div title=\"unit\">TAB</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">TAB</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "MedicationAdministration/medicationadministration-eve-everywoman-azithromycin" ];
fhir:Reference.display [ fhir:value "Azithromycin 500 MG Oral Tablet" ] ]
], [
fhir:index 5;
fhir:Composition.section.title [ fhir:value "Results Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:30954-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "30954-2" ];
fhir:Coding.display [ fhir:value "Relevant Dx tests/lab data" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Results Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Relevant Dx tests/lab data</div> ( \n <div title=\"code\">30954-2</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <a href=\"Observation-observation-us-core-results-eve-everywoman-lymphocytes.html\">Lymphocytes\n [#/volume] in Blood by Automated count - Interpretation: High</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-us-core-results-eve-everywoman-lymphocytes</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">10</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T02:50:13.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Laboratory</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Laboratory</div> ( \n <div title=\"code\">laboratory</div>\n ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/observation-category\">http://terminology.hl7.org/CodeSystem/observation-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Lymphocytes [#/volume] in Blood by Automated\n count</div> ( \n <div title=\"code\">731-0</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectiveDateTime</td>\n <td>\n <div title=\"effectiveDateTime\">2018-03-07</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueQuantity</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"value\">5.2</div>\n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </li>\n <li>\n <div title=\"code\">10*3/uL</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">interpretation</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">High</div> ( \n <div title=\"code\">H</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v2-0078\">http://terminology.hl7.org/CodeSystem/v2-0078</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">referenceRange</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">low</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">1</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">10*3/uL</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">high</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">4.8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">10*3/uL</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/observation-us-core-results-eve-everywoman-lymphocytes" ];
fhir:Reference.display [ fhir:value "Lymphocytes [#/volume] in Blood by Automated count - Interpretation: High" ] ]
], [
fhir:index 6;
fhir:Composition.section.title [ fhir:value "Plan of Treatment Section" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:18776-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "18776-5" ];
fhir:Coding.display [ fhir:value "Plan of care note" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">title</td>\n <td>\n <div title=\"title\">Plan of Treatment Section</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Plan of care note</div> ( \n <div title=\"code\">18776-5</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">entry</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <b>Trigger code</b>\n </li>\n <li>Trigger Code: </li>\n <li>Trigger Code Display: </li>\n <li>Trigger Code System: </li>\n <li>Trigger Code Value Set: urn:oid:2.16.840.1.114222.4.11.7508</li>\n <li>Trigger Code Value Set Version: 19/05/2018</li>\n </ul>\n <a href=\"ServiceRequest-servicerequest-eicr-zika.html\">Request for Zika virus envelope (E) gene\n [Presence] in Serum by Probe and target amplification method</a>\n <table>\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">servicerequest-eicr-zika</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">9</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-23T13:56:36.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">completed</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">intent</td>\n <td>\n <div title=\"intent\">order</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Diagnostics Procedure</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Diagnostic procedure (procedure)</div> ( \n <div title=\"code\">103693007</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Zika RT-PCR</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Zika virus envelope E gene [Presence] in Serum by NAA\n with probe detection</div> ( \n <div title=\"code\">80825-3</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">performer</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "triggerCodeValueSet" ];
fhir:Extension.valueOid [ fhir:value "urn:oid:2.16.840.1.114222.4.11.7508" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "triggerCodeValueSetVersion" ];
fhir:Extension.valueString [ fhir:value "19/05/2018" ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "triggerCode" ];
fhir:Extension.valueCoding [
a sct:3928002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "3928002" ];
fhir:Coding.display [ fhir:value "Zika virus disease (disorder)" ] ] ] ];
fhir:Reference.reference [ fhir:value "ServiceRequest/servicerequest-eicr-zika" ];
fhir:Reference.display [ fhir:value "Request for Zika virus envelope (E) gene [Presence] in Serum by Probe and target amplification method" ] ]
].
<http://example.org/fhir/MedicationAdministration/medicationadministration-eve-everywoman-azithromycin> a fhir:MedicationAdministration;
fhir:Resource.id [ fhir:value "medicationadministration-eve-everywoman-azithromycin"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">medicationadministration-eve-everywoman-azithromycin</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">10</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:11:22.000-04:00</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">completed</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">medicationCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Azithromycin 500 MG Oral Tablet</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Azithromycin 500 MG Oral Tablet</div> ( \n <div title=\"code\">248656</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\">http://www.nlm.nih.gov/research/umls/rxnorm</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-03-07</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-03-07</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">dosage</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">route</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Oral Route</div> ( \n <div title=\"code\">26643006</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">method</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Swallow - dosing instruction imperative (qualifier\n value)</div> ( \n <div title=\"code\">421521009</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">dose</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">2</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">unit</td>\n <td>\n <div title=\"unit\">TAB</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">TAB</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:MedicationAdministration.status [ fhir:value "completed"];
fhir:MedicationAdministration.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ];
fhir:Coding.code [ fhir:value "248656" ];
fhir:Coding.display [ fhir:value "Azithromycin 500 MG Oral Tablet" ] ];
fhir:CodeableConcept.text [ fhir:value "Azithromycin 500 MG Oral Tablet" ]
];
fhir:MedicationAdministration.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:MedicationAdministration.effectivePeriod [
fhir:Period.start [ fhir:value "2018-03-07"^^xsd:date ];
fhir:Period.end [ fhir:value "2018-03-07"^^xsd:date ]
];
fhir:MedicationAdministration.dosage [
fhir:MedicationAdministration.dosage.text [ fhir:value "Two tablets at once" ];
fhir:MedicationAdministration.dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:26643006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "26643006" ];
fhir:Coding.display [ fhir:value "Oral Route" ] ] ];
fhir:MedicationAdministration.dosage.method [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:421521009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "421521009" ];
fhir:Coding.display [ fhir:value "Swallow - dosing instruction imperative (qualifier value)" ] ] ];
fhir:MedicationAdministration.dosage.dose [
fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "TAB" ];
fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ];
fhir:Quantity.code [ fhir:value "TAB" ] ]
].
<http://example.org/fhir/Observation/observation-travel-history-eve-everywoman-201801> a fhir:Observation;
fhir:Resource.id [ fhir:value "observation-travel-history-eve-everywoman-201801"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-travel-history-eve-everywoman-201801</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">11</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Travel History</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Travel</div> ( \n <div title=\"code\">420008001</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-01-15</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-01-30</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Location</div> ( \n <div title=\"code\">LOC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Fiji</div> ( \n <div title=\"code\">FJI</div> ) \n </li>\n <li>\n <div title=\"system\">urn:iso:std:iso:3166</div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Location</div> ( \n <div title=\"code\">LOC</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Vanuatu</div> ( \n <div title=\"code\">VUT</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=1.0.3166.1</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:420008001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "420008001" ];
fhir:Coding.display [ fhir:value "Travel" ] ];
fhir:CodeableConcept.text [ fhir:value "Travel History" ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2018-01-15"^^xsd:date ];
fhir:Period.end [ fhir:value "2018-01-30"^^xsd:date ]
];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
fhir:Coding.code [ fhir:value "LOC" ];
fhir:Coding.display [ fhir:value "Location" ] ] ];
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "FJI" ];
fhir:Coding.display [ fhir:value "Fiji" ] ] ]
], [
fhir:index 1;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
fhir:Coding.code [ fhir:value "LOC" ];
fhir:Coding.display [ fhir:value "Location" ] ] ];
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:1.0.3166.1" ];
fhir:Coding.code [ fhir:value "VUT" ];
fhir:Coding.display [ fhir:value "Vanuatu" ] ] ]
].
<http://example.org/fhir/Condition/condition-eicr-eve-everywoman-common-cold> a fhir:Condition;
fhir:Resource.id [ fhir:value "condition-eicr-eve-everywoman-common-cold"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">condition-eicr-eve-everywoman-common-cold</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">15</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-10T21:21:49.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Problem List Item</div> ( \n <div title=\"code\">problem-list-item</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">http://terminology.hl7.org/CodeSystem/condition-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Common cold (disorder)</div> ( \n <div title=\"code\">82272006</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">onsetDateTime</td>\n <td>\n <div title=\"onsetDateTime\">2017-09-23</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">asserter</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Condition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
fhir:Coding.code [ fhir:value "problem-list-item" ];
fhir:Coding.display [ fhir:value "Problem List Item" ] ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:82272006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "82272006" ];
fhir:Coding.display [ fhir:value "Common cold (disorder)" ] ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Condition.onsetDateTime [ fhir:value "2017-09-23"^^xsd:date];
fhir:Condition.asserter [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-us-core-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
].
<http://example.org/fhir/Observation/observation-odh-usual-work-eve-everywoman> a fhir:Observation;
fhir:Resource.id [ fhir:value "observation-odh-usual-work-eve-everywoman"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-odh-usual-work-eve-everywoman</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">2</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-20T10:53:14.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Usual occupation</div> ( \n <div title=\"code\">21843-8</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectivePeriod</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2015-01-01</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-03-07</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Human Resources Managers</div> ( \n <div title=\"code\">0136</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.314</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">component</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">History of Usual industry</div> ( \n <div title=\"code\">21844-6</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueCodeableConcept</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Hospitals</div> ( \n <div title=\"code\">8190</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.315</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:21843-8;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "21843-8" ];
fhir:Coding.display [ fhir:value "History of Usual occupation" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2015-01-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2018-03-07"^^xsd:date ]
];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.314" ];
fhir:Coding.code [ fhir:value "0136" ];
fhir:Coding.display [ fhir:value "Human Resources Managers" ] ]
];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:21844-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "21844-6" ];
fhir:Coding.display [ fhir:value "History of Usual industry" ] ] ];
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.315" ];
fhir:Coding.code [ fhir:value "8190" ];
fhir:Coding.display [ fhir:value "Hospitals" ] ] ]
].
<http://example.org/fhir/Observation/observation-us-core-results-eve-everywoman-lymphocytes> a fhir:Observation;
fhir:Resource.id [ fhir:value "observation-us-core-results-eve-everywoman-lymphocytes"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">observation-us-core-results-eve-everywoman-lymphocytes</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">10</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T02:50:13.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">final</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Laboratory</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Laboratory</div> ( \n <div title=\"code\">laboratory</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/observation-category\">http://terminology.hl7.org/CodeSystem/observation-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Lymphocytes [#/volume] in Blood by Automated count</div> ( \n <div title=\"code\">731-0</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">effectiveDateTime</td>\n <td>\n <div title=\"effectiveDateTime\">2018-03-07</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">valueQuantity</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"value\">5.2</div>\n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </li>\n <li>\n <div title=\"code\">10*3/uL</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">interpretation</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">High</div> ( \n <div title=\"code\">H</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v2-0078\">http://terminology.hl7.org/CodeSystem/v2-0078</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">referenceRange</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">low</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">1</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">10*3/uL</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">high</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">4.8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">10*3/uL</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
fhir:Coding.code [ fhir:value "laboratory" ];
fhir:Coding.display [ fhir:value "Laboratory" ] ];
fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:731-0;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "731-0" ];
fhir:Coding.display [ fhir:value "Lymphocytes [#/volume] in Blood by Automated count" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2018-03-07"^^xsd:date];
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "5.2"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "10*3/uL" ]
];
fhir:Observation.interpretation [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0078" ];
fhir:Coding.code [ fhir:value "H" ];
fhir:Coding.display [ fhir:value "High" ] ]
];
fhir:Observation.referenceRange [
fhir:index 0;
fhir:Observation.referenceRange.low [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "10*3/uL" ] ];
fhir:Observation.referenceRange.high [
fhir:Quantity.value [ fhir:value "4.8"^^xsd:decimal ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "10*3/uL" ] ]
].
<http://example.org/fhir/Patient/patient-ecr-eve-everywoman> a fhir:Patient;
fhir:Resource.id [ fhir:value "patient-ecr-eve-everywoman"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">patient-ecr-eve-everywoman</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">13</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-11T03:45:24.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-patient</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">us-core-race</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">White</div>\n </li>\n <li>\n <div title=\"system\">urn:oid:2.16.840.1.113883.6.238</div>\n </li>\n <li>\n <div title=\"code\">2106-3</div>\n </li>\n <li>\n <div title=\"valueString\">White</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">us-core-ethnicity</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Not Hispanic or Latino</div>\n </li>\n <li>\n <div title=\"system\">urn:oid:2.16.840.1.113883.6.238</div>\n </li>\n <li>\n <div title=\"code\">2186-5</div>\n </li>\n <li>\n <div title=\"valueString\">Not Hispanic or Latino</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">us-core-birthsex</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"valueCode\">F</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">patient-genderIdentity</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">female</div> ( \n <div title=\"code\">female</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org/fhir/gender-identity\">http://hl7.org/fhir/gender-identity</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"use\">usual</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Medical Record Number</div> ( \n <div title=\"code\">MR</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">http://terminology.hl7.org/CodeSystem/v2-0203</a>\n </div>\n </li>\n </ul>\n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://hospital.smarthealthit.org\">http://hospital.smarthealthit.org</a>\n </div>\n </li>\n <li>\n <div title=\"value\">1032702</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">family</td>\n <td>\n <div title=\"family\">Everywoman</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">given</td>\n <td>\n <div title=\"given\">Eve</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">given</td>\n <td>\n <div title=\"given\">L</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">1-(404)555-1212</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">use</td>\n <td>\n <div title=\"use\">home</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">eve.everywoman@example.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">gender</td>\n <td>\n <div title=\"gender\">female</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">birthDate</td>\n <td>\n <div title=\"birthDate\">1974-11-24</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">5101 Peachtree St NE</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Atlanta</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">GA</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">30302</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">country</td>\n <td>\n <div title=\"country\">US</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "ombCategory" ];
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
fhir:Coding.code [ fhir:value "2106-3" ];
fhir:Coding.display [ fhir:value "White" ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "text" ];
fhir:Extension.valueString [ fhir:value "White" ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "ombCategory" ];
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
fhir:Coding.code [ fhir:value "2186-5" ];
fhir:Coding.display [ fhir:value "Not Hispanic or Latino" ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "text" ];
fhir:Extension.valueString [ fhir:value "Not Hispanic or Latino" ] ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" ];
fhir:Extension.valueCode [ fhir:value "F" ]
], [
fhir:index 3;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/gender-identity" ];
fhir:Coding.code [ fhir:value "female" ];
fhir:Coding.display [ fhir:value "female" ] ] ]
];
fhir:Patient.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "usual" ];
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "MR" ];
fhir:Coding.display [ fhir:value "Medical Record Number" ] ] ];
fhir:Identifier.system [ fhir:value "http://hospital.smarthealthit.org" ];
fhir:Identifier.value [ fhir:value "1032702" ]
];
fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Everywoman" ];
fhir:HumanName.given [
fhir:value "Eve";
fhir:index 0 ], [
fhir:value "L";
fhir:index 1 ]
];
fhir:Patient.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "1-(404)555-1212" ];
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "eve.everywoman@example.com" ]
];
fhir:Patient.gender [ fhir:value "female"];
fhir:Patient.birthDate [ fhir:value "1974-11-24"^^xsd:date];
fhir:Patient.address [
fhir:index 0;
fhir:Address.line [
fhir:value "5101 Peachtree St NE";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Atlanta" ];
fhir:Address.state [ fhir:value "GA" ];
fhir:Address.postalCode [ fhir:value "30302" ];
fhir:Address.country [ fhir:value "US" ]
].
<http://example.org/fhir/PractitionerRole/practitionerrole-henry-seven> a fhir:PractitionerRole;
fhir:Resource.id [ fhir:value "practitionerrole-henry-seven"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">practitionerrole-henry-seven</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-14T01:24:13.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-practitionerrole</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org/fhir/sid/us-npi\">http://hl7.org/fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">9941339108</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">practitioner</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">organization</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Organization-organization-ecr-salem-medical-center.html\">Salem Medical Center</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Primary Care Clinic/Center</div> ( \n <div title=\"code\">261QP2300X</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://nucc.org/provider-taxonomy\">http://nucc.org/provider-taxonomy</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">specialty</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Family Practice</div> ( \n <div title=\"code\">419772000</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">location</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Location-location-ecr-salem-medical-center.html\">Salem Medical Center</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">henry.seven@example.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:PractitionerRole.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "9941339108" ]
];
fhir:PractitionerRole.practitioner [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-us-core-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
];
fhir:PractitionerRole.organization [
fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ];
fhir:Reference.display [ fhir:value "Salem Medical Center" ]
];
fhir:PractitionerRole.code [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
fhir:Coding.code [ fhir:value "261QP2300X" ];
fhir:Coding.display [ fhir:value "Primary Care Clinic/Center" ] ]
];
fhir:PractitionerRole.specialty [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:419772000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "419772000" ];
fhir:Coding.display [ fhir:value "Family Practice" ] ]
];
fhir:PractitionerRole.location [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Location/location-ecr-salem-medical-center" ];
fhir:Reference.display [ fhir:value "Salem Medical Center" ]
];
fhir:PractitionerRole.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "henry.seven@example.com" ]
].
<http://example.org/fhir/Practitioner/practitioner-us-core-henry-seven> a fhir:Practitioner;
fhir:Resource.id [ fhir:value "practitioner-us-core-henry-seven"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">practitioner-us-core-henry-seven</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">8</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-14T01:24:13.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org/fhir/sid/us-npi\">http://hl7.org/fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">9941339108</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">family</td>\n <td>\n <div title=\"family\">Henry</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">given</td>\n <td>\n <div title=\"given\">Seven</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">suffix</td>\n <td>\n <div title=\"suffix\">M.D.</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">henry.seven@example.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">BMass Doctors</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">2100 North Ave</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Burlington</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MA</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">02368</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">country</td>\n <td>\n <div title=\"country\">US</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Practitioner.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "9941339108" ]
];
fhir:Practitioner.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Henry" ];
fhir:HumanName.given [
fhir:value "Seven";
fhir:index 0 ];
fhir:HumanName.suffix [
fhir:value "M.D.";
fhir:index 0 ]
];
fhir:Practitioner.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "henry.seven@example.com" ]
];
fhir:Practitioner.address [
fhir:index 0;
fhir:Address.line [
fhir:value "BMass Doctors";
fhir:index 0 ], [
fhir:value "2100 North Ave";
fhir:index 1 ];
fhir:Address.city [ fhir:value "Burlington" ];
fhir:Address.state [ fhir:value "MA" ];
fhir:Address.postalCode [ fhir:value "02368" ];
fhir:Address.country [ fhir:value "US" ]
].
<http://example.org/fhir/ServiceRequest/servicerequest-eicr-zika> a fhir:ServiceRequest;
fhir:Resource.id [ fhir:value "servicerequest-eicr-zika"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">servicerequest-eicr-zika</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">9</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-23T13:56:36.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">completed</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">intent</td>\n <td>\n <div title=\"intent\">order</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Diagnostics Procedure</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Diagnostic procedure (procedure)</div> ( \n <div title=\"code\">103693007</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Zika RT-PCR</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Zika virus envelope E gene [Presence] in Serum by NAA with probe\n detection</div> ( \n <div title=\"code\">80825-3</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://loinc.org\">http://loinc.org</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">performer</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:ServiceRequest.status [ fhir:value "completed"];
fhir:ServiceRequest.intent [ fhir:value "order"];
fhir:ServiceRequest.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:103693007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "103693007" ];
fhir:Coding.display [ fhir:value "Diagnostic procedure (procedure)" ] ];
fhir:CodeableConcept.text [ fhir:value "Diagnostics Procedure" ]
];
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:80825-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "80825-3" ];
fhir:Coding.display [ fhir:value "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection" ] ];
fhir:CodeableConcept.text [ fhir:value "Zika RT-PCR" ]
];
fhir:ServiceRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:ServiceRequest.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/organization-ecr-acme-laboratory" ];
fhir:Reference.display [ fhir:value "Acme Labs" ]
].
<http://example.org/fhir/Condition/condition-eicr-eve-everywoman-zika> a fhir:Condition;
fhir:Resource.id [ fhir:value "condition-eicr-eve-everywoman-zika"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">condition-eicr-eve-everywoman-zika</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">1</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-10T21:21:49.000-04:00</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">category</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Encounter Diagnosis</div> ( \n <div title=\"code\">encounter-diagnosis</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/condition-category\">http://terminology.hl7.org/CodeSystem/condition-category</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Zika virus disease (disorder)</div> ( \n <div title=\"code\">3928002</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">onsetDateTime</td>\n <td>\n <div title=\"onsetDateTime\">2017-08-23</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">asserter</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Condition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
fhir:Coding.code [ fhir:value "encounter-diagnosis" ];
fhir:Coding.display [ fhir:value "Encounter Diagnosis" ] ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:3928002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "3928002" ];
fhir:Coding.display [ fhir:value "Zika virus disease (disorder)" ] ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Condition.onsetDateTime [ fhir:value "2017-08-23"^^xsd:date];
fhir:Condition.asserter [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-us-core-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
].
<http://example.org/fhir/Encounter/encounter-eicr-eve-everywoman-outpatient> a fhir:Encounter;
fhir:Resource.id [ fhir:value "encounter-eicr-eve-everywoman-outpatient"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">encounter-eicr-eve-everywoman-outpatient</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">3</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-11T22:32:46.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-encounter</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hospital.smarthealthit.org\">http://hospital.smarthealthit.org</a>\n </div>\n </li>\n <li>\n <div title=\"value\">9937012</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">finished</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">class</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">ambulatory</div>\n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ActCode\">http://terminology.hl7.org/CodeSystem/v3-ActCode</a>\n </div>\n </li>\n <li>\n <div title=\"code\">AMB</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"text\">Office Visit</div>\n </li>\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li> ( \n <div title=\"code\">99201</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://www.ama-assn.org/go/cpt\">http://www.ama-assn.org/go/cpt</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">subject</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">participant</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">attender</div> ( \n <div title=\"code\">ATND</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-ParticipationType\">http://terminology.hl7.org/CodeSystem/v3-ParticipationType</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">individual</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"PractitionerRole-practitionerrole-henry-seven.html\">Henry Seven, MD</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">period</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">start</td>\n <td>\n <div title=\"start\">2018-04-01T10:00:00-05:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">end</td>\n <td>\n <div title=\"end\">2018-04-02T10:15:00-05:00</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">diagnosis</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <b>Trigger code</b>\n </li>\n <li>Trigger Code: 3928002</li>\n <li>Trigger Code Display: Zika virus disease (disorder)</li>\n <li>Trigger Code System: http://snomed.info/sct</li>\n <li>Trigger Code Value Set: urn:oid:2.16.840.1.114222.4.11.7508</li>\n <li>Trigger Code Value Set Version: 12/12/2018</li>\n <li>\n <a href=\"Condition-condition-eicr-eve-everywoman-zika.html\">Condition/condition-eicr-eve-everywoman-zika</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">diagnosis</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Condition/condition-eicr-eve-everywoman-common-cold</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">location</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Location-location-ecr-salem-medical-center.html\">Clinic Bldg A, Salem Medical Center,\n 4646 Brown Rd, Salem, MA 02368</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">serviceProvider</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li/>\n <li>\n <a href=\"Organization-organization-ecr-salem-medical-center.html\">Salem Medical Center, 22222\n Health Authority Drive, Ann Arbor MI, 99999</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Encounter.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hospital.smarthealthit.org" ];
fhir:Identifier.value [ fhir:value "9937012" ]
];
fhir:Encounter.status [ fhir:value "finished"];
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "AMB" ];
fhir:Coding.display [ fhir:value "ambulatory" ]
];
fhir:Encounter.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ];
fhir:Coding.code [ fhir:value "99201" ] ];
fhir:CodeableConcept.text [ fhir:value "Office Visit" ]
];
fhir:Encounter.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
];
fhir:Encounter.participant [
fhir:index 0;
fhir:Encounter.participant.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
fhir:Coding.code [ fhir:value "ATND" ];
fhir:Coding.display [ fhir:value "attender" ] ] ];
fhir:Encounter.participant.individual [
fhir:Reference.reference [ fhir:value "PractitionerRole/practitionerrole-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ] ]
];
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2018-04-01T10:00:00-05:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2018-04-02T10:15:00-05:00"^^xsd:dateTime ]
];
fhir:Encounter.diagnosis [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "triggerCodeValueSet" ];
fhir:Extension.valueOid [ fhir:value "urn:oid:2.16.840.1.114222.4.11.7508" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "triggerCodeValueSetVersion" ];
fhir:Extension.valueString [ fhir:value "12/12/2018" ] ], [
fhir:index 2;
fhir:Extension.url [ fhir:value "triggerCode" ];
fhir:Extension.valueCoding [
a sct:3928002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "3928002" ];
fhir:Coding.display [ fhir:value "Zika virus disease (disorder)" ] ] ] ];
fhir:Encounter.diagnosis.condition [
fhir:Reference.reference [ fhir:value "Condition/condition-eicr-eve-everywoman-zika" ] ]
], [
fhir:index 1;
fhir:Encounter.diagnosis.condition [
fhir:Reference.reference [ fhir:value "Condition/condition-eicr-eve-everywoman-common-cold" ] ]
];
fhir:Encounter.location [
fhir:index 0;
fhir:Encounter.location.location [
fhir:Reference.reference [ fhir:value "Location/location-ecr-salem-medical-center" ];
fhir:Reference.display [ fhir:value "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368" ] ]
];
fhir:Encounter.serviceProvider [
fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ];
fhir:Reference.display [ fhir:value "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999" ]
].
<http://example.org/fhir/Organization/organization-ecr-acme-laboratory> a fhir:Organization;
fhir:Resource.id [ fhir:value "organization-ecr-acme-laboratory"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-ecr-acme-laboratory</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">11</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-23T16:12:36.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">1144221999</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">outpatient laboratory</div> ( \n <div title=\"code\">OUTLAB</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">http://terminology.hl7.org/CodeSystem/v3-RoleCode</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Acme_Labs</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-4444</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@acme-labs.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">7777 Laboratory Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "1144221999" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "OUTLAB" ];
fhir:Coding.display [ fhir:value "outpatient laboratory" ] ]
];
fhir:Organization.name [ fhir:value "Acme_Labs"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1-555-555-4444" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@acme-labs.com" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "7777 Laboratory Drive";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
].
<http://example.org/fhir/Organization/organization-ecr-salem-medical-center> a fhir:Organization;
fhir:Resource.id [ fhir:value "organization-ecr-salem-medical-center"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-ecr-salem-medical-center</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">16</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:41.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">55555555</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Outpatient facility</div> ( \n <div title=\"code\">OF</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">http://terminology.hl7.org/CodeSystem/v3-RoleCode</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Salem Medical Center</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-1111</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@salemmedicalcenter.com</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">22222 Health Authority Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "55555555" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "OF" ];
fhir:Coding.display [ fhir:value "Outpatient facility" ] ]
];
fhir:Organization.name [ fhir:value "Salem Medical Center"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1-555-555-1111" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@salemmedicalcenter.com" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "22222 Health Authority Drive";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
].
<http://example.org/fhir/Location/location-ecr-salem-medical-center> a fhir:Location;
fhir:Resource.id [ fhir:value "location-ecr-salem-medical-center"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">location-ecr-salem-medical-center</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">12</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-11-02T02:28:50.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-location</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">active</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Clinic Bldg A, Salem Medical Center</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Hospital</div> ( \n <div title=\"code\">HOSP</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">http://terminology.hl7.org/CodeSystem/v3-RoleCode</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">(+1) (555)555-3001</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">fax</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">(+1) (555)555-3002</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@smc.org</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">Clinic Bldg A</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">4444 Healthcare Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">managingOrganization</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"Organization-organization-ecr-salem-medical-center.html\">Organization/organization-ecr-salem-medical-center</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Location.status [ fhir:value "active"];
fhir:Location.name [ fhir:value "Clinic Bldg A, Salem Medical Center"];
fhir:Location.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "HOSP" ];
fhir:Coding.display [ fhir:value "Hospital" ] ]
];
fhir:Location.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "(+1) (555)555-3001" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "fax" ];
fhir:ContactPoint.value [ fhir:value "(+1) (555)555-3002" ]
], [
fhir:index 2;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@smc.org" ]
];
fhir:Location.address [
fhir:Address.line [
fhir:value "Clinic Bldg A";
fhir:index 0 ], [
fhir:value "4444 Healthcare Drive";
fhir:index 1 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
];
fhir:Location.managingOrganization [
fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ]
].
<http://example.org/fhir/Organization/organization-rr-rules-authoring-agency-haw> a fhir:Organization;
fhir:Resource.id [ fhir:value "organization-rr-rules-authoring-agency-haw"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-rr-rules-authoring-agency-haw</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">7</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">12341234</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Rules Authoring Agency</div> ( \n <div title=\"code\">RR12</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.232\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.232</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Health Authority West Rules Authoring Agency</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-3555</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@healthauthoritywest.gov</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">7777 Health Authority Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "12341234" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.232" ];
fhir:Coding.code [ fhir:value "RR12" ];
fhir:Coding.display [ fhir:value "Rules Authoring Agency" ] ]
];
fhir:Organization.name [ fhir:value "Health Authority West Rules Authoring Agency"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1-555-555-3555" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@healthauthoritywest.gov" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "7777 Health Authority Drive";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
].
<http://example.org/fhir/Organization/organization-rr-responsible-agency-haw> a fhir:Organization;
fhir:Resource.id [ fhir:value "organization-rr-responsible-agency-haw"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-rr-responsible-agency-haw</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">7</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/rr-responsible-agency-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">99996666</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Responsible Agency</div> ( \n <div title=\"code\">RR8</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.232\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.232</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Health Authority West Responsible Agency</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-3555</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@healthauthoritywest.gov</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">7777 Health Authority Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "99996666" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.232" ];
fhir:Coding.code [ fhir:value "RR8" ];
fhir:Coding.display [ fhir:value "Responsible Agency" ] ]
];
fhir:Organization.name [ fhir:value "Health Authority West Responsible Agency"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1-555-555-3555" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@healthauthoritywest.gov" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "7777 Health Authority Drive";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
].
<http://example.org/fhir/Organization/organization-rr-routing-entity-haw> a fhir:Organization;
fhir:Resource.id [ fhir:value "organization-rr-routing-entity-haw"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-rr-routing-entity-haw</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">7</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-05T03:15:42.000-04:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">43214321</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Routing Entity</div> ( \n <div title=\"code\">RR7</div> ) \n </li>\n <li>\n <div title=\"system\">\n <a href=\"https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.232\">https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.232</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Health Authority West Routing Entity</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1-555-555-3555</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">mail@healthauthoritywest.gov</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">7777 Health Authority Drive</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Ann Arbor</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MI</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">99999</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "43214321" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.232" ];
fhir:Coding.code [ fhir:value "RR7" ];
fhir:Coding.display [ fhir:value "Routing Entity" ] ]
];
fhir:Organization.name [ fhir:value "Health Authority West Routing Entity"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "+1-555-555-3555" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mail@healthauthoritywest.gov" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "7777 Health Authority Drive";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Ann Arbor" ];
fhir:Address.state [ fhir:value "MI" ];
fhir:Address.postalCode [ fhir:value "99999" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.