@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SFGradeCliExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-GradeCli-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:code [ fhir:coding ( [ a loinc:75620-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "75620-5" ] ; fhir:display [ fhir:v "TNM clinical staging before treatment panel Cancer" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] ; # fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-GradeCli-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Site-specific grade system category-1" ] ] ) ] . # # -------------------------------------------------------------------------------------