@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Substance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "AtEmedJourneySubstanceClotrimazol"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: Substance AtEmedJourneySubstanceClotrimazol

status: Active

code: Clotrimazol

"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "A01AB18" ] ; fhir:display [ fhir:v "Clotrimazol" ] ] ) ] . # # -------------------------------------------------------------------------------------