@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Media ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MediaBase"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/MediaBase"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Media MediaBase

status: Completed

type: Image

view: True projection

subject: 胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

created: 2022-12-22 15:30:00+0000

issued: 2022-12-22 16:00:00+0000

operator: Practitioner 大吉 連 (official)

reasonCode: Closed fracture trapezoid

bodySite: Entire left elbow region

deviceName: ntegris BH3000

height: 512

width: 512

Contents

-ContentTypeUrl
*image/pnghttp://example.nondicom.url
" ] ; # 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:view [ fhir:coding ( [ a sct:272483007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "272483007" ] ; fhir:display [ fhir:v "True projection" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/TWCorePatient" ] ] ; # fhir:created [ fhir:v "2022-12-22T15:30:00Z"^^xsd:dateTime] ; # fhir:issued [ fhir:v "2022-12-22T16:00:00Z"^^xsd:dateTime] ; # fhir:operator [ fhir:link ; fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ] ] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:357009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "357009" ] ; fhir:display [ fhir:v "Closed fracture trapezoid" ] ] ) ] ) ; # fhir:bodySite [ fhir:coding ( [ a sct:1927002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1927002" ] ; fhir:display [ fhir:v "Entire left elbow region" ] ] ) ] ; # fhir:deviceName [ fhir:v "ntegris BH3000"] ; # fhir:height [ fhir:v "512"^^xsd:positiveInteger] ; # fhir:width [ fhir:v "512"^^xsd:positiveInteger] ; # fhir:content [ fhir:contentType [ fhir:v "image/png" ] ; fhir:url [ fhir:v "http://example.nondicom.url"^^xsd:anyURI ] ] . # # -------------------------------------------------------------------------------------