Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: mr-Enspryng - 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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "67e1df70-fc37-4525-97c4-b3b8e959423d"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest"^^xsd:anyURI ;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest>     ] )
  ] ; # 
  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: MedicationRequest 67e1df70-fc37-4525-97c4-b3b8e959423d</b></p><a name=\"67e1df70-fc37-4525-97c4-b3b8e959423d\"> </a><a name=\"hc67e1df70-fc37-4525-97c4-b3b8e959423d\"> </a><a name=\"67e1df70-fc37-4525-97c4-b3b8e959423d-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-product-name enspryng}\">Enspryng</span></p><p><b>subject</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>requester</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-695d0991-5e03-46df-934a-85a28acd95c1\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:\">Maintenance Dose</span></p><p><b>insurance</b>: <a href=\"Bundle-04afa000-48a5-4fb2-8707-6a43af045868.html#urn-uuid-42b41bdb-1781-49aa-a091-78cdd92129df\">Bundle: identifier = Resource identifier: 6a7dbbed-6c6f-48b0-b32e-0a5d89dc72b2; type = message; timestamp = 2024-04-02 08:10:13-0500</a></p><p><b>note</b>: Inject 120 mg</p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 123</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>mo</td><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>mo</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-product-name"^^xsd:anyURI ] ;
fhir:code [ fhir:v "enspryng" ] ;
fhir:display [ fhir:v "Enspryng" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ] ;
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ]
  ] ; # 
  fhir:courseOfTherapyType [
fhir:text [ fhir:v "Maintenance Dose" ]
  ] ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df" ] ;
fhir:type [ fhir:v "Coverage"^^xsd:anyURI ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Inject 120 mg" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Inject 120mg SQ every 4 weeks" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "4"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "wk" ]       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ]       ]     ] )
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "123"^^xsd:nonNegativeInteger ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mo" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mo" ]     ]
  ] . #