醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build
醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 <https://hapi.fhir.tw/fhir/StructureDefinition/MediaBase> ] )
] ; #
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 MediaBase</b></p><a name=\"MediaBase\"> </a><a name=\"hcMediaBase\"> </a><a name=\"hcMediaBase-en-US\"> </a><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>view</b>: <span title=\"Codes:{http://snomed.info/sct 272483007}\">True projection</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>created</b>: 2022-12-22 15:30:00+0000</p><p><b>issued</b>: 2022-12-22 16:00:00+0000</p><p><b>operator</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 357009}\">Closed fracture trapezoid</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 1927002}\">Entire left elbow region</span></p><p><b>deviceName</b>: ntegris BH3000</p><p><b>height</b>: 512</p><p><b>width</b>: 512</p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>image/png</td><td><a href=\"http://example.nondicom.url\">http://example.nondicom.url</a></td></tr></table></div>"
] ; #
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: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: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 ]
] . #
IG © 2022+ CYLAB. Package fhir.PATHIMG#0.1.0 based on FHIR 4.0.1. Generated 2024-07-29
Links: Table of Contents |
QA Report