@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oid: <https://oid-base.com/get/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mvx .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.840.1.113883.6.60 .

bioregistry:mvx a bioregistry.schema:0000001 ;
    rdfs:label "Manufacturers of Vaccines" ;
    dcterms:contributor orcid:0000-0002-8741-7823 ;
    dcterms:description "The CDC's National Center for Immunization and Respiratory Diseases ([NCIRD](https://www.cdc.gov/ncird/)) developed and maintains HL7 Table 0227, Manufacturers of Vaccines (MVX). It includes both active and inactive manufacturers of vaccines in the US. Inactive MVX codes allow transmission of historical immunization records. When [MVX code is paired with a CVX code](https://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=tradename) (vaccine administered code), the specific trade named vaccine may be indicated."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch oid:2.16.840.1.113883.6.60 ;
    foaf:homepage <https://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=mvx> ;
    bioregistry.schema:0000005 "ASZ"^^xsd:string ;
    bioregistry.schema:0000006 "https://phinvads.cdc.gov/vads/ViewCodeSystemConcept.action?oid=2.16.840.1.113883.12.227&code=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://phinvads.cdc.gov/vads/ViewCodeSystemConcept.action?oid=2.16.840.1.113883.12.227&code="^^xsd:string ;
    bioregistry.schema:0000027 <https://phinvads.cdc.gov/vads/ViewCodeSystemConcept.action?oid=2.16.840.1.113883.12.227&code=ASZ> ;
    bioregistry.schema:0000029 "mvx" .

orcid:0000-0002-8741-7823 rdfs:label "Lindsey N. Anderson" ;
    foaf:mbox "lindsey.anderson@pnnl.gov" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

oid:2.16.840.1.113883.6.60 dcterms:isPartOf bioregistry.metaresource:hl7 .

