MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MyHealthWayDocumentReferenceExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference"^^xsd:anyURI ;
fhir:link <https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"MyHealthWayDocumentReferenceExample\"> </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 DocumentReference "MyHealthWayDocumentReferenceExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-documentreference.html\">MyHealthWay DocumentReference Profile</a></p></div><p><b>identifier</b>: id: documentReference-example</p><p><b>status</b>: current</p><p><b>type</b>: History and physical note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34117-2)</span></p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> ""</p><p><b>date</b>: 2013. 7. 1. 오후 10:11:33</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>(base64 data - 12 bytes)</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.example.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "documentReference-example" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:34117-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34117-2" ] ;
fhir:display [ fhir:v "History and physical note" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/MyHealthWayPatientExample" ]
] ; #
fhir:date [ fhir:v "2013-07-01T23:11:33+10:00"^^xsd:dateTime] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:data [ fhir:v "ZGF0YSBleGFtcGxl"^^xsd:base64Binary ] ]
] ) ; #
fhir:context [
( fhir:encounter [
fhir:reference [ fhir:v "Encounter/MyHealthWayEncounterExample" ] ] )
] . #
IG © 2023+ 한국보건의료정보원. Package kr.mohw.myhealthway#0.1.1 based on FHIR 4.0.1. Generated 2023-12-21
Links: Table of Contents |
QA Report