Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@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 "85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/vulcan-epi/StructureDefinition/Organization-uv-epi";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/vulcan-epi/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></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 \"85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-uv-epi.html\">Organization (ePI)</a></p></div><p><b>identifier</b>: id: 618054084 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Manufacturer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#tbd \"Marketing authorisation holder\")</span></p><p><b>name</b>: PHARMACIA & UPJOHN COMPANY LLC</p><p><b>telecom</b>: ph: 1-908-901-8000(WORK)</p><p><b>address</b>: 100 Route 206 North Peapack, NJ 07977 United States(WORK)</p></div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "https://fda-org-id" ];
fhir:Identifier.value [ fhir:value "618054084" ]
];
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://fda-org-type.gov/" ];
fhir:Coding.code [ fhir:value "tbd" ];
fhir:Coding.display [ fhir:value "Marketing authorisation holder" ] ];
fhir:CodeableConcept.text [ fhir:value "Manufacturer" ]
];
fhir:Organization.name [ fhir:value "PHARMACIA & UPJOHN COMPANY LLC"];
fhir:Organization.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "1-908-901-8000" ];
fhir:ContactPoint.use [ fhir:value "work" ]
];
fhir:Organization.address [
fhir:index 0;
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "physical" ];
fhir:Address.text [ fhir:value "100 Route 206 North Peapack, NJ 07977 United States" ];
fhir:Address.line [
fhir:value "100 Route 206 North Peapack";
fhir:index 0 ];
fhir:Address.city [ fhir:value "New Jersey" ];
fhir:Address.postalCode [ fhir:value "07977" ];
fhir:Address.country [ fhir:value "United States" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.