JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: janusync-clinical-decision-image-presurvey-example - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Media ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "janusync-clinical-decision-image-presurvey-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-clinical-decision-image"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-clinical-decision-image> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Media janusync-clinical-decision-image-presurvey-example</b></p><a name=\"janusync-clinical-decision-image-presurvey-example\"> </a><a name=\"hcjanusync-clinical-decision-image-presurvey-example\"> </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-janusync-clinical-decision-image.html\">JanuSync Clinical Decision Image</a></p></div><p><b>status</b>: Completed</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/media-type image}\">Image</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>created</b>: 2000-01-01 14:05:00+0900</p><h3>Contents</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>image/jpeg</td><td><code>AA==</code></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/media-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "image" ] ;
fhir:display [ fhir:v "Image" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
] ; #
fhir:created [
a fhir:dateTime ;
fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime
] ; #
fhir:content [
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:data [ fhir:v "AA=="^^xsd:base64Binary ]
] . #