This page is part of the Specialty Medication Enrollment (v2.0.0-ballot: STU2 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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 "specialty-rx-query-response-unsolicited-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query-response-unsolicited";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query-response-unsolicited> ]
];
fhir:Bundle.type [ fhir:value "message"];
fhir:Bundle.timestamp [ fhir:value "2020-03-11T13:10:17-05:00"^^xsd:dateTime];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/MessageHeader/msgheader1" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/MessageHeader/msgheader1>
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d" ];
fhir:Bundle.entry.resource <urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d>
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Patient/patientEHR" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Patient/patientEHR>
], [
fhir:index 3;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/MedicationRequest/prescription1" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/MedicationRequest/prescription1>
], [
fhir:index 4;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Practitioner/practitioner1" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Practitioner/practitioner1>
], [
fhir:index 5;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Organization/pharmacy1" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Organization/pharmacy1>
], [
fhir:index 6;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Bundle/3456789" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Bundle/3456789>
], [
fhir:index 7;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Bundle/987654" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Bundle/987654>
].
<http://example.org/MyEHR/MessageHeader/msgheader1> a fhir:MessageHeader;
fhir:Resource.id [ fhir:value "msgheader1"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader \"msgheader1\" </p></div><p><b>event</b>: Query Response - Unsolicited (Details: http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type code query-response-unsolicited = 'Query Response - Unsolicited', stated as 'null')</p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>MyEHR</td><td><a href=\"http://example.org/MyEHR\">http://example.org/MyEHR</a></td></tr></table><p><b>focus</b>: <a href=\"#Parameters_61ebe359-bfdc-4613-8bf2-c5e300945f0d\">See above (urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d)</a></p></div>"
];
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type" ];
fhir:Coding.code [ fhir:value "query-response-unsolicited" ]
];
fhir:MessageHeader.source [
fhir:MessageHeader.source.name [ fhir:value "MyEHR" ];
fhir:MessageHeader.source.endpoint [ fhir:value "http://example.org/MyEHR" ]
];
fhir:MessageHeader.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d" ]
].
<urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d> a fhir:Parameters;
fhir:Resource.id [ fhir:value "61ebe359-bfdc-4613-8bf2-c5e300945f0d"];
fhir:Parameters.parameter [
fhir:index 0;
fhir:Parameters.parameter.name [ fhir:value "source-patient" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/MyEHR/Patient/patientEHR>;
fhir:Reference.reference [ fhir:value "http://example.org/MyEHR/Patient/patientEHR" ] ]
], [
fhir:index 1;
fhir:Parameters.parameter.name [ fhir:value "prescription" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/MyEHR/MedicationRequest/prescription1>;
fhir:Reference.reference [ fhir:value "http://example.org/MyEHR/MedicationRequest/prescription1" ] ]
], [
fhir:index 2;
fhir:Parameters.parameter.name [ fhir:value "pharmacy" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/MyEHR/Organization/pharmacy1>;
fhir:Reference.reference [ fhir:value "http://example.org/MyEHR/Organization/pharmacy1" ] ]
], [
fhir:index 3;
fhir:Parameters.parameter.name [ fhir:value "prescriber" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/MyEHR/Practitioner/practitioner1>;
fhir:Reference.reference [ fhir:value "http://example.org/MyEHR/Practitioner/practitioner1" ] ]
], [
fhir:index 4;
fhir:Parameters.parameter.name [ fhir:value "search-result" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/MyEHR/Bundle/3456789>;
fhir:Reference.reference [ fhir:value "http://example.org/MyEHR/Bundle/3456789" ] ]
], [
fhir:index 5;
fhir:Parameters.parameter.name [ fhir:value "search-result" ];
fhir:Parameters.parameter.valueReference [
fhir:link <http://example.org/MyEHR/Bundle/987654>;
fhir:Reference.reference [ fhir:value "http://example.org/MyEHR/Bundle/987654" ] ]
].
<http://example.org/MyEHR/Patient/patientEHR> a fhir:Patient;
fhir:Resource.id [ fhir:value "patientEHR"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient \"patientEHR\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-patient.html\">Specialty Rx Patient</a></p></div><p><b>identifier</b>: Medical record number: 30455</p><p><b>active</b>: true</p><p><b>name</b>: Tim Doe </p><p><b>telecom</b>: ph: 555-555-5555(HOME), <a href=\"mailto:tim.doe@example.com\">tim.doe@example.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1987-02-20</p><p><b>address</b>: 2224 Century Avenue Minnetonka MN 55345 US </p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td></tr><tr><td>*</td><td>English (Region=United States) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en-US)</span></td></tr></table></div>"
];
fhir:Patient.identifier [
fhir:index 0;
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:CodeableConcept.text [ fhir:value "Medical record number" ] ];
fhir:Identifier.system [ fhir:value "http://example.org/MyEHR" ];
fhir:Identifier.value [ fhir:value "30455" ]
];
fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Doe" ];
fhir:HumanName.given [
fhir:value "Tim";
fhir:index 0 ]
];
fhir:Patient.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "555-555-5555" ];
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "tim.doe@example.com" ]
];
fhir:Patient.gender [ fhir:value "male"];
fhir:Patient.birthDate [ fhir:value "1987-02-20"^^xsd:date];
fhir:Patient.address [
fhir:index 0;
fhir:Address.line [
fhir:value "2224 Century Avenue";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Minnetonka" ];
fhir:Address.state [ fhir:value "MN" ];
fhir:Address.postalCode [ fhir:value "55345" ];
fhir:Address.country [ fhir:value "US" ]
];
fhir:Patient.communication [
fhir:index 0;
fhir:Patient.communication.language [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
fhir:Coding.code [ fhir:value "en-US" ];
fhir:Coding.display [ fhir:value "English (Region=United States)" ] ] ]
].
<http://example.org/MyEHR/MedicationRequest/prescription1> a fhir:MedicationRequest;
fhir:Resource.id [ fhir:value "prescription1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest \"prescription1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-medicationrequest.html\">Specialty Prescription</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Humira 40 MG in 0.4 ML Auto-Injector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1872980)</span></p><p><b>subject</b>: <a href=\"#Patient_patientEHR\">See above (Patient/patientEHR)</a></p><p><b>authoredOn</b>: 2020-03-10</p><p><b>requester</b>: <a href=\"#Practitioner_practitioner1\">See above (Practitioner/practitioner1)</a></p><blockquote><p><b>dispenseRequest</b></p><h3>InitialFills</h3><table class=\"grid\"><tr><td>-</td><td><b>Quantity</b></td></tr><tr><td>*</td><td>4 {each}</td></tr></table><p><b>numberOfRepeatsAllowed</b>: 2</p><p><b>performer</b>: <a href=\"#Organization_pharmacy1\">See above (Organization/pharmacy1: Our Specialty Pharmacy)</a></p></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td>-</td><td><b>Allowed[x]</b></td></tr><tr><td>*</td><td>false</td></tr></table></div>"
];
fhir:MedicationRequest.status [ fhir:value "active"];
fhir:MedicationRequest.intent [ fhir:value "order"];
fhir:MedicationRequest.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 "1872980" ];
fhir:Coding.display [ fhir:value "Humira 40 MG in 0.4 ML Auto-Injector" ] ]
];
fhir:MedicationRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
];
fhir:MedicationRequest.authoredOn [ fhir:value "2020-03-10"^^xsd:date];
fhir:MedicationRequest.requester [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner1" ]
];
fhir:MedicationRequest.dosageInstruction [
fhir:index 0;
fhir:Dosage.text [ fhir:value "Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter" ]
];
fhir:MedicationRequest.dispenseRequest [
fhir:MedicationRequest.dispenseRequest.initialFill [
fhir:MedicationRequest.dispenseRequest.initialFill.quantity [
fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "{each}" ] ] ];
fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "2"^^xsd:nonNegativeInteger ];
fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "days" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "d" ] ];
fhir:MedicationRequest.dispenseRequest.performer [
fhir:Reference.reference [ fhir:value "Organization/pharmacy1" ];
fhir:Reference.display [ fhir:value "Our Specialty Pharmacy" ] ]
];
fhir:MedicationRequest.substitution [
fhir:MedicationRequest.substitution.allowedBoolean [ fhir:value "false"^^xsd:boolean ]
].
<http://example.org/MyEHR/Practitioner/practitioner1> a fhir:Practitioner;
fhir:Resource.id [ fhir:value "practitioner1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner \"practitioner1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-practitioner.html\">Specialty Prescription Practitioner</a></p></div><p><b>identifier</b>: id: 9941339108</p><p><b>name</b>: Jane Smith </p><p><b>telecom</b>: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), <a href=\"mailto:jane.smith@example.org\">jane.smith@example.org</a></p><p><b>address</b>: 101 Oak Lane Minnetonka MN 55345 (HOME)</p></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 "Smith" ];
fhir:HumanName.given [
fhir:value "Jane";
fhir:index 0 ];
fhir:HumanName.prefix [
fhir:value "Dr";
fhir:index 0 ]
];
fhir:Practitioner.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "555-555-5555" ];
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "fax" ];
fhir:ContactPoint.value [ fhir:value "555-555-1234" ];
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 2;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "jane.smith@example.org" ];
fhir:ContactPoint.use [ fhir:value "work" ]
];
fhir:Practitioner.address [
fhir:index 0;
fhir:Address.use [ fhir:value "home" ];
fhir:Address.line [
fhir:value "101 Oak Lane";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Minnetonka" ];
fhir:Address.state [ fhir:value "MN" ];
fhir:Address.postalCode [ fhir:value "55345" ]
].
<http://example.org/MyEHR/Organization/pharmacy1> a fhir:Organization;
fhir:Resource.id [ fhir:value "pharmacy1"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization \"pharmacy1\" </p></div><p><b>identifier</b>: id: 1669512345</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: Our Pharmacy</p><p><b>telecom</b>: ph: 952-555-5555, <a href=\"mailto:contact-us@example.org\">contact-us@example.org</a></p><p><b>address</b>: 220 Oak St Minneapolis MN 55008 USA </p></div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "1669512345" ]
];
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/organization-type" ];
fhir:Coding.code [ fhir:value "prov" ];
fhir:Coding.display [ fhir:value "Healthcare Provider" ] ]
];
fhir:Organization.name [ fhir:value "Our Pharmacy"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "952-555-5555" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "contact-us@example.org" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.line [
fhir:value "220 Oak St";
fhir:index 0 ];
fhir:Address.city [ fhir:value "Minneapolis" ];
fhir:Address.state [ fhir:value "MN" ];
fhir:Address.postalCode [ fhir:value "55008" ];
fhir:Address.country [ fhir:value "USA" ]
].
<http://example.org/MyEHR/Bundle/3456789> a fhir:Bundle;
fhir:Resource.id [ fhir:value "3456789"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result> ]
];
fhir:Bundle.type [ fhir:value "searchset"];
fhir:Bundle.timestamp [ fhir:value "2020-03-11T13:10:17-05:00"^^xsd:dateTime];
fhir:Bundle.total [ fhir:value "3"^^xsd:nonNegativeInteger];
fhir:Bundle.link [
fhir:index 0;
fhir:Bundle.link.relation [ fhir:value "self" ];
fhir:Bundle.link.url [ fhir:value "Condition?patient=patientEHR" ]
];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Condition/1" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Condition/1>;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ] ]
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Condition/2" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Condition/2>;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ] ]
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/Condition/3" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/Condition/3>;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ] ]
].
<http://example.org/MyEHR/Condition/1> a fhir:Condition;
fhir:Resource.id [ fhir:value "1"];
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ];
fhir:CodeableConcept.text [ fhir:value "Active" ]
];
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "Confirmed" ] ];
fhir:CodeableConcept.text [ fhir:value "Confirmed" ]
];
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:CodeableConcept.text [ fhir:value "Problem" ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:13644009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "13644009" ];
fhir:Coding.display [ fhir:value "Hypercholesterolemia (disorder)" ] ];
fhir:CodeableConcept.text [ fhir:value "Hypercholesterolemia (disorder)" ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
].
<http://example.org/MyEHR/Condition/2> a fhir:Condition;
fhir:Resource.id [ fhir:value "2"];
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ];
fhir:CodeableConcept.text [ fhir:value "Active" ]
];
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "Confirmed" ] ];
fhir:CodeableConcept.text [ fhir:value "Confirmed" ]
];
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:CodeableConcept.text [ fhir:value "Problem" ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:84172003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "84172003" ];
fhir:Coding.display [ fhir:value "Spondylitis (disorder)" ] ];
fhir:CodeableConcept.text [ fhir:value "Spondylitis (disorder)" ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
].
<http://example.org/MyEHR/Condition/3> a fhir:Condition;
fhir:Resource.id [ fhir:value "3"];
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ];
fhir:CodeableConcept.text [ fhir:value "Active" ]
];
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "Confirmed" ] ];
fhir:CodeableConcept.text [ fhir:value "Confirmed" ]
];
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:CodeableConcept.text [ fhir:value "Problem" ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:427603009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "427603009" ];
fhir:Coding.display [ fhir:value "Intermittent asthma (disorder)" ] ];
fhir:CodeableConcept.text [ fhir:value "Intermittent asthma (disorder)" ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
].
<http://example.org/MyEHR/Bundle/987654> a fhir:Bundle;
fhir:Resource.id [ fhir:value "987654"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result> ]
];
fhir:Bundle.type [ fhir:value "searchset"];
fhir:Bundle.timestamp [ fhir:value "2020-03-11T13:10:17-05:00"^^xsd:dateTime];
fhir:Bundle.total [ fhir:value "3"^^xsd:nonNegativeInteger];
fhir:Bundle.link [
fhir:index 0;
fhir:Bundle.link.relation [ fhir:value "self" ];
fhir:Bundle.link.url [ fhir:value "AllergyIntolerance?patient=patientEHR" ]
];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/AllergyIntolerance/1" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/AllergyIntolerance/1>;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ] ]
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/AllergyIntolerance/2" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/AllergyIntolerance/2>;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ] ]
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/MyEHR/AllergyIntolerance/3" ];
fhir:Bundle.entry.resource <http://example.org/MyEHR/AllergyIntolerance/3>;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ] ]
].
<http://example.org/MyEHR/AllergyIntolerance/1> a fhir:AllergyIntolerance;
fhir:Resource.id [ fhir:value "1"];
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ]
];
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "Confirmed" ] ]
];
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.text [ fhir:value "Cashew" ]
];
fhir:AllergyIntolerance.patient [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
].
<http://example.org/MyEHR/AllergyIntolerance/2> a fhir:AllergyIntolerance;
fhir:Resource.id [ fhir:value "2"];
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ]
];
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "Confirmed" ] ]
];
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.text [ fhir:value "Bees" ]
];
fhir:AllergyIntolerance.patient [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
].
<http://example.org/MyEHR/AllergyIntolerance/3> a fhir:AllergyIntolerance;
fhir:Resource.id [ fhir:value "3"];
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ]
];
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "Confirmed" ] ]
];
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.text [ fhir:value "Penicillins" ]
];
fhir:AllergyIntolerance.patient [
fhir:Reference.reference [ fhir:value "Patient/patientEHR" ]
];
fhir:AllergyIntolerance.reaction [
fhir:index 0;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "Hives" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.