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

Generated Narrative

Resource \"GleasonExcisionSecondMostCommonOrHighestGrade-3\"

Profile: CH CRL Observation Gleason Excision Second Most Common or Highest Grade

status: final

code: Gleason pattern.secondary in Prostate tumor (LOINC#44642-7)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: 3

method: Excision (procedure) (SNOMED CT#65801008)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:44642-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "44642-7" ]; fhir:Coding.display [ fhir:value "Gleason pattern.secondary in Prostate tumor" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-15"^^xsd:date]; fhir:Observation.valueInteger [ fhir:value "3"^^xsd:integer]; fhir:Observation.method [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:65801008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "65801008" ]; fhir:Coding.display [ fhir:value "Excision (procedure)" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------