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

Generated Narrative

Resource \"Her2ReceptorStatus-Overexpressed\"

Profile: CH CRL Observation Her2 Receptor Status

status: final

code: ERBB2 gene duplication [Presence] in Tissue by FISH (LOINC#31150-6)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: Her2 overexpressed or gene amplified (NKRS - Her2 Receptor Status#1)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:31150-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "31150-6" ]; fhir:Coding.display [ fhir:value "ERBB2 gene duplication [Presence] in Tissue by FISH" ] ] ]; 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-her2receptorstatus" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "Her2 overexpressed or gene amplified" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------