Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release
Publication Build: This will be filled in by the publication tooling
@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-2"] ; #
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-2\"> </a><a name=\"hcpghd-medicationadministration-insulin-2\"> </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 "pghd-medicationadministration-insulin-2" </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> " DOE"</p><p><b>effective</b>: 2020-10-05</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-1.html\">Patient/1</a> " DOE"</td></tr></table><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>3 [IU]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code [IU] = '[IU]')</span></td><td>5 g/min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code g/min = 'g/min')</span></td></tr></table><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] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/1" ] ]
] ) ; #
fhir:dosage [
fhir:dose [
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "[IU]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[IU]" ] ] ;
fhir:rate [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/min" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/min" ] ]
] . #
IG © 2024+ Fujitsu . Package fhir.pghd#0.5.0 based on FHIR 4.0.1. Generated 2024-12-19
Links: Table of Contents |
QA Report