ISiK Medikation Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ExampleISiKMedikament3 - TTL Representation

Raw ttl | Download


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

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

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleISiKMedikament3"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medikament codiert (mit PZN)</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/ifa/pzn>       ] ;
fhir:code [ fhir:v "07265233" ] ;
fhir:display [ fhir:v "Pantozol® 40 mg 98 St." ]     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] . #