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:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "m001"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"m001\"> </a><a name=\"hcm001\"> </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 "m001" </p></div><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.81</code>/1, <code>urn:oid:1.2.392.100495.20.3.82</code>/1, <code>urn:uuid:b7b7320c-9312-1924-608f-b1007717f53e</code>/12345</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: ムコソルバン(15) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#103895802 "ムコソルバン錠15mg")</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> " DOE"</p><p><b>authoredOn</b>: 2021-10-01</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1日3回朝昼夕食後 1回1錠 7日分</p><p><b>timing</b>: Code: 1日3回朝昼夕食後, Once</p><p><b>method</b>: 内服・経口 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#1 "内服"; unknown#10 "経口")</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.392.100495.20.3.81"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
] [
fhir:system [ fhir:v "urn:oid:1.2.392.100495.20.3.82"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
] [
fhir:system [ fhir:v "urn:uuid:b7b7320c-9312-1924-608f-b1007717f53e"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.392.200119.4.403.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103895802" ] ;
fhir:display [ fhir:v "ムコソルバン錠15mg" ] ] ) ;
fhir:text [ fhir:v "ムコソルバン(15)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1" ]
] ; #
fhir:authoredOn [ fhir:v "2021-10-01"^^xsd:date] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "1日3回朝昼夕食後 1回1錠 7日分" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Duration ;
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "日" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ] ] ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.392.200250.2.2.20"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1013044400000000" ] ;
fhir:display [ fhir:v "内服・経口・1日3回朝昼夕食後" ] ] ) ;
fhir:text [ fhir:v "1日3回朝昼夕食後" ] ] ] ;
fhir:method [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.392.200250.2.2.20.30"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "内服" ] ] [
fhir:system [ fhir:v "urn:oid:1.2.392.200250.2.2.20.40"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "経口" ] ] ) ;
fhir:text [ fhir:v "内服・経口" ] ] ;
( fhir:doseAndRate [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.392.100495.20.2.22"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "製剤量" ] ] ) ] ;
fhir:dose [
a fhir:Quantity ;
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 "TAB" ] ] ;
fhir:rate [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "3"^^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 "TAB" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "日" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ] ] ] ] )
] ) . #
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