MediRecords FHIR Implementation Guide
1.3.0 - release


: Webhook Bundle for medicationrequest.created event - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cf42da8e-edf5-49c4-bb1e-313b023bb616"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2022-03-04T01:43:30Z"^^xsd:dateTime ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:1e5cae20-85bf-11e8-b401-ffccd711ad9c"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:1e5cae20-85bf-11e8-b401-ffccd711ad9c> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:6d6d7ce8-65c2-11e6-a20e-7b5deed40054"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:6d6d7ce8-65c2-11e6-a20e-7b5deed40054> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:ade47c8c-9eed-11ea-a6fa-3f7e286deed9"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:ade47c8c-9eed-11ea-a6fa-3f7e286deed9> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:404b8a60-eb5d-425e-9f85-1e65e37e7e46"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:404b8a60-eb5d-425e-9f85-1e65e37e7e46> )
  ] ) . # 

<urn:uuid:1e5cae20-85bf-11e8-b401-ffccd711ad9c> a fhir:Patient ;
  fhir:id [ fhir:v "1e5cae20-85bf-11e8-b401-ffccd711ad9c"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-10-11T01:43:30Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-patient-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-patient-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9c\"> </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 &quot;1e5cae20-85bf-11e8-b401-ffccd711ad9c&quot; Updated &quot;2021-10-11 01:43:30+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-patient-core.html\">MediRecords Core Patient</a></p></div><p><b>English As Second Language Indicator Extension</b>: false</p><p><b>Ethnicity</b>: Scottish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-mr-patient-ethnicity-code.html\">MediRecords Patient Ethnicity CodeSystem</a>#155)</span></p><p><b>identifier</b>: Medicare Number: 32788511952 (period: (?) --&gt; 2025-02)</p><p><b>name</b>: Mila Grey (OFFICIAL), Mila, Don Mila(OLD)</p><p><b>telecom</b>: ph: 0410999999(MOBILE), <a href=\"mailto:mila.grey@xyz.com\">mila.grey@xyz.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1990-11-29</p><p><b>address</b>: </p><ul><li>abc lane Sydney NSW 2000 AU (HOME)</li><li>12 MLK BLVD Tampa FL 33131 US (WORK)</li></ul><p><b>generalPractitioner</b>: <a href=\"#Practitioner_6d6d7ce8-65c2-11e6-a20e-7b5deed40054\">See above (Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054)</a></p><p><b>managingOrganization</b>: <a href=\"#Organization_ade47c8c-9eed-11ea-a6fa-3f7e286deed9\">See above (Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9)</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-eng-secondlang-ind-extn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ethnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "155" ] ;
fhir:display [ fhir:v "Scottish" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Patient's Medicare Number" ]       ] ) ;
fhir:text [ fhir:v "Medicare Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "32788511952" ] ;
fhir:period [
fhir:end [ fhir:v "2025-02"^^xsd:gYearMonth ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Grey" ] ;
    ( fhir:given [ fhir:v "Mila" ] ) ;
    ( fhir:prefix [ fhir:v "Mrs" ] )
  ] [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Mila" ]
  ] [
fhir:use [ fhir:v "old" ] ;
fhir:text [ fhir:v "Don Mila" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0410999999" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mila.grey@xyz.com" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [
fhir:v "1990-11-29"^^xsd:date ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AAA" ] ;
fhir:display [ fhir:v "Day, month and year are accurate" ]       ]     ] )
  ] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "abc lane" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "AU" ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "12 MLK BLVD" ] ) ;
fhir:city [ fhir:v "Tampa" ] ;
fhir:state [ fhir:v "FL" ] ;
fhir:postalCode [ fhir:v "33131" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9" ]
  ] . # 

<urn:uuid:6d6d7ce8-65c2-11e6-a20e-7b5deed40054> a fhir:Practitioner ;
  fhir:id [ fhir:v "6d6d7ce8-65c2-11e6-a20e-7b5deed40054"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-practitioner-core>     ] )
  ] ; # 
  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=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40054\"> </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 &quot;6d6d7ce8-65c2-11e6-a20e-7b5deed40054&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-practitioner-core.html\">MediRecords Core Practitioner</a></p></div><p><b>identifier</b>: HPI-I: 8003610833334085</p><p><b>active</b>: true</p><p><b>name</b>: John Smith </p><p><b>telecom</b>: ph: 0410999888(MOBILE), <a href=\"mailto:john.smith@gpexample.com\">john.smith@gpexample.com</a>, ph: 0212450987(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1978-04-08</p><blockquote><p><b>qualification</b></p><p><b>code</b>: Doctor of Medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0360.html\">degreeLicenseCertificate</a>#MD)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: MB chB(Hons) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ]       ] ) ;
fhir:text [ fhir:v "HPI-I" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003610833334085" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "John" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0410999888" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "john.smith@gpexample.com" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0212450987" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1978-04-08"^^xsd:date] ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ] ;
fhir:display [ fhir:v "Doctor of Medicine" ]       ] )     ]
  ] [
fhir:code [
fhir:text [ fhir:v "MB chB(Hons)" ]     ]
  ] ) . # 

<urn:uuid:ade47c8c-9eed-11ea-a6fa-3f7e286deed9> a fhir:Organization ;
  fhir:id [ fhir:v "ade47c8c-9eed-11ea-a6fa-3f7e286deed9"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-organisation-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-organisation-core>     ] )
  ] ; # 
  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=\"ade47c8c-9eed-11ea-a6fa-3f7e286deed9\"> </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 &quot;ade47c8c-9eed-11ea-a6fa-3f7e286deed9&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-organisation-core.html\">MediRecords Core Organisation</a></p></div><p><b>identifier</b>: HPI-O: 8003627500000328</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.3.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: Healthy Live Clinic</p><p><b>telecom</b>: ph: 1234567890(WORK), <a href=\"mailto:sarahstone@c.com\">sarahstone@c.com</a></p><p><b>address</b>: Johnson Street Sydney NSW 1200 </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ;
fhir:display [ fhir:v "National Organisation Identifier" ]       ] ) ;
fhir:text [ fhir:v "HPI-O" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003627500000328" ]
  ] ) ; # 
  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 "Healthy Live Clinic"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1234567890" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "sarahstone@c.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Johnson Street" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "1200" ]
  ] ) . # 

<urn:uuid:a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d> a fhir:Encounter ;
  fhir:id [ fhir:v "a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-10-25T01:43:30Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-encounter-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-encounter-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d\"> </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 Encounter &quot;a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d&quot; Updated &quot;2021-10-25 01:43:30+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-encounter-core.html\">MediRecords Core Encounter</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>subject</b>: <a href=\"#Patient_1e5cae20-85bf-11e8-b401-ffccd711ad9c\">See above (Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></td><td><a href=\"#Practitioner_6d6d7ce8-65c2-11e6-a20e-7b5deed40054\">See above (Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054)</a></td></tr></table><p><b>period</b>: 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000</p><p><b>reasonCode</b>: unwellness <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>serviceProvider</b>: <a href=\"#Organization_ade47c8c-9eed-11ea-a6fa-3f7e286deed9\">See above (Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9)</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ] ;
fhir:display [ fhir:v "primary performer" ]       ] )     ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2021-10-25T01:43:30Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-10-25T02:21:30Z"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "unwellness" ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9" ]
  ] . # 

<urn:uuid:404b8a60-eb5d-425e-9f85-1e65e37e7e46> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "404b8a60-eb5d-425e-9f85-1e65e37e7e46"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-12-17T01:43:30Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication-request"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-medication-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"404b8a60-eb5d-425e-9f85-1e65e37e7e46\"> </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 &quot;404b8a60-eb5d-425e-9f85-1e65e37e7e46&quot; Updated &quot;2021-12-17 01:43:30+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-medication-request.html\">MediRecords MedicationRequest</a></p></div><p><b>Prescription Approval Status Extension</b>: Approval Required (Details: https://fhir.medirecords.com/CodeSystem/mr-prescription-approval-status code pending = 'Approval Required', stated as 'Approval Required')</p><p><b>Prescription Type Extension</b>: Manual (Details: https://fhir.medirecords.com/CodeSystem/mr-prescription-type code 1 = 'Manual', stated as 'Manual')</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: <a name=\"1\"> </a></p><blockquote><p/><p><a name=\"1\"> </a></p><p><b>Medication Strength</b>: 250 mg</p><p><b>Medication Generic Drug Name</b>: Clarithromycin</p><p><b>Medication Brand Name</b>: Klacid</p><p><b>MediRecords Medication Pack Size</b>: 100</p><p><b>code</b>: Klacid 250 mg Tablet, 100 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#13738011000036100)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><p><b>subject</b>: <a href=\"#Patient_1e5cae20-85bf-11e8-b401-ffccd711ad9c\">See above (Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c)</a></p><p><b>encounter</b>: <a href=\"#Encounter_a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d\">See above (Encounter/a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d)</a></p><p><b>authoredOn</b>: 2021-12-17 01:43:30+0000</p><p><b>requester</b>: <a href=\"#Practitioner_6d6d7ce8-65c2-11e6-a20e-7b5deed40054\">See above (Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstruction</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td></tr><tr><td>*</td><td>1 Before Bed\nAfter meals\nAs directed</td><td>After meals <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#311504000 &quot;With or after food&quot;)</span></td><td>, before sleeping</td><td>false</td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td>-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>0</td><td>100</td></tr></table><h3>Substitutions</h3><table class=\"grid\"><tr><td>-</td><td><b>Allowed[x]</b></td></tr><tr><td>*</td><td>false</td></tr></table><hr/><blockquote><p><b>Generated Narrative: Medication #1</b><a name=\"1\"> </a></p><p><b>Medication Strength</b>: 250 mg</p><p><b>Medication Generic Drug Name</b>: Clarithromycin</p><p><b>Medication Brand Name</b>: Klacid</p><p><b>MediRecords Medication Pack Size</b>: 100</p><p><b>code</b>: Klacid 250 mg Tablet, 100 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#13738011000036100)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "1" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-medication>       ] )     ] ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-strength"^^xsd:anyURI ] ;
fhir:value [ fhir:v "250 mg" ]     ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Clarithromycin" ]     ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Klacid" ]     ] [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication-pack-size"^^xsd:anyURI ] ;
fhir:value [ fhir:v "100" ]     ] ) ;
fhir:code [
      ( fhir:coding [
a sct:13738011000036100 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13738011000036100" ] ;
fhir:display [ fhir:v "Klacid 250 mg Tablet, 100" ]       ] )     ] ;
fhir:form [
fhir:text [ fhir:v "Tablet" ]     ]
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-prescription-approval-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-prescription-approval-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "Approval Required" ]     ]
  ] [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-prescription-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-prescription-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Manual" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#1" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/a01f4a6d-e102-4b1b-b08d-bfd4e1fe585d" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2021-12-17T01:43:30Z"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "1 Before Bed\nAfter meals\nAs directed" ] ;
    ( fhir:additionalInstruction [
      ( fhir:coding [
a sct:311504000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "311504000" ] ;
fhir:display [ fhir:v "With or after food" ]       ] ) ;
fhir:text [ fhir:v "After meals" ]     ] ) ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
        ( fhir:when [ fhir:v "HS" ] )       ]     ] ;
fhir:asNeeded [ fhir:v "false"^^xsd:boolean ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "100"^^xsd:decimal ]     ]
  ] ; # 
  fhir:substitution [
fhir:allowed [ fhir:v "false"^^xsd:boolean ]
  ] . #