@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Pathologicalstaging"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/Observation-LC-Pathological-staging"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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 loinc:21914-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "21914-7" ] ; fhir:display [ fhir:v "Stage group.other Cancer" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/TWCorePatient" ] ] ; # fhir:effective [ fhir:v "2021-06-21"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/NSCLC-pTNM"^^xsd:anyURI ] ; fhir:code [ fhir:v "IA1" ] ; fhir:display [ fhir:v "Stage IA1" ] ] ) ; fhir:text [ fhir:v "pT1aN0" ] ] ; # fhir:hasMember ( [ fhir:link ; fhir:reference [ fhir:v "Observation/Tcategory" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/Lymphnodes" ] ] ) . # # -------------------------------------------------------------------------------------