@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 -------------------------------------------------------------------

<https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Organization/mii-exa-mtb-study-sponsor-biontech> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-study-sponsor-biontech"] ; # 
  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 mii-exa-mtb-study-sponsor-biontech</b></p><a name=\"mii-exa-mtb-study-sponsor-biontech\"> </a><a name=\"hcmii-exa-mtb-study-sponsor-biontech\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type crs}\">Clinical Research Sponsor</span></p><p><b>name</b>: BioNTech Cell &amp; Gene Therapies GmbH</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:code [ fhir:v "crs" ] ;
       fhir:display [ fhir:v "Clinical Research Sponsor" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "BioNTech Cell & Gene Therapies GmbH"] . # 

# -------------------------------------------------------------------------------------

