醫療影像及報告實作指引
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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NASHGrossFinding"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/Observation-NASH-Total-tumor-size"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/Observation-NASH-Total-tumor-size> ] )
] ; #
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: Observation NASHGrossFinding</b></p><a name=\"NASHGrossFinding\"> </a><a name=\"hcNASHGrossFinding\"> </a><a name=\"hcNASHGrossFinding-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 371475003}\">Specimen size</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>effective</b>: 2021-06-21</p><p><b>performer</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><p><b>value</b>: 1.5 x 0.1 x 0.1 cm</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 384627007}\">Specimen size, largest dimension</span></p><p><b>value</b>: 1.5 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecm = 'cm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 384626003}\">Specimen size, additional dimension</span></p><p><b>value</b>: 0.1 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecm = 'cm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 384626003}\">Specimen size, additional dimension</span></p><p><b>value</b>: 0.1 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecm = 'cm')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:371475003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "371475003" ] ;
fhir:display [ fhir:v "Specimen size" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/TWCorePatient" ]
] ; #
fhir:effective [ fhir:v "2021-06-21"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ]
] ) ; #
fhir:value [ fhir:v "1.5 x 0.1 x 0.1 cm"] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a sct:384627007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384627007" ] ;
fhir:display [ fhir:v "Specimen size, largest dimension" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1.5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm" ] ]
] [
fhir:code [
( fhir:coding [
a sct:384626003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384626003" ] ;
fhir:display [ fhir:v "Specimen size, additional dimension" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm" ] ]
] [
fhir:code [
( fhir:coding [
a sct:384626003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384626003" ] ;
fhir:display [ fhir:v "Specimen size, additional dimension" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm" ] ]
] ) . #
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