Electronic Medicinal Product Information (ePI) FHIR Implementation Guide
1.0.0 - trial-use International flag

Electronic Medicinal Product Information (ePI) FHIR Implementation Guide, published by HL7 International - Biomedical Research & Regulation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/emedicinal-product-info/ and changes regularly. See the Directory of published versions

: Regulated Authorization for the 75 mg tablet - 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 -------------------------------------------------------------------

 a fhir:RegulatedAuthorization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "297e405a-b6f9-4273-bc01-ae031efe47f8"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/RegulatedAuthorization-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/RegulatedAuthorization-uv-epi>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RegulatedAuthorization 297e405a-b6f9-4273-bc01-ae031efe47f8</b></p><a name=\"297e405a-b6f9-4273-bc01-ae031efe47f8\"> </a><a name=\"hc297e405a-b6f9-4273-bc01-ae031efe47f8\"> </a><a name=\"297e405a-b6f9-4273-bc01-ae031efe47f8-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/sid/product</code>/authorization75mg (use: official, )</p><p><b>subject</b>: <a href=\"MedicinalProductDefinition-800a51a2-d81d-49a4-a4eb-f2417d301837.html\">MedicinalProductDefinition: identifier = http://example.org/sid/product#medicinalproduct75; type = Medicinal Product; domain = Human use; status = Active; statusDate = 2018-06-23 08:38:00+0200; legalStatusOfSupply = Medicinal product subject to medical prescription</a></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/regulated-authorization-type MarketingAuth}\">Marketing Authorization</span></p><p><b>region</b>: <span title=\"Codes:{urn:iso:std:iso:3166 FR}\">European Union</span></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">Active</span></p><p><b>statusDate</b>: 2015-02-07 13:28:17+0000</p><p><b>holder</b>: <a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization acme inc</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.org/sid/product"^^xsd:anyURI ] ;
fhir:value [ fhir:v "authorization75mg" ]
  ] ) ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/regulated-authorization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MarketingAuth" ] ;
fhir:display [ fhir:v "Marketing Authorization" ]     ] )
  ] ; # 
  fhir:region ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FR" ]     ] ) ;
fhir:text [ fhir:v "European Union" ]
  ] ) ; # 
  fhir:status [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:statusDate [ fhir:v "2015-02-07T13:28:17Z"^^xsd:dateTime] ; # 
  fhir:holder [
fhir:reference [ fhir:v "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75" ]
  ] . #