Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: Technical-Exp-NachtragEmlLEI - 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/Organization/Technical-Exp-NachtragEmlLEI> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Technical-Exp-NachtragEmlLEI"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/ti/StructureDefinition/ti-organization|1.1.1" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/ti/StructureDefinition/ti-organization|1.1.1>
     ]
  ] ;
  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: Organization Technical-Exp-NachtragEmlLEI</b></p><a name=\"Technical-Exp-NachtragEmlLEI\"> </a><a name=\"hcTechnical-Exp-NachtragEmlLEI\"> </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=\"https://simplifier.net/resolve?scope=de.gematik.fhir.directory@1.0.1&amp;canonical=https://gematik.de/fhir/ti/StructureDefinition/ti-organization\">TI Organization</a> version: 1.1.1</p></div><p><b>identifier</b>: Provider number/123456789</p><p><b>name</b>: TestLEI</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PRN" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
     fhir:Identifier.value [ fhir:value "123456789" ]
  ] ;
  fhir:Organization.name [ fhir:value "TestLEI"] .

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

<http://hl7.org/fhir/Organization/Technical-Exp-NachtragEmlLEI.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/Technical-Exp-NachtragEmlLEI.ttl> .