SPL Mapping FHIR R5 Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@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 "SampleLabelerOrganization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/LabelerOrganization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/LabelerOrganization> ] )
] ; #
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 SampleLabelerOrganization</b></p><a name=\"SampleLabelerOrganization\"> </a><a name=\"hcSampleLabelerOrganization\"> </a><a name=\"SampleLabelerOrganization-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.519.1</code>/999999999, <code>urn:oid:2.16.840.1.113883.6.69</code>/55555</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes Labeler}\">An organization that submits product labels.</span></p><p><b>name</b>: National Pharma of India Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Mr. John Doe_1</td><td><a href=\"tel:+9-140-1111-2222\">+9-140-1111-2222</a>, <a href=\"mailto:jdoe_1@npoiinc.net\">jdoe_1@npoiinc.net</a></td><td>Plot 101 First Street RangareddyDistrict Telangana 500001 IND </td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: OrganizationAffiliation #SampleLabelerUSAgentAffiliation</b></p><a name=\"SampleLabelerOrganization/SampleLabelerUSAgentAffiliation\"> </a><a name=\"hcSampleLabelerOrganization/SampleLabelerUSAgentAffiliation\"> </a><a name=\"SampleLabelerOrganization/SampleLabelerUSAgentAffiliation-en-US\"> </a><p><b>organization</b>: <a href=\"#hcSampleLabelerOrganization\">Organization National Pharma of India Inc.</a></p><p><b>participatingOrganization</b>: <a href=\"#hcSampleLabelerOrganization/usagent\">Organization National Pharma of India Inc. US Agent</a></p><p><b>code</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C73330}\">UNITED STATES AGENT</span></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #usagent</b></p><a name=\"SampleLabelerOrganization/usagent\"> </a><a name=\"hcSampleLabelerOrganization/usagent\"> </a><a name=\"SampleLabelerOrganization/usagent-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.519.1</code>/888888888</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes USAgent}\">An organization that acts on the behalf of a Labeler or Establishment in the US.</span></p><p><b>name</b>: National Pharma of India Inc. US Agent</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+1-908-999-1212\">+1-908-999-1212</a>, <a href=\"mailto:jdoe_2@npoiinc.net\">jdoe_2@npoiinc.net</a></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService #SampleLabelerBusinessOperation</b></p><a name=\"SampleLabelerOrganization/SampleLabelerBusinessOperation\"> </a><a name=\"hcSampleLabelerOrganization/SampleLabelerBusinessOperation\"> </a><a name=\"SampleLabelerOrganization/SampleLabelerBusinessOperation-en-US\"> </a><p><b>providedBy</b>: <a href=\"#hcSampleLabelerOrganization\">Organization National Pharma of India Inc.</a></p><p><b>type</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C43360}\">manufacture</span></p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C106643}\">Manufactures human prescription drug products</span></p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:OrganizationAffiliation ;
fhir:id [ fhir:v "SampleLabelerUSAgentAffiliation" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/USAgentAffiliation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/USAgentAffiliation> ] ) ] ;
fhir:organization [
fhir:reference [ fhir:v "#" ] ] ;
fhir:participatingOrganization [
fhir:reference [ fhir:v "#usagent" ] ] ;
( fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C73330" ] ] ) ] )
] [
a fhir:Organization ;
fhir:id [ fhir:v "usagent" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/USAgentOrganization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/USAgentOrganization> ] ) ] ;
( fhir:identifier [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.519.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "888888888" ] ] ) ;
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "USAgent" ] ] ) ] ) ;
fhir:name [ fhir:v "National Pharma of India Inc. US Agent" ] ;
( fhir:contact [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-908-999-1212" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jdoe_2@npoiinc.net" ] ] ) ] )
] [
a fhir:HealthcareService ;
fhir:id [ fhir:v "SampleLabelerBusinessOperation" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/spl/StructureDefinition/LabelerBusinessOperation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/StructureDefinition/LabelerBusinessOperation> ] ) ] ;
fhir:providedBy [
fhir:reference [ fhir:v "#" ] ] ;
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C43360" ] ;
fhir:display [ fhir:v "manufacture" ] ] ) ] ) ;
( fhir:serviceProvisionCode [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C106643" ] ;
fhir:display [ fhir:v "Manufactures human prescription drug products" ] ] ) ] )
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.519.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999999999" ]
] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.69"^^xsd:anyURI ] ;
fhir:value [ fhir:v "55555" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Labeler" ] ] )
] ) ; #
fhir:name [ fhir:v "National Pharma of India Inc."] ; #
fhir:contact ( [
( fhir:name [
fhir:text [ fhir:v "Mr. John Doe_1" ] ] ) ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+9-140-1111-2222" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jdoe_1@npoiinc.net" ] ] ) ;
fhir:address [
( fhir:line [ fhir:v "Plot 101 First Street" ] ) ;
fhir:city [ fhir:v "RangareddyDistrict" ] ;
fhir:state [ fhir:v "Telangana" ] ;
fhir:postalCode [ fhir:v "500001" ] ;
fhir:country [ fhir:v "IND" ] ]
] ) . #
IG © 2020+ HL7 International / Biomedical Research and Regulation. Package hl7.fhir.us.spl#0.2.1 based on FHIR 5.0.0. Generated 2024-10-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change