Electronic Medicinal Product Information (ePI) FHIR Implementation Guide 1.0.0-ballot - STU Ballot
This page is part of the Electronic Medicinal Product Information (ePI) FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR v5.0.0-ballot. . For a full list of available versions, see the Directory of published versions
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:Resource.id [ fhir:value "d71bf884-90eb-47f9-81b7-fa81ecec7e75"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"; fhir:index 0; fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"d71bf884-90eb-47f9-81b7-fa81ecec7e75\"> </a></p><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\">Resource Organization "d71bf884-90eb-47f9-81b7-fa81ecec7e75" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-uv-epi.html\">Organization (ePI)</a></p></div><p><b>identifier</b>: id: ORG-100000789 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Marketing authorisation holder <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#220000000034)</span></p><p><b>name</b>: Acme Inc</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Address</b></td></tr><tr><td>*</td><td>60, rue La Boétie F-75008 Paris - France(WORK)</td></tr></table></div>" ]; # fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "https://spor.ema.europa.eu/omswi" ]; fhir:Identifier.value [ fhir:value "ORG-100000789" ] ]; # fhir:Organization.active [ fhir:value "true"^^xsd:boolean]; # fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://spor.ema.europa.eu/rmswi" ]; fhir:Coding.code [ fhir:value "220000000034" ]; fhir:Coding.display [ fhir:value "Marketing authorisation holder" ] ]; fhir:CodeableConcept.text [ fhir:value "Marketing authorisation holder" ] ]; # fhir:Organization.name [ fhir:value "Acme Inc"]; # fhir:Organization.contact [ fhir:index 0; fhir:ExtendedContactDetail.address [ fhir:Address.use [ fhir:value "work" ]; fhir:Address.type [ fhir:value "physical" ]; fhir:Address.text [ fhir:value "60, rue La Boétie F-75008 Paris - France" ]; fhir:Address.line [ fhir:value "60, rue La Boétie F-75008"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Lion" ]; fhir:Address.country [ fhir:value "FR" ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.