QI-Core Implementation Guide: STU Ballot (v3.3.0 for FHIR 4.0.0)

Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions

CommunicationRequest/example

Formats: Narrative, XML, JSON, Turtle

Raw ttl

@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:CommunicationRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationrequest";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationrequest>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: ABC123</p><p><b>basedOn</b>: EligibilityRequest</p><p><b>replaces</b>: prior CommunicationRequest</p><p><b>groupIdentifier</b>: 12345</p><p><b>status</b>: active</p><p><b>category</b>: SolicitedAttachmentRequest <span style=\"background: LightGoldenRodYellow\">(Details : {http://acme.org/messagetypes code 'SolicitedAttachmentRequest' = 'SolicitedAttachmentRequest)</span></p><p><b>priority</b>: routine</p><p><b>medium</b>: written <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationMode code 'WRITTEN' = 'written', given as 'written'})</span></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: example; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99223}\">Inpatient Hospital Care</span></a></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td>Please provide the accident report and any associated pictures to support your Claim #DEF5647.</td></tr></table><p><b>occurrence</b>: Jun 10, 2016 3:01:10 PM</p><p><b>authoredOn</b>: Jun 10, 2016 3:01:10 PM</p><p><b>requester</b>: <a href=\"Practitioner-example.html\">Generated Summary: id: example; 23; active; Adam Careful </a></p><p><b>recipient</b>: <a href=\"Organization-example.html\">Generated Summary: id: example; ??; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type team}\">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p><p><b>sender</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: Dec 25, 1974; </a></p></div>"
  ];
  fhir:CommunicationRequest.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/insurer/123456" ];
     fhir:Identifier.value [ fhir:value "ABC123" ]
  ];
  fhir:CommunicationRequest.basedOn [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "EligibilityRequest" ]
  ];
  fhir:CommunicationRequest.replaces [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "prior CommunicationRequest" ]
  ];
  fhir:CommunicationRequest.groupIdentifier [
     fhir:Identifier.value [ fhir:value "12345" ]
  ];
  fhir:CommunicationRequest.status [ fhir:value "active"];
  fhir:CommunicationRequest.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://acme.org/messagetypes" ];
       fhir:Coding.code [ fhir:value "SolicitedAttachmentRequest" ]     ]
  ];
  fhir:CommunicationRequest.priority [ fhir:value "routine"];
  fhir:CommunicationRequest.medium [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" ];
       fhir:Coding.code [ fhir:value "WRITTEN" ];
       fhir:Coding.display [ fhir:value "written" ]     ];
     fhir:CodeableConcept.text [ fhir:value "written" ]
  ];
  fhir:CommunicationRequest.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/example" ]
  ];
  fhir:CommunicationRequest.payload [
     fhir:index 0;
     fhir:CommunicationRequest.payload.contentString [ fhir:value "Please provide the accident report and any associated pictures to support your Claim #DEF5647." ]
  ];
  fhir:CommunicationRequest.occurrenceDateTime [ fhir:value "2016-06-10T11:01:10-08:00"^^xsd:dateTime];
  fhir:CommunicationRequest.authoredOn [ fhir:value "2016-06-10T11:01:10-08:00"^^xsd:dateTime];
  fhir:CommunicationRequest.requester [
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ];
  fhir:CommunicationRequest.recipient [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Organization/example" ]
  ];
  fhir:CommunicationRequest.sender [
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ].

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

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