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

Generated Narrative

Resource \"ProgesteroneReceptorStatus-Negative\"

Profile: CH CRL Observation Progesterone Receptor Status

status: final

code: Cells.progesterone receptor/100 cells in Breast cancer specimen by Immune stain (LOINC#85325-9)

subject: Patient/FranzMinimum \" MINIMUM\"

effective: 2018-12-15

value: false

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:85325-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "85325-9" ]; fhir:Coding.display [ fhir:value "Cells.progesterone receptor/100 cells in Breast cancer specimen by Immune stain" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2018-12-15"^^xsd:date]; fhir:Observation.valueBoolean [ fhir:value "false"^^xsd:boolean] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------