@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "LFAssOfPerStaBeforeTreatmentExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/lf-AssOfPerStaBeforeTreatment-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-AssOfPerStaBeforeTreatment-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "100" ] ; fhir:display [ fhir:v "KPS=100,ECOG PS=0或ECOG未評估(正常,沒有任何抱怨,確定沒有疾病 / 活動性與生病之前無異,不受疾病影響)" ] ] ) ; fhir:text [ fhir:v "100" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/LFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/LFEncounterExample" ] ] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "Practitioner/LFPractitionerExample" ] ] . # # -------------------------------------------------------------------------------------