ELGA e-Medikation (R4) DRAFT
0.1.1 - ci-build

ELGA e-Medikation (R4) DRAFT - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Example: Substance Hydrocortison - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Substance/At-Emed-Example-Substance-Hydrocortison> a fhir:Substance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "At-Emed-Example-Substance-Hydrocortison"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-substance-wirkstoff" ;
       fhir:index 0 ;
       fhir:link <https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-substance-wirkstoff>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Substance At-Emed-Example-Substance-Hydrocortison</b></p><a name=\"At-Emed-Example-Substance-Hydrocortison\"> </a><a name=\"hcAt-Emed-Example-Substance-Hydrocortison\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-elga-emed-substance-wirkstoff.html\">At ELGA e-Medikation Substance Wirkstoff</a></p></div><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido A01AC03}\">Hydrocortison</span></p></div>"
  ] ;
  fhir:Substance.status [ fhir:value "active"] ;
  fhir:Substance.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido" ] ;
       fhir:Coding.code [ fhir:value "A01AC03" ] ;
       fhir:Coding.display [ fhir:value "Hydrocortison" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Substance/At-Emed-Example-Substance-Hydrocortison.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Substance/At-Emed-Example-Substance-Hydrocortison.ttl> .