Specialty Medication Enrollment
0.1.0 - STU1 Ballot

This page is part of the Specialty Medication Enrollment (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Specialty Rx MessageDefinition - Query Response - Unsolicited - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MessageDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "specialty-rx-query-response-unsolicited"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-query-response-unsolicited</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: SpecialtyRxMessageDefinitionQueryResponseUnsolicited</p><p><b>title</b>: Specialty Rx Message Definition - Query Response - Unsolicited</p><p><b>status</b>: active</p><p><b>experimental</b>: false</p><p><b>date</b>: Jul 28, 2020 12:00:00 AM</p><p><b>publisher</b>: HL7 International - Pharmacy</p><p><b>contact</b>: HL7 International - Pharmacy: <a href=\"http://www.hl7.org/Special/committees/medication\">http://www.hl7.org/Special/committees/medication</a>, Frank McKinney: <a href=\"mailto:frank.mckinney@pocp.com\">frank.mckinney@pocp.com</a></p><p><b>description</b>: Unsolicited message conveying data related to a prescribed specialty medication. References the query-response-unsolicited event</p><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>purpose</b>: Unsolicited transmission of patient data related to a prescribed specialty medication. Consists of FHIR resources retrieved systematically from the patient's medical record</p><p><b>event</b>: <span title=\"{http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type query-response-unsolicited}\">Query Response - Unsolicited</span></p><p><b>category</b>: currency</p><h3>Focus</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td>*</td><td>Parameters</td><td>1</td><td>1</td></tr></table></div>"
  ];
  fhir:MessageDefinition.url [ fhir:value "http://hl7.org/fhir/us/specialty-rx/MessageDefinition/specialty-rx-query-response-unsolicited"];
  fhir:MessageDefinition.version [ fhir:value "0.1.0"];
  fhir:MessageDefinition.name [ fhir:value "SpecialtyRxMessageDefinitionQueryResponseUnsolicited"];
  fhir:MessageDefinition.title [ fhir:value "Specialty Rx Message Definition - Query Response - Unsolicited"];
  fhir:MessageDefinition.status [ fhir:value "active"];
  fhir:MessageDefinition.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:MessageDefinition.date [ fhir:value "2020-07-28T00:00:00-00:00"^^xsd:dateTime];
  fhir:MessageDefinition.publisher [ fhir:value "HL7 International - Pharmacy"];
  fhir:MessageDefinition.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Pharmacy" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/medication" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Frank McKinney" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "frank.mckinney@pocp.com" ]     ]
  ];
  fhir:MessageDefinition.description [ fhir:value "Unsolicited message conveying data related to a prescribed specialty medication. References the query-response-unsolicited event"];
  fhir:MessageDefinition.jurisdiction [
     fhir:index 0;
     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:MessageDefinition.purpose [ fhir:value "Unsolicited transmission of patient data related to a prescribed specialty medication. Consists of FHIR resources retrieved systematically from the patient's medical record"];
  fhir:MessageDefinition.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:MessageDefinition.category [ fhir:value "currency"];
  fhir:MessageDefinition.focus [
     fhir:index 0;
     fhir:MessageDefinition.focus.code [ fhir:value "Parameters" ];
     fhir:MessageDefinition.focus.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
     fhir:MessageDefinition.focus.max [ fhir:value "1" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.