@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://fhir.medirecords.com/Medication/cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff"] ; # 
  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:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff</b></p><a name=\"cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff\"> </a><a name=\"hccbdda4d8-591f-4c9e-9c92-e3f8706fb2ff\"> </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-mr-medication.html\">MR Medication</a></p></div><p><b>Medication Strength</b>: 0.5 mg/dose</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1402101000168104}\">Semaglutide Subcutaneous Solution Pen-injector 0.5 mg/dose 1.5 mL Pen</span></p><p><b>form</b>: <span title=\"Codes:\">Solution Pen-injector</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-strength"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "0.5 mg/dose"
     ]
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a sct:1402101000168104 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "1402101000168104" ] ;
       fhir:display [ fhir:v "Semaglutide 1.34 mg/mL injection, 1.5 mL pen device" ]
     ] ) ;
     fhir:text [ fhir:v "Semaglutide Subcutaneous Solution Pen-injector 0.5 mg/dose 1.5 mL Pen" ]
  ] ; # 
  fhir:form [
     fhir:text [ fhir:v "Solution Pen-injector" ]
  ] . # 

# -------------------------------------------------------------------------------------

