@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "TypeRecurrenceTransformation-Metastasis"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-typerecurrencetransformation"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"TypeRecurrenceTransformation-Metastasis\"

Profile: CH CRL Observation Type of Recurrence/Transformation

status: final

code: Cancer disease progression (LOINC#97509-4)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: Metastasis (NKRS - Type of Recurrence/Transformation#3)

hasMember: Observation/TopographyPostDiagnosisMetastases-HEP

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:97509-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "97509-4" ]; fhir:Coding.display [ fhir:value "Cancer disease progression" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-15"^^xsd:date]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-typerecurrencetransformation" ]; fhir:Coding.code [ fhir:value "3" ]; fhir:Coding.display [ fhir:value "Metastasis" ] ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/TopographyPostDiagnosisMetastases-HEP" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------