@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition SFCompositionExample

status: Final

type: Cancer event report

date: 2022-07-12 14:30:00+0800

author:

title: 癌症登記短表

" ] ; # 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:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:date [ fhir:v "2022-07-12T14:30:00+08:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Organization/SFOrganizationExample" ] ] [ fhir:link ; 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:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFConditionExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFDateOfDiaConditionExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFDateOfFirMicroConfirmExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFPrimaryCancerExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFGradeCliExample" ] ] [ fhir:link ; 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:link ; fhir:reference [ fhir:v "Procedure/SFFirSurProcExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFSurProcOfPriSiteExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFRTExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFChemExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFHorSteTherapyExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFImmuExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFHemTransEndProcedureExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFTarTherapyExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFPalCareExample" ] ] [ fhir:link ; 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:link ; fhir:reference [ fhir:v "Observation/SFHeightExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFWeightExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFSmokBehExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFBetNutChewBehExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFDriBehExample" ] ] ) ] ) . # # -------------------------------------------------------------------------------------