台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide)
0.1.1 - ci-build
台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SFCompositionExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Composition-profile"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/sf-Composition-profile> ] )
] ; #
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: Composition SFCompositionExample</b></p><a name=\"SFCompositionExample\"> </a><a name=\"hcSFCompositionExample\"> </a><a name=\"SFCompositionExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 72134-0}\">Cancer event report</span></p><p><b>date</b>: 2022-07-12 14:30:00+0800</p><p><b>author</b>: </p><ul><li><a href=\"Organization-SFOrganizationExample.html\">Organization: identifier = 8003621566684455</a></li><li><a href=\"Practitioner-SFPractitionerExample.html\">Practitioner: identifier = https://www.vghtpe.gov.tw/Index.action#KP00017</a></li></ul><p><b>title</b>: 癌症登記短表</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:72134-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72134-0" ] ;
fhir:display [ fhir:v "Cancer event report" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/SFPatientExample" ]
] ; #
fhir:date [ fhir:v "2022-07-12T14:30:00+08:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/SFOrganizationExample" ]
] [
fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ]
] ) ; #
fhir:title [ fhir:v "癌症登記短表"] ; #
fhir:section ( [
fhir:title [ fhir:v "癌症確認section" ] ;
fhir:code [
( fhir:coding [
a sct:395099008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "395099008" ] ;
fhir:display [ fhir:v "Cancer confirmed (situation)" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] [
fhir:reference [ fhir:v "Condition/SFConditionExample" ] ] [
fhir:reference [ fhir:v "Condition/SFDateOfDiaConditionExample" ] ] [
fhir:reference [ fhir:v "Condition/SFDateOfFirMicroConfirmExample" ] ] [
fhir:reference [ fhir:v "Condition/SFPrimaryCancerExample" ] ] [
fhir:reference [ fhir:v "Observation/SFGradeCliExample" ] ] [
fhir:reference [ fhir:v "Observation/SFGradePathExample" ] ] )
] [
fhir:title [ fhir:v "首次療程section" ] ;
fhir:code [
( fhir:coding [
a sct:708255002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708255002" ] ;
fhir:display [ fhir:v "First line treatment (procedure)" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Procedure/SFFirSurProcExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFSurProcOfPriSiteExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFRTExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFChemExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFHorSteTherapyExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFImmuExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFHemTransEndProcedureExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFTarTherapyExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFPalCareExample" ] ] [
fhir:reference [ fhir:v "Procedure/SFOthTreatmentExample" ] ] )
] [
fhir:title [ fhir:v "其他因子section" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-LogicalModel-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OtherFactors" ] ;
fhir:display [ fhir:v "其他因子" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/SFHeightExample" ] ] [
fhir:reference [ fhir:v "Observation/SFWeightExample" ] ] [
fhir:reference [ fhir:v "Observation/SFSmokBehExample" ] ] [
fhir:reference [ fhir:v "Observation/SFBetNutChewBehExample" ] ] [
fhir:reference [ fhir:v "Observation/SFDriBehExample" ] ] )
] ) . #
IG © 2022+ Kuo. Package fhir.TWCRSF#0.1.1 based on FHIR 4.0.1. Generated 2024-08-01
Links: Table of Contents |
QA Report