FoundationThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: Orders and Observations Work Group | Standards Status: Informative | Compartments: No defined compartments |
ShEx statement for devicedefinition
PREFIX fhir: <http://hl7.org/fhir/>
PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
# ShEx Version 2.2
IMPORT <Uri.shex>
IMPORT <Code.shex>
IMPORT <Date.shex>
IMPORT <Range.shex>
IMPORT <Coding.shex>
IMPORT <Period.shex>
IMPORT <String.shex>
IMPORT <Boolean.shex>
IMPORT <Integer.shex>
IMPORT <DateTime.shex>
IMPORT <Markdown.shex>
IMPORT <Quantity.shex>
IMPORT <Canonical.shex>
IMPORT <Reference.shex>
IMPORT <Annotation.shex>
IMPORT <Attachment.shex>
IMPORT <Identifier.shex>
IMPORT <Organization.shex>
IMPORT <UsageContext.shex>
IMPORT <ContactDetail.shex>
IMPORT <DomainResource.shex>
IMPORT <BackboneElement.shex>
IMPORT <CodeableConcept.shex>
IMPORT <RelatedArtifact.shex>
IMPORT <ProductShelfLife.shex>
IMPORT <CodeableReference.shex>
start=@<DeviceDefinition> AND {fhir:nodeRole [fhir:treeRoot]}
# The definition of a kind of device or device component
<DeviceDefinition> EXTENDS @<DomainResource> CLOSED {
a [fhir:DeviceDefinition]?;fhir:nodeRole [fhir:treeRoot]?;
fhir:url @<Uri>?; # Canonical identifier for this
# DeviceDefinition, represented as
# an absolute URI (globally unique)
fhir:identifier @<OneOrMore_Identifier>?; # Additional identifier for the
# DeviceDefinition
fhir:version @<String>?; # Business version of the
# DeviceDefinition
fhir:versionAlgorithm @<String> OR
@<Coding> ?; # How to compare versions
fhir:name @<String>?; # Name for this DeviceDefinition
# (computer friendly)
fhir:title @<String>?; # Name for this DeviceDefinition
# (human friendly)
fhir:status @<Code> AND
{fhir:v @fhirvs:publication-status}; # draft | active | retired | unknown
fhir:experimental @<Boolean>?; # For testing only - never for real
# usage
fhir:date @<DateTime>?; # Date last changed
fhir:publisher @<String>?; # Name of the publisher/steward
# (organization or individual)
fhir:contact @<OneOrMore_ContactDetail>?; # Contact details for the publisher
fhir:description @<Markdown>?; # Natural language description of
# the DeviceDefinition
fhir:useContext @<OneOrMore_UsageContext>?; # The context that the content is
# intended to support
fhir:jurisdiction @<OneOrMore_CodeableConcept>?; # Jurisdiction of the authority that
# maintains the DeviceDefinition (if
# applicable)
fhir:purpose @<Markdown>?; # Why this DeviceDefinition is
# defined
fhir:copyright @<Markdown>?; # Notice about intellectual property
# ownership, can include
# restrictions on use
fhir:copyrightLabel @<String>?; # Copyright holder and year(s)
fhir:approvalDate @<Date>?; # When DeviceDefinition was approved
# by publisher
fhir:lastReviewDate @<Date>?; # Date on which the asset content
# was last reviewed by the publisher
fhir:effectivePeriod @<Period>?; # The effective date range for the
# DeviceDefinition
fhir:partNumber @<String>?; # The part number or catalog number
# of the device
fhir:manufacturer @<Reference> AND {fhir:l
@<Organization> ? }?; # Name of device manufacturer
fhir:modelNumber @<String>?; # The catalog or model number for
# the device for example as defined
# by the manufacturer
fhir:udiDeviceIdentifier @<OneOrMore_DeviceDefinition.udiDeviceIdentifier>?; # Unique Device Identifier (UDI)
# Barcode string
fhir:regulatoryIdentifier @<OneOrMore_DeviceDefinition.regulatoryIdentifier>?; # Regulatory identifier(s)
# associated with this device
fhir:deviceName @<OneOrMore_DeviceDefinition.deviceName>?; # The name or names of the device as
# given by the manufacturer
fhir:classification @<OneOrMore_DeviceDefinition.classification>?; # What kind of device or device
# system this is
fhir:conformsTo @<OneOrMore_DeviceDefinition.conformsTo>?; # Identifies the standards,
# specifications, or formal
# guidances for the capabilities
# supported by the device
fhir:hasPart @<OneOrMore_DeviceDefinition.hasPart>?; # A device, part of the current one
fhir:packaging @<OneOrMore_DeviceDefinition.packaging>?; # Information about the packaging of
# the device, i.e. how the device is
# packaged
fhir:deviceVersion @<OneOrMore_DeviceDefinition.deviceVersion>?; # The version of the device or
# software
fhir:safety @<OneOrMore_CodeableConcept>?; # Safety characteristics of the
# device
fhir:shelfLifeStorage @<OneOrMore_ProductShelfLife>?; # Shelf Life and storage information
fhir:outputLanguage @<OneOrMore_Code> AND
{fhir:v @fhirvs:all-languages}?; # Language code for the
# human-readable text strings
# produced by the device (all
# supported)
fhir:property @<OneOrMore_DeviceDefinition.property>?; # Inherent, essentially fixed,
# characteristics of this kind of
# device, e.g., time properties,
# size, etc
fhir:link @<OneOrMore_DeviceDefinition.link>?; # An associated device, attached to,
# used with, communicating with or
# linking a previous or new device
# model to the focal device
fhir:note @<OneOrMore_Annotation>?; # Device notes and comments
fhir:material @<OneOrMore_DeviceDefinition.material>?; # A substance used to create the
# material(s) of which the device is
# made
fhir:additive @<OneOrMore_DeviceDefinition.additive>?; # Material added to a container
# device
fhir:productionIdentifierInUDI @<OneOrMore_CodeableConcept>?; # lot-number | manufactured-date |
# serial-number | expiration-date |
# biological-source |
# software-version
fhir:guideline @<DeviceDefinition.guideline>?; # Information aimed at providing
# directions for the usage of this
# model of device
fhir:correctiveAction @<DeviceDefinition.correctiveAction>?; # Tracking of latest field safety
# corrective action
fhir:chargeItem @<OneOrMore_DeviceDefinition.chargeItem>?; # Billing code or reference
# associated with the device
}
# Unique Device Identifier (UDI) Barcode string
<DeviceDefinition.udiDeviceIdentifier> EXTENDS @<BackboneElement> CLOSED {
fhir:deviceIdentifier @<String>; # The identifier that is to be
# associated with every Device that
# references this DeviceDefintiion
# for the issuer and jurisdiction
# provided in the
# DeviceDefinition.udiDeviceIdenti-
# fier
fhir:issuer @<Uri>; # The organization that assigns the
# identifier algorithm
fhir:jurisdiction @<Uri>; # The jurisdiction to which the
# deviceIdentifier applies
fhir:marketDistribution @<OneOrMore_DeviceDefinition.udiDeviceIdentifier.marketDistribution>?; # Indicates whether and when the
# device is available on the market
fhir:deviceIdentifierSystem @<Uri>?; # The namespace for the device
# identifier value
}
# Indicates whether and when the device is available on the market
<DeviceDefinition.udiDeviceIdentifier.marketDistribution> EXTENDS @<BackboneElement> CLOSED {
fhir:marketPeriod @<Period>; # Begin and end dates for the
# commercial distribution of the
# device
fhir:subJurisdiction @<Uri>; # National state or territory where
# the device is commercialized
}
# Regulatory identifier(s) associated with this device
<DeviceDefinition.regulatoryIdentifier> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableConcept>; # basic | master | license
fhir:identifier @<String>; # The identifier itself
fhir:issuer @<Uri>; # The organization that issued this
# identifier
fhir:jurisdiction @<Uri>; # Relevant jurisdiction governing
# the identifier
fhir:identifierSystem @<Uri>?; # The namespace for the device
# identifier value
}
# The name or names of the device as given by the manufacturer
<DeviceDefinition.deviceName> EXTENDS @<BackboneElement> CLOSED {
fhir:name @<String>; # A name that is used to refer to
# the device
fhir:type @<CodeableConcept>; # registered-name |
# user-friendly-name |
# patient-reported-name
}
# What kind of device or device system this is
<DeviceDefinition.classification> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableConcept>; # A classification or risk class of
# the device model
fhir:justification @<OneOrMore_RelatedArtifact>?; # Further information qualifying
# this classification of the device
# model
}
# Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
<DeviceDefinition.conformsTo> EXTENDS @<BackboneElement> CLOSED {
fhir:category @<CodeableConcept>?; # Describes the common type of the
# standard, specification, or formal
# guidance
fhir:specification @<CodeableConcept>; # Identifies the standard,
# specification, or formal guidance
# that the device adheres to the
# Device Specification type
fhir:version @<OneOrMore_String>?; # The specific form or variant of
# the standard, specification or
# formal guidance
fhir:source @<OneOrMore_RelatedArtifact>?; # Standard, regulation,
# certification, or guidance
# website, document, or other
# publication, or similar,
# supporting the conformance
}
# A device, part of the current one
<DeviceDefinition.hasPart> EXTENDS @<BackboneElement> CLOSED {
fhir:definition (@<Canonical> AND {fhir:l @<DeviceDefinition> }) OR
@<CodeableConcept> ; # Reference to the part
fhir:count @<Integer>?; # Number of occurrences of the part
}
# Information about the packaging of the device, i.e. how the device is packaged
<DeviceDefinition.packaging> EXTENDS @<BackboneElement> CLOSED {
fhir:identifier @<OneOrMore_Identifier>?; # Business identifiers of the
# packaged device
fhir:type @<CodeableConcept>?; # A code that defines the specific
# type of packaging
fhir:count @<Integer>?; # The number of items contained in
# the package (devices or
# sub-packages)
fhir:distributor @<OneOrMore_DeviceDefinition.packaging.distributor>?; # An organization that distributes
# the packaged device
fhir:udiDeviceIdentifier @<OneOrMore_DeviceDefinition.udiDeviceIdentifier>?; # Unique Device Identifier (UDI)
# Barcode string on the packaging
fhir:packaging @<OneOrMore_DeviceDefinition.packaging>?; # Allows packages within packages
}
# An organization that distributes the packaged device
<DeviceDefinition.packaging.distributor> EXTENDS @<BackboneElement> CLOSED {
fhir:name @<String>?; # Distributor's human-readable name
fhir:organizationReference @<OneOrMore_Reference_Organization>?; # Distributor as an Organization
# resource
}
# Allows packages within packages
<DeviceDefinition.packaging.packagingnull> CLOSED {
}
# The version of the device or software
<DeviceDefinition.deviceVersion> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableConcept>?; # The type of the device version,
# e.g. manufacturer, approved,
# internal
fhir:component @<Identifier>?; # The hardware or software module of
# the device to which the version
# applies
fhir:value @<String>; # The version text
}
# Inherent, essentially fixed, characteristics of this kind of device, e.g., time properties, size, etc
<DeviceDefinition.property> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableConcept>; # Code that specifies the property
# being represented
fhir:value @<Quantity> OR
@<CodeableConcept> OR
@<String> OR
@<Boolean> OR
@<Integer> OR
@<Range> OR
@<Attachment> ; # Value of the property
}
# An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device
<DeviceDefinition.link> EXTENDS @<BackboneElement> CLOSED {
fhir:relation @<Coding>; # The type indicates the
# relationship of the related device
# to the device instance
fhir:relatedDevice (@<Canonical> AND {fhir:l @<DeviceDefinition> }) OR
@<CodeableConcept> ; # A reference to the linked device
}
# A substance used to create the material(s) of which the device is made
<DeviceDefinition.material> EXTENDS @<BackboneElement> CLOSED {
fhir:substance @<CodeableConcept>; # A relevant substance that the
# device contains, may contain, or
# is made of
fhir:alternate @<Boolean>?; # Indicates an alternative material
# of the device
fhir:allergenicIndicator @<Boolean>?; # Whether the substance is a known
# or suspected allergen
}
# Material added to a container device
<DeviceDefinition.additive> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableReference>; # The additive substance
fhir:quantity @<Quantity>?; # Quantity of additive substance
# within container
}
# Information aimed at providing directions for the usage of this model of device
<DeviceDefinition.guideline> EXTENDS @<BackboneElement> CLOSED {
fhir:useContext @<OneOrMore_UsageContext>?; # The circumstances that form the
# setting for using the device
fhir:usageInstruction @<Markdown>?; # Detailed written and visual
# directions for the user on how to
# use the device
fhir:relatedArtifact @<OneOrMore_RelatedArtifact>?; # A source of information or
# reference for this guideline
fhir:indication @<OneOrMore_CodeableConcept>?; # A clinical condition for which the
# device was designed to be used
fhir:contraindication @<OneOrMore_CodeableConcept>?; # A specific situation when a device
# should not be used because it may
# cause harm
fhir:warning @<OneOrMore_CodeableConcept>?; # Specific hazard alert information
# that a user needs to know before
# using the device
fhir:intendedUse @<String>?; # A description of the general
# purpose or medical use of the
# device or its function
}
# Tracking of latest field safety corrective action
<DeviceDefinition.correctiveAction> EXTENDS @<BackboneElement> CLOSED {
fhir:recall @<Boolean>; # Whether the corrective action was
# a recall
fhir:scope @<Code> AND
{fhir:v @fhirvs:device-correctiveactionscope}?; # model | lot-numbers |
# serial-numbers
fhir:period @<Period>; # Start and end dates of the
# corrective action
}
# Billing code or reference associated with the device
<DeviceDefinition.chargeItem> EXTENDS @<BackboneElement> CLOSED {
fhir:chargeItemCode @<CodeableReference>; # The code or reference for the
# charge item
fhir:count @<Quantity>; # Coefficient applicable to the
# billing code
fhir:effectivePeriod @<Period>?; # A specific time period in which
# this charge item applies
fhir:useContext @<OneOrMore_UsageContext>?; # The context to which this charge
# item applies
}
#---------------------- Cardinality Types (OneOrMore) -------------------
<OneOrMore_Identifier> CLOSED {
rdf:first @<Identifier> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Identifier>
}
<OneOrMore_ContactDetail> CLOSED {
rdf:first @<ContactDetail> ;
rdf:rest [rdf:nil] OR @<OneOrMore_ContactDetail>
}
<OneOrMore_UsageContext> CLOSED {
rdf:first @<UsageContext> ;
rdf:rest [rdf:nil] OR @<OneOrMore_UsageContext>
}
<OneOrMore_CodeableConcept> CLOSED {
rdf:first @<CodeableConcept> ;
rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept>
}
<OneOrMore_DeviceDefinition.udiDeviceIdentifier> CLOSED {
rdf:first @<DeviceDefinition.udiDeviceIdentifier> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.udiDeviceIdentifier>
}
<OneOrMore_DeviceDefinition.regulatoryIdentifier> CLOSED {
rdf:first @<DeviceDefinition.regulatoryIdentifier> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.regulatoryIdentifier>
}
<OneOrMore_DeviceDefinition.deviceName> CLOSED {
rdf:first @<DeviceDefinition.deviceName> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.deviceName>
}
<OneOrMore_DeviceDefinition.classification> CLOSED {
rdf:first @<DeviceDefinition.classification> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.classification>
}
<OneOrMore_DeviceDefinition.conformsTo> CLOSED {
rdf:first @<DeviceDefinition.conformsTo> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.conformsTo>
}
<OneOrMore_DeviceDefinition.hasPart> CLOSED {
rdf:first @<DeviceDefinition.hasPart> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.hasPart>
}
<OneOrMore_DeviceDefinition.packaging> CLOSED {
rdf:first @<DeviceDefinition.packaging> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.packaging>
}
<OneOrMore_DeviceDefinition.deviceVersion> CLOSED {
rdf:first @<DeviceDefinition.deviceVersion> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.deviceVersion>
}
<OneOrMore_ProductShelfLife> CLOSED {
rdf:first @<ProductShelfLife> ;
rdf:rest [rdf:nil] OR @<OneOrMore_ProductShelfLife>
}
<OneOrMore_Code> CLOSED {
rdf:first @<Code> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Code>
}
<OneOrMore_DeviceDefinition.property> CLOSED {
rdf:first @<DeviceDefinition.property> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.property>
}
<OneOrMore_DeviceDefinition.link> CLOSED {
rdf:first @<DeviceDefinition.link> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.link>
}
<OneOrMore_Annotation> CLOSED {
rdf:first @<Annotation> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Annotation>
}
<OneOrMore_DeviceDefinition.material> CLOSED {
rdf:first @<DeviceDefinition.material> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.material>
}
<OneOrMore_DeviceDefinition.additive> CLOSED {
rdf:first @<DeviceDefinition.additive> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.additive>
}
<OneOrMore_DeviceDefinition.chargeItem> CLOSED {
rdf:first @<DeviceDefinition.chargeItem> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.chargeItem>
}
<OneOrMore_DeviceDefinition.udiDeviceIdentifier.marketDistribution> CLOSED {
rdf:first @<DeviceDefinition.udiDeviceIdentifier.marketDistribution> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.udiDeviceIdentifier.marketDistribution>
}
<OneOrMore_RelatedArtifact> CLOSED {
rdf:first @<RelatedArtifact> ;
rdf:rest [rdf:nil] OR @<OneOrMore_RelatedArtifact>
}
<OneOrMore_String> CLOSED {
rdf:first @<String> ;
rdf:rest [rdf:nil] OR @<OneOrMore_String>
}
<OneOrMore_DeviceDefinition.packaging.distributor> CLOSED {
rdf:first @<DeviceDefinition.packaging.distributor> ;
rdf:rest [rdf:nil] OR @<OneOrMore_DeviceDefinition.packaging.distributor>
}
<OneOrMore_Reference_Organization> CLOSED {
rdf:first @<Reference> AND {fhir:l
@<Organization> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Organization>
}
#---------------------- Value Sets ------------------------
# This value set includes all possible codes from BCP-47 (see http://tools.ietf.org/html/bcp47)
fhirvs:all-languages ["aa" "ab" "ace" "ach" "ada" "ady" "ae" "af" "afa" "afh" "ain" "ak" "akk" "ale" "alg" "alt" "am" "an" "ang" "anp" "apa" "ar" "arc" "arn" "arp" "art" "arw" "as" "ast" "ath" "aus" "av" "awa" "ay" "az" "ba" "bad" "bai" "bal" "ban" "bas" "bat" "be" "bej" "bem" "ber" "bg" "bho" "bi" "bik" "bin" "bla" "bm" "bn" "bnt" "bo" "br" "bra" "bs" "btk" "bua" "bug" "byn" "ca" "cad" "cai" "car" "cau" "ce" "ceb" "cel" "ch" "chb" "chg" "chk" "chm" "chn" "cho" "chp" "chr" "chy" "cmc" "cnr" "co" "cop" "cpe" "cpf" "cpp" "cr" "crh" "crp" "cs" "csb" "cu" "cus" "cv" "cy" "da" "dak" "dar" "day" "de" "del" "den" "dgr" "din" "doi" "dra" "dsb" "dua" "dum" "dv" "dyu" "dz" "ee" "efi" "egy" "eka" "el" "elx" "en" "enm" "eo" "es" "et" "eu" "ewo" "fa" "fan" "fat" "ff" "fi" "fil" "fiu" "fj" "fo" "fon" "fr" "frm" "fro" "frr" "frs" "fur" "fy" "ga" "gaa" "gay" "gba" "gd" "gem" "gez" "gil" "gl" "gmh" "gn" "goh" "gon" "gor" "got" "grb" "grc" "gsw" "gu" "gv" "gwi" "ha" "hai" "haw" "he" "hi" "hil" "him" "hit" "hmn" "ho" "hr" "hsb" "ht" "hu" "hup" "hy" "hz" "ia" "iba" "id" "ie" "ig" "ii" "ijo" "ik" "ilo" "inc" "ine" "inh" "io" "ira" "iro" "is" "it" "iu" "ja" "jbo" "jpr" "jrb" "jv" "ka" "kaa" "kab" "kac" "kam" "kar" "kaw" "kbd" "kg" "kha" "khi" "kho" "ki" "kj" "kk" "kl" "km" "kmb" "kn" "ko" "kok" "kos" "kpe" "kr" "krc" "krl" "kro" "kru" "ks" "ku" "kum" "kut" "kv" "kw" "ky" "la" "lad" "lah" "lam" "lb" "lez" "lg" "li" "ln" "lo" "lol" "loz" "lt" "lu" "lua" "lui" "lun" "luo" "lus" "lv" "mad" "mag" "mai" "mak" "man" "map" "mas" "mdf" "mdr" "men" "mg" "mga" "mh" "mi" "mic" "min" "mis" "mk" "mkh" "ml" "mn" "mnc" "mni" "mno" "moh" "mos" "mr" "ms" "mt" "mul" "mun" "mus" "mwl" "mwr" "my" "myn" "myv" "na" "nah" "nai" "nap" "nb" "nd" "nds" "ne" "new" "ng" "nia" "nic" "niu" "nl" "nn" "no" "nog" "non" "nqo" "nr" "nso" "nub" "nv" "nwc" "ny" "nym" "nyn" "nyo" "nzi" "oc" "oj" "om" "or" "os" "osa" "ota" "oto" "pa" "paa" "pag" "pal" "pam" "pap" "pau" "peo" "phi" "phn" "pi" "pl" "pon" "pra" "pro" "ps" "pt" "qu" "raj" "rap" "rar" "rm" "rn" "ro" "roa" "rom" "ru" "rup" "rw" "sa" "sad" "sah" "sai" "sal" "sam" "sas" "sat" "sc" "scn" "sco" "sd" "se" "sel" "sem" "sg" "sga" "sgn" "shn" "si" "sid" "sio" "sit" "sk" "sl" "sla" "sm" "sma" "smi" "smj" "smn" "sms" "sn" "snk" "so" "sog" "son" "sq" "sr" "srn" "srr" "ss" "ssa" "st" "su" "suk" "sus" "sux" "sv" "sw" "syc" "syr" "ta" "tai" "te" "tem" "ter" "tet" "tg" "th" "ti" "tig" "tiv" "tk" "tkl" "tl" "tlh" "tli" "tmh" "tn" "to" "tog" "tpi" "tr" "ts" "tsi" "tt" "tum" "tup" "tut" "tvl" "tw" "ty" "tyv" "udm" "ug" "uga" "uk" "umb" "und" "ur" "uz" "vai" "ve" "vi" "vo" "vot" "wa" "wak" "wal" "war" "was" "wen" "wo" "xal" "xh" "yao" "yap" "yi" "yo" "ypk" "za" "zap" "zbl" "zen" "zgh" "zh" "znd" "zu" "zun" "zxx" "zza"]
# Device - Corrective action scope
fhirvs:device-correctiveactionscope ["model" "lot-numbers" "serial-numbers"]
# The lifecycle status of an artifact.
fhirvs:publication-status ["draft" "active" "retired" "unknown"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.r6.core#6.0.0-ballot4 generated on Thu, Aug 13, 2026 04:34+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R5 |
Compare to Last Ballot |
|
Propose a change