Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: pghd-medicationadministration-insulin-1 - 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:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pghd-medicationadministration-insulin-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir/pghd/StructureDefinition/pghd-medicationadministration-insulin"^^xsd:anyURI ;
fhir:link <http://fhir/pghd/StructureDefinition/pghd-medicationadministration-insulin>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"pghd-medicationadministration-insulin-1\"> </a><a name=\"hcpghd-medicationadministration-insulin-1\"> </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 MedicationAdministration &quot;pghd-medicationadministration-insulin-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-medicationadministration-insulin.html\">PGHD MedicationAdministration Insulin Profile</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: <a name=\"hcmedication\"> </a></p><blockquote><p/><p><a name=\"medication\"> </a></p><p><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>ノボラピッド注 フレックスタッチ <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#122527301)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = 'DOSE')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = 'TIME')</span></td></tr></table></blockquote><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> &quot; DOE&quot;</p><p><b>effective</b>: 2020-10-05</p><hr/><blockquote><p><b>Generated Narrative: Medication #medication</b><a name=\"medication\"> </a><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>ノボラピッド注 フレックスタッチ <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#122527301)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = 'DOSE')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = 'TIME')</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "medication" ] ;
fhir:status [ fhir:v "active" ] ;
    ( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.392.200119.4.403.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "122527301" ] ;
fhir:display [ fhir:v "ノボラピッド注 フレックスタッチ" ]         ] ) ;
fhir:text [ fhir:v "ノボラピッド注 フレックスタッチ" ]       ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "回分" ] ;
fhir:system [ fhir:v "urn:oid:1.2.392.100495.20.2.101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DOSE" ]         ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "回" ] ;
fhir:system [ fhir:v "urn:oid:1.2.392.100495.20.2.101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TIME" ]         ]       ]     ] )
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#medication" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-10-05"^^xsd:date] . #