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

Generated Narrative

Resource \"NumberExaminedSentinelLymphNodes-Unknown\"

Profile: CH CRL Observation Number of Examined Sentinel Lymph Nodes

status: final

code: Sentinel lymph nodes examined [#] in Cancer specimen by Light microscopy (LOINC#85347-3)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

dataAbsentReason: Unknown (DataAbsentReason#unknown)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:85347-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "85347-3" ]; fhir:Coding.display [ fhir:value "Sentinel lymph nodes examined [#] in Cancer specimen by Light microscopy" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-15"^^xsd:date]; fhir:Observation.dataAbsentReason [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ]; fhir:Coding.code [ fhir:value "unknown" ]; fhir:Coding.display [ fhir:value "Unknown" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------