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
: Organization - Acme Inc. - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "d71bf884-90eb-47f9-81b7-fa81ecec7e75"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-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: Organization d71bf884-90eb-47f9-81b7-fa81ecec7e75</b></p><a name=\"d71bf884-90eb-47f9-81b7-fa81ecec7e75\"> </a><a name=\"hcd71bf884-90eb-47f9-81b7-fa81ecec7e75\"> </a><a name=\"d71bf884-90eb-47f9-81b7-fa81ecec7e75-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/sid/org</code>/ORG1 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://example.org 220000000034}\">Marketing authorisation holder</span></p><p><b>name</b>: acme inc</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>54, Yonge Street, Paris, France(work)</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.org/sid/org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORG1" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "220000000034" ] ;
fhir:display [ fhir:v "Marketing authorisation holder" ] ] )
] ) ; #
fhir:name [ fhir:v "acme inc"] ; #
fhir:contact ( [
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "54, Yonge Street, Paris, France" ] ;
( fhir:line [ fhir:v "54, Yonge Street" ] ) ;
fhir:city [ fhir:v "Paris" ] ;
fhir:country [ fhir:v "FR" ] ]
] ) . #