TIFlow - Grenzüberschreitender Datenaustausch
Version 2.0.0-ballot.1 - ci-build

: Example-EU-Organization - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-EU-Organization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-Organization"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-Organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-EU-Organization</b></p><a name=\"Example-EU-Organization\"> </a><a name=\"hcExample-EU-Organization\"> </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-GEM-ERPEU-PR-Organization.html\">Organization Information Received from the EU</a></p></div><p><b>identifier</b>: 1234567890, EU-136ad69f</p><p><b>type</b>: <span title=\"Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.54}\">Öffentliche Apotheke</span></p><p><b>name</b>: Pharmacia de Santa Maria</p><p><b>address</b>: Rua da Alegria, 123 Lisbon Estremadura 1234-567 Portugal </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "1234567890" ]
  ] [
fhir:value [ fhir:v "EU-136ad69f" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID>       ] ;
fhir:code [ fhir:v "1.2.276.0.76.4.54" ] ;
fhir:display [ fhir:v "Öffentliche Apotheke" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Pharmacia de Santa Maria"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Rua da Alegria, 123" ] ) ;
fhir:city [ fhir:v "Lisbon" ] ;
fhir:state [ fhir:v "Estremadura" ] ;
fhir:postalCode [ fhir:v "1234-567" ] ;
fhir:country [ fhir:v "Portugal" ]
  ] ) . #