Da Vinci PDex Plan Net, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-plan-net/ 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 -------------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/PharmChainRetailService> a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PharmChainRetailService"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-HealthcareService" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-HealthcareService>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ]
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "type" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/DeliveryMethodCS" ] ;
fhir:Coding.code [ fhir:value "physical" ]
]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/delivery-method" ]
], [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "acceptingPatients" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AcceptingPatientsCS" ] ;
fhir:Coding.code [ fhir:value "existptonly" ]
]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "fromNetwork" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Organization/AcmeofCTStdNet> ;
fhir:Reference.reference [ fhir:value "Organization/AcmeofCTStdNet" ]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/newpatients" ]
] ;
fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
fhir:HealthcareService.providedBy [
fhir:link <http://hl7.org/fhir/Organization/PharmChain> ;
fhir:Reference.reference [ fhir:value "Organization/PharmChain" ]
] ;
fhir:HealthcareService.category [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS" ] ;
fhir:Coding.code [ fhir:value "pharm" ] ;
fhir:Coding.display [ fhir:value "Pharmacy" ]
]
] ;
fhir:HealthcareService.specialty [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
fhir:Coding.code [ fhir:value "3336C0003X" ] ;
fhir:Coding.display [ fhir:value "Community/Retail Pharmacy" ]
]
] ;
fhir:HealthcareService.location [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Location/PharmLoc1> ;
fhir:Reference.reference [ fhir:value "Location/PharmLoc1" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Location/PharmLoc2> ;
fhir:Reference.reference [ fhir:value "Location/PharmLoc2" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Location/PharmLoc3> ;
fhir:Reference.reference [ fhir:value "Location/PharmLoc3" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Location/PharmLoc4> ;
fhir:Reference.reference [ fhir:value "Location/PharmLoc4" ]
] ;
fhir:HealthcareService.name [ fhir:value "Pharmacy by PharmChain"] ;
fhir:HealthcareService.telecom [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Organization/PharmChain> ;
fhir:Reference.reference [ fhir:value "Organization/PharmChain" ]
]
]
] .
<http://hl7.org/fhir/Organization/AcmeofCTStdNet> a fhir:Organization .
<http://hl7.org/fhir/Organization/PharmChain> a fhir:Organization .
<http://hl7.org/fhir/Location/PharmLoc1> a fhir:Location .
<http://hl7.org/fhir/Location/PharmLoc2> a fhir:Location .
<http://hl7.org/fhir/Location/PharmLoc3> a fhir:Location .
<http://hl7.org/fhir/Location/PharmLoc4> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/PharmChainRetailService.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/HealthcareService/PharmChainRetailService.ttl> .
IG © 2025+ HL7 International / Financial Management.
Package hl7.fhir.us.davinci-pdex-plan-net#1.2.0 based on FHIR 4.0.1.
Generated
2026-06-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
