@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/quality-core/Communication/done-example> a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "done-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-communicationdone" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-communicationdone>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication done-example</b></p><a name=\"done-example\"> </a><a name=\"hcdone-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-communicationdone.html\">US Quality Core CommunicationDone</a></p></div><p><b>partOf</b>: Serum Potassium Observation</p><p><b>status</b>: On Hold</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-not-done-reason recipient-unavailable}\">Recipient Unavailable</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category alert}\">Alert</span></p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode WRITTEN}\">written</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Example Patient  Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>topic</b>: <span title=\"Codes:\">Hyperkalemia</span></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter: identifier = http://hospital.example.org/encounter-ids#ENC-2026-987654 (use: official, ); status = finished; class = inpatient encounter (ActCode#IMP); type = Hospital admission; priority = urgent; period = 2026-08-01 10:30:00-0400 --&gt; 2026-08-05 14:00:00-0400</a></p><p><b>sent</b>: 2026-08-05 13:01:10-0400</p><p><b>received</b>: 2026-08-05 13:01:11-0400</p><p><b>recipient</b>: <a href=\"Practitioner-example.html\">Practitioner Example Practitioner </a></p><p><b>sender</b>: <a href=\"Organization-example-1.html\">Example Hospital</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Example Patient has a very high serum potassium value (7.2 mmol/L on 2026-Aug-05 at 12:55 pm)</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Serum Potassium Observation</p></blockquote></div>"
  ] ;
  fhir:Communication.partOf [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "Serum Potassium Observation" ]
  ] ;
  fhir:Communication.status [ fhir:value "on-hold"] ;
  fhir:Communication.statusReason [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/communication-not-done-reason" ] ;
       fhir:Coding.code [ fhir:value "recipient-unavailable" ]
     ]
  ] ;
  fhir:Communication.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/communication-category" ] ;
       fhir:Coding.code [ fhir:value "alert" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Alert" ]
  ] ;
  fhir:Communication.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:Communication.subject [
     fhir:link <http://hl7.org/fhir/us/quality-core/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Communication.topic [
     fhir:CodeableConcept.text [ fhir:value "Hyperkalemia" ]
  ] ;
  fhir:Communication.encounter [
     fhir:link <http://hl7.org/fhir/us/quality-core/Encounter/example> ;
     fhir:Reference.reference [ fhir:value "Encounter/example" ]
  ] ;
  fhir:Communication.sent [ fhir:value "2026-08-05T13:01:10-04:00"^^xsd:dateTime] ;
  fhir:Communication.received [ fhir:value "2026-08-05T13:01:11-04:00"^^xsd:dateTime] ;
  fhir:Communication.recipient [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/us/quality-core/Practitioner/example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ] ;
  fhir:Communication.sender [
     fhir:link <http://hl7.org/fhir/us/quality-core/Organization/example-1> ;
     fhir:Reference.reference [ fhir:value "Organization/example-1" ] ;
     fhir:Reference.display [ fhir:value "Example Hospital" ]
  ] ;
  fhir:Communication.payload [
     fhir:index 0 ;
     fhir:Communication.payload.contentString [ fhir:value "Example Patient has a very high serum potassium value (7.2 mmol/L on 2026-Aug-05 at 12:55 pm)" ]
  ], [
     fhir:index 1 ;
     fhir:Communication.payload.contentReference [
       fhir:Reference.display [ fhir:value "Serum Potassium Observation" ]
     ]
  ] .

<http://hl7.org/fhir/us/quality-core/Patient/example> a fhir:us .

<http://hl7.org/fhir/us/quality-core/Encounter/example> a fhir:us .

<http://hl7.org/fhir/us/quality-core/Practitioner/example> a fhir:us .

<http://hl7.org/fhir/us/quality-core/Organization/example-1> a fhir:us .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/us/quality-core/Communication/done-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/us/quality-core/Communication/done-example.ttl> .

# -------------------------------------------------------------------------------------

