Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Task-EMIS-PFS-Prescription-Refill - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Task-EMIS-PFS-Prescription-Refill"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Task"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task Task-EMIS-PFS-Prescription-Refill</b></p><a name=\"Task-EMIS-PFS-Prescription-Refill\"> </a><a name=\"hcTask-EMIS-PFS-Prescription-Refill\"> </a><a name=\"Task-EMIS-PFS-Prescription-Refill-en-GB\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 103742009}\">Renewal of prescription</span></p><p><b>focus</b>: <a href=\"MedicationRequest-4a71ace9-4d16-4dfb-8097-d7c78dc7ea7d.html\">MedicationRequest: extension = ,; identifier = https://emis.com/Id/Medication/GUID#4a71ace9-4d16-4dfb-8097-d7c78dc7ea7d; status = active; intent = order; medication[x] = Atorvastatin 10mg tablets; authoredOn = 2024-05-14 16:48:02+0000; courseOfTherapyType = Continuous long term therapy</a></p><p><b>for</b>: <a href=\"Patient-1bec52a2-1bea-452f-a6ba-5eea5f97a24e.html\">Daniel O'Donnell  Male, DoB: 1947-12-30 ( Medical record number)</a></p><p><b>requester</b>: <a href=\"Patient-1bec52a2-1bea-452f-a6ba-5eea5f97a24e.html\">Daniel O'Donnell  Male, DoB: 1947-12-30 ( Medical record number)</a></p><p><b>note</b>: Need a prescription to cover my holiday</p></div>"
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:103742009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103742009" ] ;
fhir:display [ fhir:v "Renewal of prescription" ]     ] )
  ] ; # 
  fhir:focus [
fhir:reference [ fhir:v "MedicationRequest/4a71ace9-4d16-4dfb-8097-d7c78dc7ea7d" ]
  ] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/1bec52a2-1bea-452f-a6ba-5eea5f97a24e" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Patient/1bec52a2-1bea-452f-a6ba-5eea5f97a24e" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Need a prescription to cover my holiday" ]
  ] ) . #