DaVinci Payer Data Exchange (PDex) US Drug Formulary
2.1.0 - STU2.1 United States of America flag

DaVinci Payer Data Exchange (PDex) US Drug Formulary, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 2.1.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-formulary/ and changes regularly. See the Directory of published versions

: acme-payer

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/acme-payer> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "acme-payer"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization acme-payer</b></p><a name=\"acme-payer\"> </a><a name=\"hcacme-payer\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-NAICCompanyCodes.html\" title=\"NAIC company codes, also referred to as NAIC numbers, are five-digit identification codes assigned by the National Association of Insurance Commissioners (NAIC) to every insurance company to identify them. NAIC maintains a list of all lines of insurance the company sells and a list of all jurisdictions in which the company is licensed.#xD;#xA;#xD;#xA;For more information, see [https://content.naic.org/cis_consumer_information.htm](https://content.naic.org/cis_consumer_information.htm)\">National Association of Insurance Commissioners (NAIC) Company Codes</a>/55555</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: Acme Health Plan</p><p><b>telecom</b>: ph: (+1) 555-555-5555, <a href=\"mailto:hq@acme.org\">hq@acme.org</a></p><p><b>address</b>: 100 INSURANCE AVE AMHERST MA 01002 USA </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.6.300" ] ;
     fhir:Identifier.value [ fhir:value "55555" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "pay" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Payer" ]
  ] ;
  fhir:Organization.name [ fhir:value "Acme Health Plan"] ;
  fhir:Organization.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(+1) 555-555-5555" ]
  ], [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "hq@acme.org" ]
  ] ;
  fhir:Organization.address [
     fhir:index -1 ;
     fhir:Address.line [
       fhir:value "100 INSURANCE AVE" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "AMHERST" ] ;
     fhir:Address.state [ fhir:value "MA" ] ;
     fhir:Address.postalCode [ fhir:value "01002" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/acme-payer.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/acme-payer.ttl> .