This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version. 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:id [ fhir:v "specialty-rx-query-response-unsolicited-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query-response-unsolicited"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query-response-unsolicited> ] ) ] ; # fhir:type [ fhir:v "message"] ; # fhir:timestamp [ fhir:v "2020-03-11T13:10:17-05:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/MessageHeader/msgheader1"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/MessageHeader/msgheader1> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Patient/patientEHR"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Patient/patientEHR> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/MedicationRequest/prescription1"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/MedicationRequest/prescription1> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Practitioner/practitioner1"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Practitioner/practitioner1> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Organization/pharmacy1"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Organization/pharmacy1> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Bundle/3456789"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Bundle/3456789> ) ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Bundle/987654"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Bundle/987654> ) ] ) . # <http://example.org/MyEHR/MessageHeader/msgheader1> a fhir:MessageHeader ; fhir:id [ fhir:v "msgheader1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-messageheader-query-response-unsolicited"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-messageheader-query-response-unsolicited> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"msgheader1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader "msgheader1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-messageheader-query-response-unsolicited.html\">Specialty Rx MessageHeader - Query Response - Unsolicited</a></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:event [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "query-response-unsolicited" ] ] ; # fhir:source [ fhir:name [ fhir:v "MyEHR" ] ; fhir:endpoint [ fhir:v "http://example.org/MyEHR"^^xsd:anyURI ] ] ; # fhir:focus ( [ fhir:reference [ fhir:v "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d" ] ] ) . # <urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d> a fhir:Parameters ; fhir:id [ fhir:v "61ebe359-bfdc-4613-8bf2-c5e300945f0d"] ; # fhir:parameter ( [ fhir:name [ fhir:v "source-patient" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/MyEHR/Patient/patientEHR> ; fhir:reference [ fhir:v "http://example.org/MyEHR/Patient/patientEHR" ] ] ] [ fhir:name [ fhir:v "prescription" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/MyEHR/MedicationRequest/prescription1> ; fhir:reference [ fhir:v "http://example.org/MyEHR/MedicationRequest/prescription1" ] ] ] [ fhir:name [ fhir:v "pharmacy" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/MyEHR/Organization/pharmacy1> ; fhir:reference [ fhir:v "http://example.org/MyEHR/Organization/pharmacy1" ] ] ] [ fhir:name [ fhir:v "prescriber" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/MyEHR/Practitioner/practitioner1> ; fhir:reference [ fhir:v "http://example.org/MyEHR/Practitioner/practitioner1" ] ] ] [ fhir:name [ fhir:v "search-result" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/MyEHR/Bundle/3456789> ; fhir:reference [ fhir:v "http://example.org/MyEHR/Bundle/3456789" ] ] ] [ fhir:name [ fhir:v "search-result" ] ; fhir:value [ a fhir:Reference ; fhir:link <http://example.org/MyEHR/Bundle/987654> ; fhir:reference [ fhir:v "http://example.org/MyEHR/Bundle/987654" ] ] ] ) . # <http://example.org/MyEHR/Patient/patientEHR> a fhir:Patient ; fhir:id [ fhir:v "patientEHR"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"patientEHR\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource 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/5.0.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en-US)</span></td></tr></table></div>" ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical record number" ] ] ) ; fhir:text [ fhir:v "Medical record number" ] ] ; fhir:system [ fhir:v "http://example.org/MyEHR"^^xsd:anyURI ] ; fhir:value [ fhir:v "30455" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:family [ fhir:v "Doe" ] ; ( fhir:given [ fhir:v "Tim" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "555-555-5555" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "tim.doe@example.com" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1987-02-20"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "2224 Century Avenue" ] ) ; fhir:city [ fhir:v "Minnetonka" ] ; fhir:state [ fhir:v "MN" ] ; fhir:postalCode [ fhir:v "55345" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en-US" ] ; fhir:display [ fhir:v "English (Region=United States)" ] ] ) ] ] ) . # <http://example.org/MyEHR/MedicationRequest/prescription1> a fhir:MedicationRequest ; fhir:id [ fhir:v "prescription1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"prescription1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource 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/5.0.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><h3>DosageInstructions</h3><table class=\"grid\"><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td>Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter</td></tr></table><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><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>30</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table><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:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ; fhir:code [ fhir:v "1872980" ] ; fhir:display [ fhir:v "Humira 40 MG in 0.4 ML Auto-Injector" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] ; # fhir:authoredOn [ fhir:v "2020-03-10"^^xsd:date] ; # fhir:requester [ fhir:reference [ fhir:v "Practitioner/practitioner1" ] ] ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter" ] ] ) ; # fhir:dispenseRequest [ fhir:initialFill [ fhir:quantity [ fhir:value [ fhir:v "4"^^xsd:decimal ] ; fhir:unit [ fhir:v "{each}" ] ] ] ; fhir:numberOfRepeatsAllowed [ fhir:v "2"^^xsd:nonNegativeInteger ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "30"^^xsd:decimal ] ; fhir:unit [ fhir:v "days" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "d" ] ] ; fhir:performer [ fhir:reference [ fhir:v "Organization/pharmacy1" ] ; fhir:display [ fhir:v "Our Specialty Pharmacy" ] ] ] ; # fhir:substitution [ fhir:allowed [ fhir:v "false"^^xsd:boolean ] ] . # <http://example.org/MyEHR/Practitioner/practitioner1> a fhir:Practitioner ; fhir:id [ fhir:v "practitioner1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"practitioner1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource 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:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9941339108" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Smith" ] ; ( fhir:given [ fhir:v "Jane" ] ) ; ( fhir:prefix [ fhir:v "Dr" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "555-555-5555" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "555-555-1234" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "jane.smith@example.org" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "101 Oak Lane" ] ) ; fhir:city [ fhir:v "Minnetonka" ] ; fhir:state [ fhir:v "MN" ] ; fhir:postalCode [ fhir:v "55345" ] ] ) . # <http://example.org/MyEHR/Organization/pharmacy1> a fhir:Organization ; fhir:id [ fhir:v "pharmacy1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"pharmacy1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource 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/5.0.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:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1669512345" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ] ) ] ) ; # fhir:name [ fhir:v "Our Pharmacy"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "952-555-5555" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "contact-us@example.org" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "220 Oak St" ] ) ; fhir:city [ fhir:v "Minneapolis" ] ; fhir:state [ fhir:v "MN" ] ; fhir:postalCode [ fhir:v "55008" ] ; fhir:country [ fhir:v "USA" ] ] ) . # <http://example.org/MyEHR/Bundle/3456789> a fhir:Bundle ; fhir:id [ fhir:v "3456789"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result> ] ) ] ; # fhir:type [ fhir:v "searchset"] ; # fhir:timestamp [ fhir:v "2020-03-11T13:10:17-05:00"^^xsd:dateTime] ; # fhir:total [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "Condition?patient=patientEHR"^^xsd:anyURI ] ] ) ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Condition/1"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Condition/1> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Condition/2"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Condition/2> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Condition/3"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/Condition/3> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] ) . # <http://example.org/MyEHR/Condition/1> a fhir:Condition ; fhir:id [ fhir:v "1"] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ; fhir:text [ fhir:v "Active" ] ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ; fhir:text [ fhir:v "Confirmed" ] ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] ) ; fhir:text [ fhir:v "Problem" ] ] ) ; # fhir:code [ ( fhir:coding [ a sct:13644009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "13644009" ] ; fhir:display [ fhir:v "Hypercholesterolemia (disorder)" ] ] ) ; fhir:text [ fhir:v "Hypercholesterolemia (disorder)" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] . # <http://example.org/MyEHR/Condition/2> a fhir:Condition ; fhir:id [ fhir:v "2"] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ; fhir:text [ fhir:v "Active" ] ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ; fhir:text [ fhir:v "Confirmed" ] ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] ) ; fhir:text [ fhir:v "Problem" ] ] ) ; # fhir:code [ ( fhir:coding [ a sct:84172003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "84172003" ] ; fhir:display [ fhir:v "Spondylitis (disorder)" ] ] ) ; fhir:text [ fhir:v "Spondylitis (disorder)" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] . # <http://example.org/MyEHR/Condition/3> a fhir:Condition ; fhir:id [ fhir:v "3"] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ; fhir:text [ fhir:v "Active" ] ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ; fhir:text [ fhir:v "Confirmed" ] ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] ) ; fhir:text [ fhir:v "Problem" ] ] ) ; # fhir:code [ ( fhir:coding [ a sct:427603009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "427603009" ] ; fhir:display [ fhir:v "Intermittent asthma (disorder)" ] ] ) ; fhir:text [ fhir:v "Intermittent asthma (disorder)" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] . # <http://example.org/MyEHR/Bundle/987654> a fhir:Bundle ; fhir:id [ fhir:v "987654"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result> ] ) ] ; # fhir:type [ fhir:v "searchset"] ; # fhir:timestamp [ fhir:v "2020-03-11T13:10:17-05:00"^^xsd:dateTime] ; # fhir:total [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "AllergyIntolerance?patient=patientEHR"^^xsd:anyURI ] ] ) ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/AllergyIntolerance/1"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/AllergyIntolerance/1> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/AllergyIntolerance/2"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/AllergyIntolerance/2> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] [ fhir:fullUrl [ fhir:v "http://example.org/MyEHR/AllergyIntolerance/3"^^xsd:anyURI ] ; ( fhir:resource <http://example.org/MyEHR/AllergyIntolerance/3> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] ) . # <http://example.org/MyEHR/AllergyIntolerance/1> a fhir:AllergyIntolerance ; fhir:id [ fhir:v "1"] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:code [ fhir:text [ fhir:v "Cashew" ] ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] . # <http://example.org/MyEHR/AllergyIntolerance/2> a fhir:AllergyIntolerance ; fhir:id [ fhir:v "2"] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:code [ fhir:text [ fhir:v "Bees" ] ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] . # <http://example.org/MyEHR/AllergyIntolerance/3> a fhir:AllergyIntolerance ; fhir:id [ fhir:v "3"] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:code [ fhir:text [ fhir:v "Penicillins" ] ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/patientEHR" ] ] ; # fhir:reaction ( [ ( fhir:manifestation [ fhir:text [ fhir:v "Hives" ] ] ) ] ) . #
IG © 2021+ HL7 International - Pharmacy. Package hl7.fhir.us.specialty-rx#2.0.0 based on FHIR 4.0.1. Generated 2023-05-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change