health.fhir.r4.international401
Module health.fhir.r4.international401
API
Declarations
Definitions
ballerinax/health.fhir.r4.international401 Ballerina library
FHIR R4 Base Module
Sample Usage
This section focuses on samples depicting how to use this package to implement FHIR related integrations
Prerequisites
- Install Ballerina 2201.6.0 or later
1. Parse JSON FHIR resource to FHIR resource model
Sample below is using the Patient resource in health.fhir.r4.international401
package.
import ballerina/log; import ballerinax/health.fhir.r4.international401; import ballerinax/health.fhir.r4.parser; public function main() { json payload = { "resourceType": "Patient", "id": "1", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, "active":true, "name":[ { "use":"official", "family":"Chalmers", "given":[ "Peter", "James" ] } ], "gender":"male", "birthDate":"1974-12-25", "managingOrganization":{ "reference":"Organization/1" } }; do { anydata parsedResult = check parser:parse(payload, international401:Patient); international401:Patient patientModel = check parsedResult.ensureType(); log:printInfo(string `Patient name : ${patientModel.name.toString()}`); } on fail error parseError { log:printError(string `Error occurred while parsing : ${parseError.message()}`, parseError); } }
2. Creating FHIR Resource models and serializing to JSON wire formats
import ballerina/log; import ballerina/time; import ballerinax/health.fhir.r4; import ballerinax/health.fhir.r4.international401; public function main() { international401:Patient patient = { meta: { lastUpdated: time:utcToString(time:utcNow()), profile: [international401:PROFILE_BASE_PATIENT] }, active: true, name: [{ family: "Doe", given: ["Jhon"], use: r4:official, prefix: ["Mr"] }], address: [{ line: ["652 S. Lantern Dr."], city: "New York", country: "United States", postalCode: "10022", 'type: r4:physical, use: r4:home }] }; r4:FHIRResourceEntity fhirEntity = new(patient); // Serialize FHIR resource record to Json payload json|r4:FHIRSerializerError jsonResult = fhirEntity.toJson(); if jsonResult is json { log:printInfo(string `Patient resource JSON payload : ${jsonResult.toString()}`); } else { log:printError(string `Error occurred while serializing to JSON payload : ${jsonResult.message()}`, jsonResult); } }
Functions
initialize
function initialize()
This empty function is used to initialize the module by other modules/packages.
Constants
health.fhir.r4.international401: PROFILE_BASE_ACCOUNT
health.fhir.r4.international401: PROFILE_BASE_ACTIVITYDEFINITION
health.fhir.r4.international401: PROFILE_BASE_ACTUAL_GROUP
health.fhir.r4.international401: PROFILE_BASE_ADVERSEEVENT
health.fhir.r4.international401: PROFILE_BASE_ALLERGYINTOLERANCE
health.fhir.r4.international401: PROFILE_BASE_APPOINTMENT
health.fhir.r4.international401: PROFILE_BASE_APPOINTMENTRESPONSE
health.fhir.r4.international401: PROFILE_BASE_AUDITEVENT
health.fhir.r4.international401: PROFILE_BASE_BASIC
health.fhir.r4.international401: PROFILE_BASE_BINARY
health.fhir.r4.international401: PROFILE_BASE_BIOLOGICALLYDERIVEDPRODUCT
health.fhir.r4.international401: PROFILE_BASE_BODYSTRUCTURE
health.fhir.r4.international401: PROFILE_BASE_CAPABILITYSTATEMENT
health.fhir.r4.international401: PROFILE_BASE_CAREPLAN
health.fhir.r4.international401: PROFILE_BASE_CARETEAM
health.fhir.r4.international401: PROFILE_BASE_CATALOGENTRY
health.fhir.r4.international401: PROFILE_BASE_CDS_HOOKS_GUIDANCERESPONSE
health.fhir.r4.international401: PROFILE_BASE_CDS_HOOKS_REQUESTGROUP
health.fhir.r4.international401: PROFILE_BASE_CDS_HOOKS_SERVICE_PLANDEFINITION
health.fhir.r4.international401: PROFILE_BASE_CHARGEITEM
health.fhir.r4.international401: PROFILE_BASE_CHARGEITEMDEFINITION
health.fhir.r4.international401: PROFILE_BASE_CLAIM
health.fhir.r4.international401: PROFILE_BASE_CLAIMRESPONSE
health.fhir.r4.international401: PROFILE_BASE_CLINICAL_DOCUMENT
health.fhir.r4.international401: PROFILE_BASE_CLINICALIMPRESSION
health.fhir.r4.international401: PROFILE_BASE_COMMUNICATION
health.fhir.r4.international401: PROFILE_BASE_COMMUNICATIONREQUEST
health.fhir.r4.international401: PROFILE_BASE_COMPARTMENTDEFINITION
health.fhir.r4.international401: PROFILE_BASE_COMPOSITION
health.fhir.r4.international401: PROFILE_BASE_COMPUTABLE_PLANDEFINITION
health.fhir.r4.international401: PROFILE_BASE_CONCEPTMAP
health.fhir.r4.international401: PROFILE_BASE_CONDITION
health.fhir.r4.international401: PROFILE_BASE_CONSENT
health.fhir.r4.international401: PROFILE_BASE_CONTRACT
health.fhir.r4.international401: PROFILE_BASE_COVERAGE
health.fhir.r4.international401: PROFILE_BASE_COVERAGEELIGIBILITYREQUEST
health.fhir.r4.international401: PROFILE_BASE_COVERAGEELIGIBILITYRESPONSE
health.fhir.r4.international401: PROFILE_BASE_CQF_QUESTIONNAIRE
health.fhir.r4.international401: PROFILE_BASE_CQL_LIBRARY
health.fhir.r4.international401: PROFILE_BASE_DETECTEDISSUE
health.fhir.r4.international401: PROFILE_BASE_DEVICE
health.fhir.r4.international401: PROFILE_BASE_DEVICE_METRIC_OBSERVATION_PROFILE
health.fhir.r4.international401: PROFILE_BASE_DEVICEDEFINITION
health.fhir.r4.international401: PROFILE_BASE_DEVICEMETRIC
health.fhir.r4.international401: PROFILE_BASE_DEVICEREQUEST
health.fhir.r4.international401: PROFILE_BASE_DEVICEUSESTATEMENT
health.fhir.r4.international401: PROFILE_BASE_DIAGNOSTICREPORT
health.fhir.r4.international401: PROFILE_BASE_DIAGNOSTICREPORT_GENETICS
health.fhir.r4.international401: PROFILE_BASE_DOCUMENTMANIFEST
health.fhir.r4.international401: PROFILE_BASE_DOCUMENTREFERENCE
health.fhir.r4.international401: PROFILE_BASE_EFFECTEVIDENCESYNTHESIS
health.fhir.r4.international401: PROFILE_BASE_EHRS_FM_RECORD_LIFECYCLE_EVENT___AUDIT_EVENT
health.fhir.r4.international401: PROFILE_BASE_EHRS_FM_RECORD_LIFECYCLE_EVENT___PROVENANCE
health.fhir.r4.international401: PROFILE_BASE_ENCOUNTER
health.fhir.r4.international401: PROFILE_BASE_ENDPOINT
health.fhir.r4.international401: PROFILE_BASE_ENROLLMENTREQUEST
health.fhir.r4.international401: PROFILE_BASE_ENROLLMENTRESPONSE
health.fhir.r4.international401: PROFILE_BASE_EPISODEOFCARE
health.fhir.r4.international401: PROFILE_BASE_EVENTDEFINITION
health.fhir.r4.international401: PROFILE_BASE_EVIDENCE
health.fhir.r4.international401: PROFILE_BASE_EVIDENCE_SYNTHESIS_PROFILE
health.fhir.r4.international401: PROFILE_BASE_EVIDENCEVARIABLE
health.fhir.r4.international401: PROFILE_BASE_EXAMPLE_LIPID_PROFILE
health.fhir.r4.international401: PROFILE_BASE_EXAMPLESCENARIO
health.fhir.r4.international401: PROFILE_BASE_EXPLANATIONOFBENEFIT
health.fhir.r4.international401: PROFILE_BASE_FAMILY_MEMBER_HISTORY_FOR_GENETICS_ANALYSIS
health.fhir.r4.international401: PROFILE_BASE_FAMILYMEMBERHISTORY
health.fhir.r4.international401: PROFILE_BASE_FLAG
health.fhir.r4.international401: PROFILE_BASE_GOAL
health.fhir.r4.international401: PROFILE_BASE_GRAPHDEFINITION
health.fhir.r4.international401: PROFILE_BASE_GROUP
health.fhir.r4.international401: PROFILE_BASE_GROUP_DEFINITION
health.fhir.r4.international401: PROFILE_BASE_GUIDANCERESPONSE
health.fhir.r4.international401: PROFILE_BASE_HEALTHCARESERVICE
health.fhir.r4.international401: PROFILE_BASE_IMAGINGSTUDY
health.fhir.r4.international401: PROFILE_BASE_IMMUNIZATION
health.fhir.r4.international401: PROFILE_BASE_IMMUNIZATIONEVALUATION
health.fhir.r4.international401: PROFILE_BASE_IMMUNIZATIONRECOMMENDATION
health.fhir.r4.international401: PROFILE_BASE_IMPLEMENTATIONGUIDE
health.fhir.r4.international401: PROFILE_BASE_INSURANCEPLAN
health.fhir.r4.international401: PROFILE_BASE_INVOICE
health.fhir.r4.international401: PROFILE_BASE_LIBRARY
health.fhir.r4.international401: PROFILE_BASE_LINKAGE
health.fhir.r4.international401: PROFILE_BASE_LIST
health.fhir.r4.international401: PROFILE_BASE_LOCATION
health.fhir.r4.international401: PROFILE_BASE_MEASURE
health.fhir.r4.international401: PROFILE_BASE_MEASUREREPORT
health.fhir.r4.international401: PROFILE_BASE_MEDIA
health.fhir.r4.international401: PROFILE_BASE_MEDICATION
health.fhir.r4.international401: PROFILE_BASE_MEDICATIONADMINISTRATION
health.fhir.r4.international401: PROFILE_BASE_MEDICATIONDISPENSE
health.fhir.r4.international401: PROFILE_BASE_MEDICATIONKNOWLEDGE
health.fhir.r4.international401: PROFILE_BASE_MEDICATIONREQUEST
health.fhir.r4.international401: PROFILE_BASE_MEDICATIONSTATEMENT
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCT
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTAUTHORIZATION
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTCONTRAINDICATION
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTINDICATION
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTINGREDIENT
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTINTERACTION
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTMANUFACTURED
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTPACKAGED
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTPHARMACEUTICAL
health.fhir.r4.international401: PROFILE_BASE_MEDICINALPRODUCTUNDESIRABLEEFFECT
health.fhir.r4.international401: PROFILE_BASE_MESSAGEDEFINITION
health.fhir.r4.international401: PROFILE_BASE_MESSAGEHEADER
health.fhir.r4.international401: PROFILE_BASE_MOLECULARSEQUENCE
health.fhir.r4.international401: PROFILE_BASE_NAMINGSYSTEM
health.fhir.r4.international401: PROFILE_BASE_NUTRITIONORDER
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_BMI
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_BODYHEIGHT
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_BODYTEMP
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_BODYWEIGHT
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_BP
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_GENETICS
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_HEADCIRCUM
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_HEARTRATE
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_OXYGENSAT
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_RESPRATE
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_VITALSIGNS
health.fhir.r4.international401: PROFILE_BASE_OBSERVATION_VITALSPANEL
health.fhir.r4.international401: PROFILE_BASE_OBSERVATIONDEFINITION
health.fhir.r4.international401: PROFILE_BASE_OPERATIONDEFINITION
health.fhir.r4.international401: PROFILE_BASE_ORGANIZATION
health.fhir.r4.international401: PROFILE_BASE_ORGANIZATIONAFFILIATION
health.fhir.r4.international401: PROFILE_BASE_PARAMETERS
health.fhir.r4.international401: PROFILE_BASE_PATIENT
health.fhir.r4.international401: PROFILE_BASE_PAYMENTNOTICE
health.fhir.r4.international401: PROFILE_BASE_PAYMENTRECONCILIATION
health.fhir.r4.international401: PROFILE_BASE_PERSON
health.fhir.r4.international401: PROFILE_BASE_PICO_ELEMENT_PROFILE
health.fhir.r4.international401: PROFILE_BASE_PLANDEFINITION
health.fhir.r4.international401: PROFILE_BASE_PRACTITIONER
health.fhir.r4.international401: PROFILE_BASE_PRACTITIONERROLE
health.fhir.r4.international401: PROFILE_BASE_PROCEDURE
health.fhir.r4.international401: PROFILE_BASE_PROFILE_FOR_CATALOG
health.fhir.r4.international401: PROFILE_BASE_PROFILE_FOR_HLA_GENOTYPING_RESULTS
health.fhir.r4.international401: PROFILE_BASE_PROVENANCE
health.fhir.r4.international401: PROFILE_BASE_PROVENANCE_RELEVANT_HISTORY
health.fhir.r4.international401: PROFILE_BASE_QUESTIONNAIRE
health.fhir.r4.international401: PROFILE_BASE_QUESTIONNAIRERESPONSE
health.fhir.r4.international401: PROFILE_BASE_RELATEDPERSON
health.fhir.r4.international401: PROFILE_BASE_REQUESTGROUP
health.fhir.r4.international401: PROFILE_BASE_RESEARCHDEFINITION
health.fhir.r4.international401: PROFILE_BASE_RESEARCHELEMENTDEFINITION
health.fhir.r4.international401: PROFILE_BASE_RESEARCHSTUDY
health.fhir.r4.international401: PROFILE_BASE_RESEARCHSUBJECT
health.fhir.r4.international401: PROFILE_BASE_RISKASSESSMENT
health.fhir.r4.international401: PROFILE_BASE_RISKEVIDENCESYNTHESIS
health.fhir.r4.international401: PROFILE_BASE_SCHEDULE
health.fhir.r4.international401: PROFILE_BASE_SEARCHPARAMETER
health.fhir.r4.international401: PROFILE_BASE_SERVICEREQUEST
health.fhir.r4.international401: PROFILE_BASE_SERVICEREQUEST_GENETICS
health.fhir.r4.international401: PROFILE_BASE_SHAREABLE_ACTIVITYDEFINITION
health.fhir.r4.international401: PROFILE_BASE_SHAREABLE_LIBRARY
health.fhir.r4.international401: PROFILE_BASE_SHAREABLE_MEASURE
health.fhir.r4.international401: PROFILE_BASE_SHAREABLE_PLANDEFINITION
health.fhir.r4.international401: PROFILE_BASE_SLOT
health.fhir.r4.international401: PROFILE_BASE_SPECIMEN
health.fhir.r4.international401: PROFILE_BASE_SPECIMENDEFINITION
health.fhir.r4.international401: PROFILE_BASE_STRUCTUREDEFINITION
health.fhir.r4.international401: PROFILE_BASE_STRUCTUREMAP
health.fhir.r4.international401: PROFILE_BASE_SUBSCRIPTION
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCE
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCENUCLEICACID
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCEPOLYMER
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCEPROTEIN
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCEREFERENCEINFORMATION
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCESOURCEMATERIAL
health.fhir.r4.international401: PROFILE_BASE_SUBSTANCESPECIFICATION
health.fhir.r4.international401: PROFILE_BASE_SUPPLYDELIVERY
health.fhir.r4.international401: PROFILE_BASE_SUPPLYREQUEST
health.fhir.r4.international401: PROFILE_BASE_TASK
health.fhir.r4.international401: PROFILE_BASE_TERMINOLOGYCAPABILITIES
health.fhir.r4.international401: PROFILE_BASE_TESTREPORT
health.fhir.r4.international401: PROFILE_BASE_TESTSCRIPT
health.fhir.r4.international401: PROFILE_BASE_VERIFICATIONRESULT
health.fhir.r4.international401: PROFILE_BASE_VISIONPRESCRIPTION
health.fhir.r4.international401: RESOURCE_NAME_ACCOUNT
health.fhir.r4.international401: RESOURCE_NAME_ACTIVITYDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_ACTUAL_GROUP
health.fhir.r4.international401: RESOURCE_NAME_ADVERSEEVENT
health.fhir.r4.international401: RESOURCE_NAME_ALLERGYINTOLERANCE
health.fhir.r4.international401: RESOURCE_NAME_APPOINTMENT
health.fhir.r4.international401: RESOURCE_NAME_APPOINTMENTRESPONSE
health.fhir.r4.international401: RESOURCE_NAME_AUDITEVENT
health.fhir.r4.international401: RESOURCE_NAME_BASIC
health.fhir.r4.international401: RESOURCE_NAME_BINARY
health.fhir.r4.international401: RESOURCE_NAME_BIOLOGICALLYDERIVEDPRODUCT
health.fhir.r4.international401: RESOURCE_NAME_BODYSTRUCTURE
health.fhir.r4.international401: RESOURCE_NAME_CAPABILITYSTATEMENT
health.fhir.r4.international401: RESOURCE_NAME_CAREPLAN
health.fhir.r4.international401: RESOURCE_NAME_CARETEAM
health.fhir.r4.international401: RESOURCE_NAME_CATALOGENTRY
health.fhir.r4.international401: RESOURCE_NAME_CDS_HOOKS_GUIDANCERESPONSE
health.fhir.r4.international401: RESOURCE_NAME_CDS_HOOKS_REQUESTGROUP
health.fhir.r4.international401: RESOURCE_NAME_CDS_HOOKS_SERVICE_PLANDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_CHARGEITEM
health.fhir.r4.international401: RESOURCE_NAME_CHARGEITEMDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_CLAIM
health.fhir.r4.international401: RESOURCE_NAME_CLAIMRESPONSE
health.fhir.r4.international401: RESOURCE_NAME_CLINICAL_DOCUMENT
health.fhir.r4.international401: RESOURCE_NAME_CLINICALIMPRESSION
health.fhir.r4.international401: RESOURCE_NAME_COMMUNICATION
health.fhir.r4.international401: RESOURCE_NAME_COMMUNICATIONREQUEST
health.fhir.r4.international401: RESOURCE_NAME_COMPARTMENTDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_COMPOSITION
health.fhir.r4.international401: RESOURCE_NAME_COMPUTABLE_PLANDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_CONCEPTMAP
health.fhir.r4.international401: RESOURCE_NAME_CONDITION
health.fhir.r4.international401: RESOURCE_NAME_CONSENT
health.fhir.r4.international401: RESOURCE_NAME_CONTRACT
health.fhir.r4.international401: RESOURCE_NAME_COVERAGE
health.fhir.r4.international401: RESOURCE_NAME_COVERAGEELIGIBILITYREQUEST
health.fhir.r4.international401: RESOURCE_NAME_COVERAGEELIGIBILITYRESPONSE
health.fhir.r4.international401: RESOURCE_NAME_CQF_QUESTIONNAIRE
health.fhir.r4.international401: RESOURCE_NAME_CQL_LIBRARY
health.fhir.r4.international401: RESOURCE_NAME_DETECTEDISSUE
health.fhir.r4.international401: RESOURCE_NAME_DEVICE
health.fhir.r4.international401: RESOURCE_NAME_DEVICE_METRIC_OBSERVATION_PROFILE
health.fhir.r4.international401: RESOURCE_NAME_DEVICEDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_DEVICEMETRIC
health.fhir.r4.international401: RESOURCE_NAME_DEVICEREQUEST
health.fhir.r4.international401: RESOURCE_NAME_DEVICEUSESTATEMENT
health.fhir.r4.international401: RESOURCE_NAME_DIAGNOSTICREPORT
health.fhir.r4.international401: RESOURCE_NAME_DIAGNOSTICREPORT_GENETICS
health.fhir.r4.international401: RESOURCE_NAME_DOCUMENTMANIFEST
health.fhir.r4.international401: RESOURCE_NAME_DOCUMENTREFERENCE
health.fhir.r4.international401: RESOURCE_NAME_EFFECTEVIDENCESYNTHESIS
health.fhir.r4.international401: RESOURCE_NAME_EHRS_FM_RECORD_LIFECYCLE_EVENT___AUDIT_EVENT
health.fhir.r4.international401: RESOURCE_NAME_EHRS_FM_RECORD_LIFECYCLE_EVENT___PROVENANCE
health.fhir.r4.international401: RESOURCE_NAME_ENCOUNTER
health.fhir.r4.international401: RESOURCE_NAME_ENDPOINT
health.fhir.r4.international401: RESOURCE_NAME_ENROLLMENTREQUEST
health.fhir.r4.international401: RESOURCE_NAME_ENROLLMENTRESPONSE
health.fhir.r4.international401: RESOURCE_NAME_EPISODEOFCARE
health.fhir.r4.international401: RESOURCE_NAME_EVENTDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_EVIDENCE
health.fhir.r4.international401: RESOURCE_NAME_EVIDENCE_SYNTHESIS_PROFILE
health.fhir.r4.international401: RESOURCE_NAME_EVIDENCEVARIABLE
health.fhir.r4.international401: RESOURCE_NAME_EXAMPLE_LIPID_PROFILE
health.fhir.r4.international401: RESOURCE_NAME_EXAMPLESCENARIO
health.fhir.r4.international401: RESOURCE_NAME_EXPLANATIONOFBENEFIT
health.fhir.r4.international401: RESOURCE_NAME_FAMILY_MEMBER_HISTORY_FOR_GENETICS_ANALYSIS
health.fhir.r4.international401: RESOURCE_NAME_FAMILYMEMBERHISTORY
health.fhir.r4.international401: RESOURCE_NAME_FLAG
health.fhir.r4.international401: RESOURCE_NAME_GOAL
health.fhir.r4.international401: RESOURCE_NAME_GRAPHDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_GROUP
health.fhir.r4.international401: RESOURCE_NAME_GROUP_DEFINITION
health.fhir.r4.international401: RESOURCE_NAME_GUIDANCERESPONSE
health.fhir.r4.international401: RESOURCE_NAME_HEALTHCARESERVICE
health.fhir.r4.international401: RESOURCE_NAME_IMAGINGSTUDY
health.fhir.r4.international401: RESOURCE_NAME_IMMUNIZATION
health.fhir.r4.international401: RESOURCE_NAME_IMMUNIZATIONEVALUATION
health.fhir.r4.international401: RESOURCE_NAME_IMMUNIZATIONRECOMMENDATION
health.fhir.r4.international401: RESOURCE_NAME_IMPLEMENTATIONGUIDE
health.fhir.r4.international401: RESOURCE_NAME_INSURANCEPLAN
health.fhir.r4.international401: RESOURCE_NAME_INVOICE
health.fhir.r4.international401: RESOURCE_NAME_LIBRARY
health.fhir.r4.international401: RESOURCE_NAME_LINKAGE
health.fhir.r4.international401: RESOURCE_NAME_LIST
health.fhir.r4.international401: RESOURCE_NAME_LOCATION
health.fhir.r4.international401: RESOURCE_NAME_MEASURE
health.fhir.r4.international401: RESOURCE_NAME_MEASUREREPORT
health.fhir.r4.international401: RESOURCE_NAME_MEDIA
health.fhir.r4.international401: RESOURCE_NAME_MEDICATION
health.fhir.r4.international401: RESOURCE_NAME_MEDICATIONADMINISTRATION
health.fhir.r4.international401: RESOURCE_NAME_MEDICATIONDISPENSE
health.fhir.r4.international401: RESOURCE_NAME_MEDICATIONKNOWLEDGE
health.fhir.r4.international401: RESOURCE_NAME_MEDICATIONREQUEST
health.fhir.r4.international401: RESOURCE_NAME_MEDICATIONSTATEMENT
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCT
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTAUTHORIZATION
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTCONTRAINDICATION
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTINDICATION
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTINGREDIENT
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTINTERACTION
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTMANUFACTURED
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTPACKAGED
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTPHARMACEUTICAL
health.fhir.r4.international401: RESOURCE_NAME_MEDICINALPRODUCTUNDESIRABLEEFFECT
health.fhir.r4.international401: RESOURCE_NAME_MESSAGEDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_MESSAGEHEADER
health.fhir.r4.international401: RESOURCE_NAME_MOLECULARSEQUENCE
health.fhir.r4.international401: RESOURCE_NAME_NAMINGSYSTEM
health.fhir.r4.international401: RESOURCE_NAME_NUTRITIONORDER
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_BMI
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_BODYHEIGHT
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_BODYTEMP
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_BODYWEIGHT
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_BP
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_GENETICS
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_HEADCIRCUM
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_HEARTRATE
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_OXYGENSAT
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_RESPRATE
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_VITALSIGNS
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATION_VITALSPANEL
health.fhir.r4.international401: RESOURCE_NAME_OBSERVATIONDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_OPERATIONDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_ORGANIZATION
health.fhir.r4.international401: RESOURCE_NAME_ORGANIZATIONAFFILIATION
health.fhir.r4.international401: RESOURCE_NAME_PARAMETERS
health.fhir.r4.international401: RESOURCE_NAME_PATIENT
health.fhir.r4.international401: RESOURCE_NAME_PAYMENTNOTICE
health.fhir.r4.international401: RESOURCE_NAME_PAYMENTRECONCILIATION
health.fhir.r4.international401: RESOURCE_NAME_PERSON
health.fhir.r4.international401: RESOURCE_NAME_PICO_ELEMENT_PROFILE
health.fhir.r4.international401: RESOURCE_NAME_PLANDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_PRACTITIONER
health.fhir.r4.international401: RESOURCE_NAME_PRACTITIONERROLE
health.fhir.r4.international401: RESOURCE_NAME_PROCEDURE
health.fhir.r4.international401: RESOURCE_NAME_PROFILE_FOR_CATALOG
health.fhir.r4.international401: RESOURCE_NAME_PROFILE_FOR_HLA_GENOTYPING_RESULTS
health.fhir.r4.international401: RESOURCE_NAME_PROVENANCE
health.fhir.r4.international401: RESOURCE_NAME_PROVENANCE_RELEVANT_HISTORY
health.fhir.r4.international401: RESOURCE_NAME_QUESTIONNAIRE
health.fhir.r4.international401: RESOURCE_NAME_QUESTIONNAIRERESPONSE
health.fhir.r4.international401: RESOURCE_NAME_RELATEDPERSON
health.fhir.r4.international401: RESOURCE_NAME_REQUESTGROUP
health.fhir.r4.international401: RESOURCE_NAME_RESEARCHDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_RESEARCHELEMENTDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_RESEARCHSTUDY
health.fhir.r4.international401: RESOURCE_NAME_RESEARCHSUBJECT
health.fhir.r4.international401: RESOURCE_NAME_RISKASSESSMENT
health.fhir.r4.international401: RESOURCE_NAME_RISKEVIDENCESYNTHESIS
health.fhir.r4.international401: RESOURCE_NAME_SCHEDULE
health.fhir.r4.international401: RESOURCE_NAME_SEARCHPARAMETER
health.fhir.r4.international401: RESOURCE_NAME_SERVICEREQUEST
health.fhir.r4.international401: RESOURCE_NAME_SERVICEREQUEST_GENETICS
health.fhir.r4.international401: RESOURCE_NAME_SHAREABLE_ACTIVITYDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_SHAREABLE_LIBRARY
health.fhir.r4.international401: RESOURCE_NAME_SHAREABLE_MEASURE
health.fhir.r4.international401: RESOURCE_NAME_SHAREABLE_PLANDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_SLOT
health.fhir.r4.international401: RESOURCE_NAME_SPECIMEN
health.fhir.r4.international401: RESOURCE_NAME_SPECIMENDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_STRUCTUREDEFINITION
health.fhir.r4.international401: RESOURCE_NAME_STRUCTUREMAP
health.fhir.r4.international401: RESOURCE_NAME_SUBSCRIPTION
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCE
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCENUCLEICACID
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCEPOLYMER
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCEPROTEIN
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCEREFERENCEINFORMATION
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCESOURCEMATERIAL
health.fhir.r4.international401: RESOURCE_NAME_SUBSTANCESPECIFICATION
health.fhir.r4.international401: RESOURCE_NAME_SUPPLYDELIVERY
health.fhir.r4.international401: RESOURCE_NAME_SUPPLYREQUEST
health.fhir.r4.international401: RESOURCE_NAME_TASK
health.fhir.r4.international401: RESOURCE_NAME_TERMINOLOGYCAPABILITIES
health.fhir.r4.international401: RESOURCE_NAME_TESTREPORT
health.fhir.r4.international401: RESOURCE_NAME_TESTSCRIPT
health.fhir.r4.international401: RESOURCE_NAME_VERIFICATIONRESULT
health.fhir.r4.international401: RESOURCE_NAME_VISIONPRESCRIPTION
Enums
health.fhir.r4.international401: AccountStatus
AccountStatus enum
Members
health.fhir.r4.international401: ActivityDefinitionIntent
ActivityDefinitionIntent enum
Members
health.fhir.r4.international401: ActivityDefinitionParticipantType
ActivityDefinitionParticipantType enum
Members
health.fhir.r4.international401: ActivityDefinitionPriority
ActivityDefinitionPriority enum
Members
health.fhir.r4.international401: ActivityDefinitionStatus
ActivityDefinitionStatus enum
Members
health.fhir.r4.international401: Actual_GroupType
Actual_GroupType enum
Members
health.fhir.r4.international401: AdverseEventActuality
AdverseEventActuality enum
Members
health.fhir.r4.international401: AllergyIntoleranceCategory
AllergyIntoleranceCategory enum
Members
health.fhir.r4.international401: AllergyIntoleranceCriticality
AllergyIntoleranceCriticality enum
Members
health.fhir.r4.international401: AllergyIntoleranceReactionSeverity
AllergyIntoleranceReactionSeverity enum
Members
health.fhir.r4.international401: AllergyIntoleranceType
AllergyIntoleranceType enum
Members
health.fhir.r4.international401: AppointmentParticipantRequired
AppointmentParticipantRequired enum
Members
health.fhir.r4.international401: AppointmentParticipantStatus
AppointmentParticipantStatus enum
Members
health.fhir.r4.international401: AppointmentResponseParticipantStatus
AppointmentResponseParticipantStatus enum
Members
health.fhir.r4.international401: AppointmentStatus
AppointmentStatus enum
Members
health.fhir.r4.international401: BiologicallyDerivedProductProductCategory
BiologicallyDerivedProductProductCategory enum
Members
health.fhir.r4.international401: BiologicallyDerivedProductStatus
BiologicallyDerivedProductStatus enum
Members
health.fhir.r4.international401: BiologicallyDerivedProductStorageScale
BiologicallyDerivedProductStorageScale enum
Members
health.fhir.r4.international401: CapabilityStatementDocumentMode
CapabilityStatementDocumentMode enum
Members
health.fhir.r4.international401: CapabilityStatementFormat
CapabilityStatementFormat enum
Members
health.fhir.r4.international401: CapabilityStatementKind
CapabilityStatementKind enum
Members
health.fhir.r4.international401: CapabilityStatementMessagingSupportedMessageMode
CapabilityStatementMessagingSupportedMessageMode enum
Members
health.fhir.r4.international401: CapabilityStatementRestInteractionCode
CapabilityStatementRestInteractionCode enum
Members
health.fhir.r4.international401: CapabilityStatementRestMode
CapabilityStatementRestMode enum
Members
health.fhir.r4.international401: CapabilityStatementRestResourceConditionalDelete
CapabilityStatementRestResourceConditionalDelete enum
Members
health.fhir.r4.international401: CapabilityStatementRestResourceConditionalRead
CapabilityStatementRestResourceConditionalRead enum
Members
health.fhir.r4.international401: CapabilityStatementRestResourceInteractionCode
CapabilityStatementRestResourceInteractionCode enum
Members
health.fhir.r4.international401: CapabilityStatementRestResourceReferencePolicy
CapabilityStatementRestResourceReferencePolicy enum
Members
health.fhir.r4.international401: CapabilityStatementRestResourceSearchParamType
CapabilityStatementRestResourceSearchParamType enum
Members
health.fhir.r4.international401: CapabilityStatementRestResourceVersioning
CapabilityStatementRestResourceVersioning enum
Members
health.fhir.r4.international401: CapabilityStatementStatus
CapabilityStatementStatus enum
Members
health.fhir.r4.international401: CarePlanActivityDetailKind
CarePlanActivityDetailKind enum
Members
health.fhir.r4.international401: CarePlanActivityDetailStatus
CarePlanActivityDetailStatus enum
Members
health.fhir.r4.international401: CarePlanIntent
CarePlanIntent enum
Members
health.fhir.r4.international401: CarePlanStatus
CarePlanStatus enum
Members
health.fhir.r4.international401: CareTeamStatus
CareTeamStatus enum
Members
health.fhir.r4.international401: CatalogEntryRelatedEntryRelationtype
CatalogEntryRelatedEntryRelationtype enum
Members
health.fhir.r4.international401: CatalogEntryStatus
CatalogEntryStatus enum
Members
health.fhir.r4.international401: CDS_Hooks_GuidanceResponseStatus
CDS_Hooks_GuidanceResponseStatus enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionCardinalityBehavior
CDS_Hooks_RequestGroupActionCardinalityBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionConditionKind
CDS_Hooks_RequestGroupActionConditionKind enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionGroupingBehavior
CDS_Hooks_RequestGroupActionGroupingBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionPrecheckBehavior
CDS_Hooks_RequestGroupActionPrecheckBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionPriority
CDS_Hooks_RequestGroupActionPriority enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionRelatedActionRelationship
CDS_Hooks_RequestGroupActionRelatedActionRelationship enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionRequiredBehavior
CDS_Hooks_RequestGroupActionRequiredBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupActionSelectionBehavior
CDS_Hooks_RequestGroupActionSelectionBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupIntent
CDS_Hooks_RequestGroupIntent enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupPriority
CDS_Hooks_RequestGroupPriority enum
Members
health.fhir.r4.international401: CDS_Hooks_RequestGroupStatus
CDS_Hooks_RequestGroupStatus enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionCardinalityBehavior
CDS_Hooks_Service_PlanDefinitionActionCardinalityBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionConditionKind
CDS_Hooks_Service_PlanDefinitionActionConditionKind enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionGroupingBehavior
CDS_Hooks_Service_PlanDefinitionActionGroupingBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionParticipantType
CDS_Hooks_Service_PlanDefinitionActionParticipantType enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionPrecheckBehavior
CDS_Hooks_Service_PlanDefinitionActionPrecheckBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionPriority
CDS_Hooks_Service_PlanDefinitionActionPriority enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionRelatedActionRelationship
CDS_Hooks_Service_PlanDefinitionActionRelatedActionRelationship enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionRequiredBehavior
CDS_Hooks_Service_PlanDefinitionActionRequiredBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionActionSelectionBehavior
CDS_Hooks_Service_PlanDefinitionActionSelectionBehavior enum
Members
health.fhir.r4.international401: CDS_Hooks_Service_PlanDefinitionStatus
CDS_Hooks_Service_PlanDefinitionStatus enum
Members
health.fhir.r4.international401: ChargeItemDefinitionPropertyGroupPriceComponentType
ChargeItemDefinitionPropertyGroupPriceComponentType enum
Members
health.fhir.r4.international401: ChargeItemDefinitionStatus
ChargeItemDefinitionStatus enum
Members
health.fhir.r4.international401: ChargeItemStatus
ChargeItemStatus enum
Members
health.fhir.r4.international401: ClaimResponseOutcome
ClaimResponseOutcome enum
Members
health.fhir.r4.international401: ClaimResponseProcessNoteType
ClaimResponseProcessNoteType enum
Members
health.fhir.r4.international401: ClaimResponseStatus
ClaimResponseStatus enum
Members
health.fhir.r4.international401: ClaimResponseUse
ClaimResponseUse enum
Members
health.fhir.r4.international401: ClaimStatus
ClaimStatus enum
Members
health.fhir.r4.international401: ClaimUse
ClaimUse enum
Members
health.fhir.r4.international401: Clinical_DocumentAttesterMode
Clinical_DocumentAttesterMode enum
Members
health.fhir.r4.international401: Clinical_DocumentRelatesToCode
Clinical_DocumentRelatesToCode enum
Members
health.fhir.r4.international401: Clinical_DocumentSectionMode
Clinical_DocumentSectionMode enum
Members
health.fhir.r4.international401: Clinical_DocumentStatus
Clinical_DocumentStatus enum
Members
health.fhir.r4.international401: ClinicalImpressionStatus
ClinicalImpressionStatus enum
Members
health.fhir.r4.international401: CommunicationPriority
CommunicationPriority enum
Members
health.fhir.r4.international401: CommunicationRequestPriority
CommunicationRequestPriority enum
Members
health.fhir.r4.international401: CommunicationRequestStatus
CommunicationRequestStatus enum
Members
health.fhir.r4.international401: CommunicationStatus
CommunicationStatus enum
Members
health.fhir.r4.international401: CompartmentDefinitionCode
CompartmentDefinitionCode enum
Members
health.fhir.r4.international401: CompartmentDefinitionStatus
CompartmentDefinitionStatus enum
Members
health.fhir.r4.international401: CompositionAttesterMode
CompositionAttesterMode enum
Members
health.fhir.r4.international401: CompositionRelatesToCode
CompositionRelatesToCode enum
Members
health.fhir.r4.international401: CompositionSectionMode
CompositionSectionMode enum
Members
health.fhir.r4.international401: CompositionStatus
CompositionStatus enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionCardinalityBehavior
Computable_PlanDefinitionActionCardinalityBehavior enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionConditionKind
Computable_PlanDefinitionActionConditionKind enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionGroupingBehavior
Computable_PlanDefinitionActionGroupingBehavior enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionParticipantType
Computable_PlanDefinitionActionParticipantType enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionPrecheckBehavior
Computable_PlanDefinitionActionPrecheckBehavior enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionPriority
Computable_PlanDefinitionActionPriority enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionRelatedActionRelationship
Computable_PlanDefinitionActionRelatedActionRelationship enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionRequiredBehavior
Computable_PlanDefinitionActionRequiredBehavior enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionActionSelectionBehavior
Computable_PlanDefinitionActionSelectionBehavior enum
Members
health.fhir.r4.international401: Computable_PlanDefinitionStatus
Computable_PlanDefinitionStatus enum
Members
health.fhir.r4.international401: ConceptMapGroupElementTargetEquivalence
ConceptMapGroupElementTargetEquivalence enum
Members
health.fhir.r4.international401: ConceptMapGroupUnmappedMode
ConceptMapGroupUnmappedMode enum
Members
health.fhir.r4.international401: ConceptMapStatus
ConceptMapStatus enum
Members
health.fhir.r4.international401: ConsentProvisionDataMeaning
ConsentProvisionDataMeaning enum
Members
health.fhir.r4.international401: ConsentProvisionType
ConsentProvisionType enum
Members
health.fhir.r4.international401: ConsentStatus
ConsentStatus enum
Members
health.fhir.r4.international401: ContractContentDefinitionPublicationStatus
ContractContentDefinitionPublicationStatus enum
Members
health.fhir.r4.international401: ContractStatus
ContractStatus enum
Members
health.fhir.r4.international401: CoverageEligibilityRequestPurpose
CoverageEligibilityRequestPurpose enum
Members
health.fhir.r4.international401: CoverageEligibilityRequestStatus
CoverageEligibilityRequestStatus enum
Members
health.fhir.r4.international401: CoverageEligibilityResponseOutcome
CoverageEligibilityResponseOutcome enum
Members
health.fhir.r4.international401: CoverageEligibilityResponsePurpose
CoverageEligibilityResponsePurpose enum
Members
health.fhir.r4.international401: CoverageEligibilityResponseStatus
CoverageEligibilityResponseStatus enum
Members
health.fhir.r4.international401: CoverageStatus
CoverageStatus enum
Members
health.fhir.r4.international401: CQF_QuestionnaireItemEnableBehavior
CQF_QuestionnaireItemEnableBehavior enum
Members
health.fhir.r4.international401: CQF_QuestionnaireItemEnableWhenOperator
CQF_QuestionnaireItemEnableWhenOperator enum
Members
health.fhir.r4.international401: CQF_QuestionnaireItemType
CQF_QuestionnaireItemType enum
Members
health.fhir.r4.international401: CQF_QuestionnaireStatus
CQF_QuestionnaireStatus enum
Members
health.fhir.r4.international401: CQL_LibraryStatus
CQL_LibraryStatus enum
Members
health.fhir.r4.international401: DetectedIssueSeverity
DetectedIssueSeverity enum
Members
health.fhir.r4.international401: DetectedIssueStatus
DetectedIssueStatus enum
Members
health.fhir.r4.international401: Device_Metric_Observation_ProfileStatus
Device_Metric_Observation_ProfileStatus enum
Members
health.fhir.r4.international401: DeviceDefinitionDeviceNameType
DeviceDefinitionDeviceNameType enum
Members
health.fhir.r4.international401: DeviceDeviceNameType
DeviceDeviceNameType enum
Members
health.fhir.r4.international401: DeviceMetricCalibrationState
DeviceMetricCalibrationState enum
Members
health.fhir.r4.international401: DeviceMetricCalibrationType
DeviceMetricCalibrationType enum
Members
health.fhir.r4.international401: DeviceMetricCategory
DeviceMetricCategory enum
Members
health.fhir.r4.international401: DeviceMetricColor
DeviceMetricColor enum
Members
health.fhir.r4.international401: DeviceMetricOperationalStatus
DeviceMetricOperationalStatus enum
Members
health.fhir.r4.international401: DeviceRequestIntent
DeviceRequestIntent enum
Members
health.fhir.r4.international401: DeviceRequestPriority
DeviceRequestPriority enum
Members
health.fhir.r4.international401: DeviceRequestStatus
DeviceRequestStatus enum
Members
health.fhir.r4.international401: DeviceStatus
DeviceStatus enum
Members
health.fhir.r4.international401: DeviceUdiCarrierEntryType
DeviceUdiCarrierEntryType enum
Members
health.fhir.r4.international401: DeviceUseStatementStatus
DeviceUseStatementStatus enum
Members
health.fhir.r4.international401: DiagnosticReport_GeneticsStatus
DiagnosticReport_GeneticsStatus enum
Members
health.fhir.r4.international401: DiagnosticReportStatus
DiagnosticReportStatus enum
Members
health.fhir.r4.international401: DocumentManifestStatus
DocumentManifestStatus enum
Members
health.fhir.r4.international401: DocumentReferenceDocStatus
DocumentReferenceDocStatus enum
Members
health.fhir.r4.international401: DocumentReferenceRelatesToCode
DocumentReferenceRelatesToCode enum
Members
health.fhir.r4.international401: DocumentReferenceStatus
DocumentReferenceStatus enum
Members
health.fhir.r4.international401: EffectEvidenceSynthesisResultsByExposureExposureState
EffectEvidenceSynthesisResultsByExposureExposureState enum
Members
health.fhir.r4.international401: EffectEvidenceSynthesisStatus
EffectEvidenceSynthesisStatus enum
Members
health.fhir.r4.international401: EHRS_FM_Record_Lifecycle_Event___ProvenanceEntityRole
EHRS_FM_Record_Lifecycle_Event___ProvenanceEntityRole enum
Members
health.fhir.r4.international401: ElementdefinitionDeBindingStrength
Members
health.fhir.r4.international401: ElementdefinitionDeConstraintSeverity
Members
health.fhir.r4.international401: ElementdefinitionDeRepresentation
Members
health.fhir.r4.international401: ElementdefinitionDeSlicingDiscriminatorType
Members
health.fhir.r4.international401: ElementdefinitionDeSlicingRules
Members
health.fhir.r4.international401: ElementdefinitionDeTypeAggregation
Members
health.fhir.r4.international401: ElementdefinitionDeTypeVersioning
Members
health.fhir.r4.international401: EncounterLocationStatus
EncounterLocationStatus enum
Members
health.fhir.r4.international401: EncounterStatus
EncounterStatus enum
Members
health.fhir.r4.international401: EncounterStatusHistoryStatus
EncounterStatusHistoryStatus enum
Members
health.fhir.r4.international401: EndpointStatus
EndpointStatus enum
Members
health.fhir.r4.international401: EnrollmentRequestStatus
EnrollmentRequestStatus enum
Members
health.fhir.r4.international401: EnrollmentResponseOutcome
EnrollmentResponseOutcome enum
Members
health.fhir.r4.international401: EnrollmentResponseStatus
EnrollmentResponseStatus enum
Members
health.fhir.r4.international401: EpisodeOfCareStatus
EpisodeOfCareStatus enum
Members
health.fhir.r4.international401: EpisodeOfCareStatusHistoryStatus
EpisodeOfCareStatusHistoryStatus enum
Members
health.fhir.r4.international401: EventDefinitionStatus
EventDefinitionStatus enum
Members
health.fhir.r4.international401: Evidence_Synthesis_ProfileStatus
Evidence_Synthesis_ProfileStatus enum
Members
health.fhir.r4.international401: EvidenceStatus
EvidenceStatus enum
Members
health.fhir.r4.international401: EvidenceVariableCharacteristicGroupMeasure
EvidenceVariableCharacteristicGroupMeasure enum
Members
health.fhir.r4.international401: EvidenceVariableStatus
EvidenceVariableStatus enum
Members
health.fhir.r4.international401: EvidenceVariableType
EvidenceVariableType enum
Members
health.fhir.r4.international401: Example_Lipid_ProfileStatusFour
Example_Lipid_ProfileStatusFour enum
Members
health.fhir.r4.international401: ExampleScenarioActorType
ExampleScenarioActorType enum
Members
health.fhir.r4.international401: ExampleScenarioStatus
ExampleScenarioStatus enum
Members
health.fhir.r4.international401: ExplanationOfBenefitOutcome
ExplanationOfBenefitOutcome enum
Members
health.fhir.r4.international401: ExplanationOfBenefitProcessNoteType
ExplanationOfBenefitProcessNoteType enum
Members
health.fhir.r4.international401: ExplanationOfBenefitStatus
ExplanationOfBenefitStatus enum
Members
health.fhir.r4.international401: ExplanationOfBenefitUse
ExplanationOfBenefitUse enum
Members
health.fhir.r4.international401: Family_member_history_for_genetics_analysisStatus
Family_member_history_for_genetics_analysisStatus enum
Members
health.fhir.r4.international401: FamilyMemberHistoryStatus
FamilyMemberHistoryStatus enum
Members
health.fhir.r4.international401: FlagStatus
FlagStatus enum
Members
health.fhir.r4.international401: GoalLifecycleStatus
GoalLifecycleStatus enum
Members
health.fhir.r4.international401: GraphDefinitionLinkTargetCompartmentCode
GraphDefinitionLinkTargetCompartmentCode enum
Members
health.fhir.r4.international401: GraphDefinitionLinkTargetCompartmentRule
GraphDefinitionLinkTargetCompartmentRule enum
Members
health.fhir.r4.international401: GraphDefinitionLinkTargetCompartmentUse
GraphDefinitionLinkTargetCompartmentUse enum
Members
health.fhir.r4.international401: GraphDefinitionStatus
GraphDefinitionStatus enum
Members
health.fhir.r4.international401: Group_DefinitionType
Group_DefinitionType enum
Members
health.fhir.r4.international401: GroupType
GroupType enum
Members
health.fhir.r4.international401: GuidanceResponseStatus
GuidanceResponseStatus enum
Members
health.fhir.r4.international401: HealthcareServiceAvailableTimeDaysOfWeek
HealthcareServiceAvailableTimeDaysOfWeek enum
Members
health.fhir.r4.international401: ImagingStudyStatus
ImagingStudyStatus enum
Members
health.fhir.r4.international401: ImmunizationEvaluationStatus
ImmunizationEvaluationStatus enum
Members
health.fhir.r4.international401: ImmunizationStatus
ImmunizationStatus enum
Members
health.fhir.r4.international401: ImplementationGuideDefinitionPageGeneration
ImplementationGuideDefinitionPageGeneration enum
Members
health.fhir.r4.international401: ImplementationGuideDefinitionParameterCode
ImplementationGuideDefinitionParameterCode enum
Members
health.fhir.r4.international401: ImplementationGuideStatus
ImplementationGuideStatus enum
Members
health.fhir.r4.international401: InsurancePlanStatus
InsurancePlanStatus enum
Members
health.fhir.r4.international401: InvoiceLineItemPriceComponentType
InvoiceLineItemPriceComponentType enum
Members
health.fhir.r4.international401: InvoiceStatus
InvoiceStatus enum
Members
health.fhir.r4.international401: LibraryStatus
LibraryStatus enum
Members
health.fhir.r4.international401: LinkageItemType
LinkageItemType enum
Members
health.fhir.r4.international401: ListMode
ListMode enum
Members
health.fhir.r4.international401: ListStatus
ListStatus enum
Members
health.fhir.r4.international401: LocationHoursOfOperationDaysOfWeek
LocationHoursOfOperationDaysOfWeek enum
Members
health.fhir.r4.international401: LocationMode
LocationMode enum
Members
health.fhir.r4.international401: LocationStatus
LocationStatus enum
Members
health.fhir.r4.international401: MeasureReportStatus
MeasureReportStatus enum
Members
health.fhir.r4.international401: MeasureReportType
MeasureReportType enum
Members
health.fhir.r4.international401: MeasureStatus
MeasureStatus enum
Members
health.fhir.r4.international401: MediaStatus
MediaStatus enum
Members
health.fhir.r4.international401: MedicationAdministrationStatus
MedicationAdministrationStatus enum
Members
health.fhir.r4.international401: MedicationDispenseStatus
MedicationDispenseStatus enum
Members
health.fhir.r4.international401: MedicationKnowledgeStatus
MedicationKnowledgeStatus enum
Members
health.fhir.r4.international401: MedicationRequestIntent
MedicationRequestIntent enum
Members
health.fhir.r4.international401: MedicationRequestPriority
MedicationRequestPriority enum
Members
health.fhir.r4.international401: MedicationRequestStatus
MedicationRequestStatus enum
Members
health.fhir.r4.international401: MedicationStatementStatus
MedicationStatementStatus enum
Members
health.fhir.r4.international401: MedicationStatus
MedicationStatus enum
Members
health.fhir.r4.international401: MessageDefinitionCategory
MessageDefinitionCategory enum
Members
health.fhir.r4.international401: MessageDefinitionResponseRequired
MessageDefinitionResponseRequired enum
Members
health.fhir.r4.international401: MessageDefinitionStatus
MessageDefinitionStatus enum
Members
health.fhir.r4.international401: MessageHeaderResponseCode
MessageHeaderResponseCode enum
Members
health.fhir.r4.international401: MolecularSequenceQualityType
MolecularSequenceQualityType enum
Members
health.fhir.r4.international401: MolecularSequenceReferenceSeqOrientation
MolecularSequenceReferenceSeqOrientation enum
Members
health.fhir.r4.international401: MolecularSequenceReferenceSeqStrand
MolecularSequenceReferenceSeqStrand enum
Members
health.fhir.r4.international401: MolecularSequenceRepositoryType
MolecularSequenceRepositoryType enum
Members
health.fhir.r4.international401: MolecularSequenceType
MolecularSequenceType enum
Members
health.fhir.r4.international401: NamingSystemKind
NamingSystemKind enum
Members
health.fhir.r4.international401: NamingSystemStatus
NamingSystemStatus enum
Members
health.fhir.r4.international401: NamingSystemUniqueIdType
NamingSystemUniqueIdType enum
Members
health.fhir.r4.international401: NutritionOrderIntent
NutritionOrderIntent enum
Members
health.fhir.r4.international401: NutritionOrderStatus
NutritionOrderStatus enum
Members
health.fhir.r4.international401: Observation_bmiStatus
Observation_bmiStatus enum
Members
health.fhir.r4.international401: Observation_bmiValueComparator
Observation_bmiValueComparator enum
Members
health.fhir.r4.international401: Observation_bodyheightStatus
Observation_bodyheightStatus enum
Members
health.fhir.r4.international401: Observation_bodyheightValueComparator
Observation_bodyheightValueComparator enum
Members
health.fhir.r4.international401: Observation_bodytempStatus
Observation_bodytempStatus enum
Members
health.fhir.r4.international401: Observation_bodytempValueComparator
Observation_bodytempValueComparator enum
Members
health.fhir.r4.international401: Observation_bodyweightStatus
Observation_bodyweightStatus enum
Members
health.fhir.r4.international401: Observation_bodyweightValueComparator
Observation_bodyweightValueComparator enum
Members
health.fhir.r4.international401: Observation_bpComponentValueComparator
Observation_bpComponentValueComparator enum
Members
health.fhir.r4.international401: Observation_bpStatus
Observation_bpStatus enum
Members
health.fhir.r4.international401: Observation_geneticsStatus
Observation_geneticsStatus enum
Members
health.fhir.r4.international401: Observation_headcircumStatus
Observation_headcircumStatus enum
Members
health.fhir.r4.international401: Observation_headcircumValueComparator
Observation_headcircumValueComparator enum
Members
health.fhir.r4.international401: Observation_heartrateStatus
Observation_heartrateStatus enum
Members
health.fhir.r4.international401: Observation_heartrateValueComparator
Observation_heartrateValueComparator enum
Members
health.fhir.r4.international401: Observation_oxygensatStatus
Observation_oxygensatStatus enum
Members
health.fhir.r4.international401: Observation_oxygensatValueComparator
Observation_oxygensatValueComparator enum
Members
health.fhir.r4.international401: Observation_resprateStatus
Observation_resprateStatus enum
Members
health.fhir.r4.international401: Observation_resprateValueComparator
Observation_resprateValueComparator enum
Members
health.fhir.r4.international401: Observation_vitalsignsStatus
Observation_vitalsignsStatus enum
Members
health.fhir.r4.international401: Observation_vitalspanelStatus
Observation_vitalspanelStatus enum
Members
health.fhir.r4.international401: ObservationDefinitionPermittedDataType
ObservationDefinitionPermittedDataType enum
Members
health.fhir.r4.international401: ObservationDefinitionQualifiedIntervalCategory
ObservationDefinitionQualifiedIntervalCategory enum
Members
health.fhir.r4.international401: ObservationDefinitionQualifiedIntervalGender
ObservationDefinitionQualifiedIntervalGender enum
Members
health.fhir.r4.international401: ObservationStatus
ObservationStatus enum
Members
health.fhir.r4.international401: OperationDefinitionKind
OperationDefinitionKind enum
Members
health.fhir.r4.international401: OperationDefinitionParameterBindingStrength
OperationDefinitionParameterBindingStrength enum
Members
health.fhir.r4.international401: OperationDefinitionParameterSearchType
OperationDefinitionParameterSearchType enum
Members
health.fhir.r4.international401: OperationDefinitionParameterUse
OperationDefinitionParameterUse enum
Members
health.fhir.r4.international401: OperationDefinitionStatus
OperationDefinitionStatus enum
Members
health.fhir.r4.international401: PatientContactGender
PatientContactGender enum
Members
health.fhir.r4.international401: PatientGender
PatientGender enum
Members
health.fhir.r4.international401: PatientLinkType
PatientLinkType enum
Members
health.fhir.r4.international401: PaymentNoticeStatus
PaymentNoticeStatus enum
Members
health.fhir.r4.international401: PaymentReconciliationOutcome
PaymentReconciliationOutcome enum
Members
health.fhir.r4.international401: PaymentReconciliationProcessNoteType
PaymentReconciliationProcessNoteType enum
Members
health.fhir.r4.international401: PaymentReconciliationStatus
PaymentReconciliationStatus enum
Members
health.fhir.r4.international401: PersonGender
PersonGender enum
Members
health.fhir.r4.international401: PersonLinkAssurance
PersonLinkAssurance enum
Members
health.fhir.r4.international401: PICO_Element_ProfileCharacteristicGroupMeasure
PICO_Element_ProfileCharacteristicGroupMeasure enum
Members
health.fhir.r4.international401: PICO_Element_ProfileStatus
PICO_Element_ProfileStatus enum
Members
health.fhir.r4.international401: PICO_Element_ProfileType
PICO_Element_ProfileType enum
Members
health.fhir.r4.international401: PlanDefinitionActionCardinalityBehavior
PlanDefinitionActionCardinalityBehavior enum
Members
health.fhir.r4.international401: PlanDefinitionActionConditionKind
PlanDefinitionActionConditionKind enum
Members
health.fhir.r4.international401: PlanDefinitionActionGroupingBehavior
PlanDefinitionActionGroupingBehavior enum
Members
health.fhir.r4.international401: PlanDefinitionActionParticipantType
PlanDefinitionActionParticipantType enum
Members
health.fhir.r4.international401: PlanDefinitionActionPrecheckBehavior
PlanDefinitionActionPrecheckBehavior enum
Members
health.fhir.r4.international401: PlanDefinitionActionPriority
PlanDefinitionActionPriority enum
Members
health.fhir.r4.international401: PlanDefinitionActionRelatedActionRelationship
PlanDefinitionActionRelatedActionRelationship enum
Members
health.fhir.r4.international401: PlanDefinitionActionRequiredBehavior
PlanDefinitionActionRequiredBehavior enum
Members
health.fhir.r4.international401: PlanDefinitionActionSelectionBehavior
PlanDefinitionActionSelectionBehavior enum
Members
health.fhir.r4.international401: PlanDefinitionStatus
PlanDefinitionStatus enum
Members
health.fhir.r4.international401: PractitionerGender
PractitionerGender enum
Members
health.fhir.r4.international401: PractitionerRoleAvailableTimeDaysOfWeek
PractitionerRoleAvailableTimeDaysOfWeek enum
Members
health.fhir.r4.international401: ProcedureStatus
ProcedureStatus enum
Members
health.fhir.r4.international401: Profile_for_CatalogAttesterMode
Profile_for_CatalogAttesterMode enum
Members
health.fhir.r4.international401: Profile_for_CatalogRelatesToCode
Profile_for_CatalogRelatesToCode enum
Members
health.fhir.r4.international401: Profile_for_CatalogSectionMode
Profile_for_CatalogSectionMode enum
Members
health.fhir.r4.international401: Profile_for_CatalogStatus
Profile_for_CatalogStatus enum
Members
health.fhir.r4.international401: Profile_for_HLA_Genotyping_ResultsStatus
Profile_for_HLA_Genotyping_ResultsStatus enum
Members
health.fhir.r4.international401: Provenance_Relevant_HistoryEntityRole
Provenance_Relevant_HistoryEntityRole enum
Members
health.fhir.r4.international401: ProvenanceEntityRole
ProvenanceEntityRole enum
Members
health.fhir.r4.international401: QuestionnaireItemEnableBehavior
QuestionnaireItemEnableBehavior enum
Members
health.fhir.r4.international401: QuestionnaireItemEnableWhenOperator
QuestionnaireItemEnableWhenOperator enum
Members
health.fhir.r4.international401: QuestionnaireItemType
QuestionnaireItemType enum
Members
health.fhir.r4.international401: QuestionnaireResponseStatus
QuestionnaireResponseStatus enum
Members
health.fhir.r4.international401: QuestionnaireStatus
QuestionnaireStatus enum
Members
health.fhir.r4.international401: RelatedPersonGender
RelatedPersonGender enum
Members
health.fhir.r4.international401: RequestGroupActionCardinalityBehavior
RequestGroupActionCardinalityBehavior enum
Members
health.fhir.r4.international401: RequestGroupActionConditionKind
RequestGroupActionConditionKind enum
Members
health.fhir.r4.international401: RequestGroupActionGroupingBehavior
RequestGroupActionGroupingBehavior enum
Members
health.fhir.r4.international401: RequestGroupActionPrecheckBehavior
RequestGroupActionPrecheckBehavior enum
Members
health.fhir.r4.international401: RequestGroupActionPriority
RequestGroupActionPriority enum
Members
health.fhir.r4.international401: RequestGroupActionRelatedActionRelationship
RequestGroupActionRelatedActionRelationship enum
Members
health.fhir.r4.international401: RequestGroupActionRequiredBehavior
RequestGroupActionRequiredBehavior enum
Members
health.fhir.r4.international401: RequestGroupActionSelectionBehavior
RequestGroupActionSelectionBehavior enum
Members
health.fhir.r4.international401: RequestGroupIntent
RequestGroupIntent enum
Members
health.fhir.r4.international401: RequestGroupPriority
RequestGroupPriority enum
Members
health.fhir.r4.international401: RequestGroupStatus
RequestGroupStatus enum
Members
health.fhir.r4.international401: ResearchDefinitionStatus
ResearchDefinitionStatus enum
Members
health.fhir.r4.international401: ResearchElementDefinitionCharacteristicParticipantEffectiveGroupMeasure
ResearchElementDefinitionCharacteristicParticipantEffectiveGroupMeasure enum
Members
health.fhir.r4.international401: ResearchElementDefinitionCharacteristicStudyEffectiveGroupMeasure
ResearchElementDefinitionCharacteristicStudyEffectiveGroupMeasure enum
Members
health.fhir.r4.international401: ResearchElementDefinitionStatus
ResearchElementDefinitionStatus enum
Members
health.fhir.r4.international401: ResearchElementDefinitionType
ResearchElementDefinitionType enum
Members
health.fhir.r4.international401: ResearchElementDefinitionVariableType
ResearchElementDefinitionVariableType enum
Members
health.fhir.r4.international401: ResearchStudyStatus
ResearchStudyStatus enum
Members
health.fhir.r4.international401: ResearchSubjectStatus
ResearchSubjectStatus enum
Members
health.fhir.r4.international401: RiskAssessmentStatus
RiskAssessmentStatus enum
Members
health.fhir.r4.international401: RiskEvidenceSynthesisStatus
RiskEvidenceSynthesisStatus enum
Members
health.fhir.r4.international401: SearchParameterComparator
SearchParameterComparator enum
Members
health.fhir.r4.international401: SearchParameterModifier
SearchParameterModifier enum
Members
health.fhir.r4.international401: SearchParameterStatus
SearchParameterStatus enum
Members
health.fhir.r4.international401: SearchParameterType
SearchParameterType enum
Members
health.fhir.r4.international401: SearchParameterXpathUsage
SearchParameterXpathUsage enum
Members
health.fhir.r4.international401: ServiceRequest_GeneticsIntent
ServiceRequest_GeneticsIntent enum
Members
health.fhir.r4.international401: ServiceRequest_GeneticsPriority
ServiceRequest_GeneticsPriority enum
Members
health.fhir.r4.international401: ServiceRequest_GeneticsStatus
ServiceRequest_GeneticsStatus enum
Members
health.fhir.r4.international401: ServiceRequestIntent
ServiceRequestIntent enum
Members
health.fhir.r4.international401: ServiceRequestPriority
ServiceRequestPriority enum
Members
health.fhir.r4.international401: ServiceRequestStatus
ServiceRequestStatus enum
Members
health.fhir.r4.international401: Shareable_ActivityDefinitionIntent
Shareable_ActivityDefinitionIntent enum
Members
health.fhir.r4.international401: Shareable_ActivityDefinitionParticipantType
Shareable_ActivityDefinitionParticipantType enum
Members
health.fhir.r4.international401: Shareable_ActivityDefinitionPriority
Shareable_ActivityDefinitionPriority enum
Members
health.fhir.r4.international401: Shareable_ActivityDefinitionStatus
Shareable_ActivityDefinitionStatus enum
Members
health.fhir.r4.international401: Shareable_LibraryStatus
Shareable_LibraryStatus enum
Members
health.fhir.r4.international401: Shareable_MeasureStatus
Shareable_MeasureStatus enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionCardinalityBehavior
Shareable_PlanDefinitionActionCardinalityBehavior enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionConditionKind
Shareable_PlanDefinitionActionConditionKind enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionGroupingBehavior
Shareable_PlanDefinitionActionGroupingBehavior enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionParticipantType
Shareable_PlanDefinitionActionParticipantType enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionPrecheckBehavior
Shareable_PlanDefinitionActionPrecheckBehavior enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionPriority
Shareable_PlanDefinitionActionPriority enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionRelatedActionRelationship
Shareable_PlanDefinitionActionRelatedActionRelationship enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionRequiredBehavior
Shareable_PlanDefinitionActionRequiredBehavior enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionActionSelectionBehavior
Shareable_PlanDefinitionActionSelectionBehavior enum
Members
health.fhir.r4.international401: Shareable_PlanDefinitionStatus
Shareable_PlanDefinitionStatus enum
Members
health.fhir.r4.international401: SlotStatus
SlotStatus enum
Members
health.fhir.r4.international401: SpecimenDefinitionTypeTestedPreference
SpecimenDefinitionTypeTestedPreference enum
Members
health.fhir.r4.international401: SpecimenStatus
SpecimenStatus enum
Members
health.fhir.r4.international401: StructureDefinitionContextType
StructureDefinitionContextType enum
Members
health.fhir.r4.international401: StructureDefinitionDerivation
StructureDefinitionDerivation enum
Members
health.fhir.r4.international401: StructureDefinitionKind
StructureDefinitionKind enum
Members
health.fhir.r4.international401: StructureDefinitionStatus
StructureDefinitionStatus enum
Members
health.fhir.r4.international401: StructureMapGroupInputMode
StructureMapGroupInputMode enum
Members
health.fhir.r4.international401: StructureMapGroupRuleSourceListMode
StructureMapGroupRuleSourceListMode enum
Members
health.fhir.r4.international401: StructureMapGroupRuleTargetContextType
StructureMapGroupRuleTargetContextType enum
Members
health.fhir.r4.international401: StructureMapGroupRuleTargetListMode
StructureMapGroupRuleTargetListMode enum
Members
health.fhir.r4.international401: StructureMapGroupRuleTargetTransform
StructureMapGroupRuleTargetTransform enum
Members
health.fhir.r4.international401: StructureMapGroupTypeMode
StructureMapGroupTypeMode enum
Members
health.fhir.r4.international401: StructureMapStatus
StructureMapStatus enum
Members
health.fhir.r4.international401: StructureMapStructureMode
StructureMapStructureMode enum
Members
health.fhir.r4.international401: SubscriptionChannelType
SubscriptionChannelType enum
Members
health.fhir.r4.international401: SubscriptionStatus
SubscriptionStatus enum
Members
health.fhir.r4.international401: SubstanceStatus
SubstanceStatus enum
Members
health.fhir.r4.international401: SupplyDeliveryStatus
SupplyDeliveryStatus enum
Members
health.fhir.r4.international401: SupplyRequestPriority
SupplyRequestPriority enum
Members
health.fhir.r4.international401: SupplyRequestStatus
SupplyRequestStatus enum
Members
health.fhir.r4.international401: TaskIntent
TaskIntent enum
Members
health.fhir.r4.international401: TaskPriority
TaskPriority enum
Members
health.fhir.r4.international401: TaskStatus
TaskStatus enum
Members
health.fhir.r4.international401: TerminologyCapabilitiesCodeSearch
TerminologyCapabilitiesCodeSearch enum
Members
health.fhir.r4.international401: TerminologyCapabilitiesKind
TerminologyCapabilitiesKind enum
Members
health.fhir.r4.international401: TerminologyCapabilitiesStatus
TerminologyCapabilitiesStatus enum
Members
health.fhir.r4.international401: TestReportParticipantType
TestReportParticipantType enum
Members
health.fhir.r4.international401: TestReportResult
TestReportResult enum
Members
health.fhir.r4.international401: TestReportSetupActionAssertResult
TestReportSetupActionAssertResult enum
Members
health.fhir.r4.international401: TestReportSetupActionOperationResult
TestReportSetupActionOperationResult enum
Members
health.fhir.r4.international401: TestReportStatus
TestReportStatus enum
Members
health.fhir.r4.international401: TestScriptSetupActionAssertDirection
TestScriptSetupActionAssertDirection enum
Members
health.fhir.r4.international401: TestScriptSetupActionAssertOperator
TestScriptSetupActionAssertOperator enum
Members
health.fhir.r4.international401: TestScriptSetupActionAssertRequestMethod
TestScriptSetupActionAssertRequestMethod enum
Members
health.fhir.r4.international401: TestScriptSetupActionAssertResponse
TestScriptSetupActionAssertResponse enum
Members
health.fhir.r4.international401: TestScriptSetupActionOperationMethod
TestScriptSetupActionOperationMethod enum
Members
health.fhir.r4.international401: TestScriptStatus
TestScriptStatus enum
Members
health.fhir.r4.international401: VerificationResultStatus
VerificationResultStatus enum
Members
health.fhir.r4.international401: VisionPrescriptionLensSpecificationEye
VisionPrescriptionLensSpecificationEye enum
Members
health.fhir.r4.international401: VisionPrescriptionLensSpecificationPrismBase
VisionPrescriptionLensSpecificationPrismBase enum
Members
health.fhir.r4.international401: VisionPrescriptionStatus
VisionPrescriptionStatus enum
Members
Variables
health.fhir.r4.international401: terminologyProcessor
Terminology processor instance
health.fhir.r4.international401: fhirRegistry
FHIR registry instance
health.fhir.r4.international401: FHIR_VALUE_SETS
health.fhir.r4.international401: FHIR_CODE_SYSTEMS
Records
health.fhir.r4.international401: Account
FHIR Account resource record.
Fields
- Fields Included from *DomainResource
- resourceType RESOURCE_NAME_ACCOUNT(default RESOURCE_NAME_ACCOUNT) - The type of the resource describes
- coverage? AccountCoverage[] - The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.
- owner? Reference - Indicates the service area, hospital, department, etc. with responsibility for managing the Account.
- identifier? Identifier[] - Unique identifier used to reference the account. Might or might not be intended for human use (e.g. credit card number).
- partOf? Reference - Reference to a parent Account.
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- subject? Reference[] - Identifies the entity which incurs the expenses. While the immediate recipients of services or goods might be entities related to the subject, the expenses were ultimately incurred by the subject of the Account.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- description? string - Provides additional information about what the account tracks and how it is used.
- guarantor? AccountGuarantor[] - The parties responsible for balancing the account if other payment options fall short.
- language? code - The base language in which the resource is written.
- 'type? CodeableConcept - Categorizes the account for reporting and searching purposes.
- servicePeriod? Period - The date range of services associated with this account.
- contained? Resource[] - These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
- meta? Meta - The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
- name? string - Name used for the account when displaying it to humans in reports, etc.
- implicitRules? uri - A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
- id? string - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
- text? Narrative - A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it 'clinically safe' for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
- status AccountStatus - Indicates whether the account is presently used/usable or not.
- Element... - Rest field
health.fhir.r4.international401: AccountCoverage
FHIR AccountCoverage datatype record.
Fields
- Fields Included from *BackboneElement
- coverage Reference - The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay). A coverage may only be responsible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- id? string - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
- priority? positiveInt - The priority of the coverage in the context of this account.
health.fhir.r4.international401: AccountGuarantor
FHIR AccountGuarantor datatype record.
Fields
- Fields Included from *BackboneElement
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- period? Period - The timeframe during which the guarantor accepts responsibility for the account.
- onHold? boolean - A guarantor may be placed on credit hold or otherwise have their role temporarily suspended.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- id? string - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
- party Reference - The entity who is responsible.
health.fhir.r4.international401: ActivityDefinition
FHIR ActivityDefinition resource record.
Fields
- Fields Included from *DomainResource
- resourceType RESOURCE_NAME_ACTIVITYDEFINITION(default RESOURCE_NAME_ACTIVITYDEFINITION) - The type of the resource describes
- date? dateTime - The date (and optionally time) when the activity definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the activity definition changes.
- copyright? markdown - A copyright statement relating to the activity definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the activity definition.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- usage? string - A detailed description of how the activity definition is used from a clinical perspective.
- productReference? Reference - Identifies the food, drug or other product being consumed or supplied in the activity.
- experimental? boolean - A Boolean value to indicate that this activity definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.
- language? code - The base language in which the resource is written.
- participant? ActivityDefinitionParticipant[] - Indicates who should participate in performing the action described.
- observationResultRequirement? Reference[] - Defines the observations that are expected to be produced by the action.
- contact? ContactDetail[] - Contact details to assist a user in finding and communicating with the publisher.
- endorser? ContactDetail[] - An individual or organization responsible for officially endorsing the content for use in some setting.
- timingAge? Age - The period, timing or frequency upon which the described activity is to occur.
- id? string - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
- text? Narrative - A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it 'clinically safe' for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
- doNotPerform? boolean - Set this to true if the definition is to indicate that a particular activity should NOT be performed. If true, this element should be interpreted to reinforce a negative coding. For example NPO as a code with a doNotPerform of true would still indicate to NOT perform the action.
- timingDuration? Duration - The period, timing or frequency upon which the described activity is to occur.
- identifier? Identifier[] - A formal identifier that is used to identify this activity definition when it is represented in other formats, or referenced in a specification, model, design or an instance.
- relatedArtifact? RelatedArtifact[] - Related artifacts such as additional documentation, justification, or bibliographic references.
- effectivePeriod? Period - The period during which the activity definition content was or is planned to be in active use.
- author? ContactDetail[] - An individiual or organization primarily involved in the creation and maintenance of the content.
- kind? code - A description of the kind of resource the activity definition is representing. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest. Typically, but not always, this is a Request resource.
- profile? canonical - A profile to which the target of the activity definition is expected to conform.
- priority? ActivityDefinitionPriority - Indicates how quickly the activity should be addressed with respect to other requests.
- 'version? string - The identifier that is used to identify this version of the activity definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the activity definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets.
- timingRange? Range - The period, timing or frequency upon which the described activity is to occur.
- lastReviewDate? date - The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.
- meta? Meta - The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
- subtitle? string - An explanatory or alternate title for the activity definition giving additional information about its content.
- name? string - A natural language name identifying the activity definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.
- implicitRules? uri - A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
- publisher? string - The name of the organization or individual that published the activity definition.
- topic? CodeableConcept[] - Descriptive topics related to the content of the activity. Topics provide a high-level categorization of the activity that can be useful for filtering and searching.
- useContext? UsageContext[] - The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate activity definition instances.
- productCodeableConcept? CodeableConcept - Identifies the food, drug or other product being consumed or supplied in the activity.
- status ActivityDefinitionStatus - The status of this activity definition. Enables tracking the life-cycle of the content.
- dosage? Dosage[] - Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- approvalDate? date - The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.
- code? CodeableConcept - Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter.
- subjectCodeableConcept? CodeableConcept - A code or group definition that describes the intended subject of the activity being defined.
- purpose? markdown - Explanation of why this activity definition is needed and why it has been designed as it has.
- jurisdiction? CodeableConcept[] - A legal or geographic region in which the activity definition is intended to be used.
- description? markdown - A free text natural language description of the activity definition from a consumer's perspective.
- specimenRequirement? Reference[] - Defines specimen requirements for the action to be performed, such as required specimens for a lab test.
- title? string - A short, descriptive, user-friendly title for the activity definition.
- transform? canonical - A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.
- dynamicValue? ActivityDefinitionDynamicValue[] - Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the request resource that would contain the result.
- library? canonical[] - A reference to a Library resource containing any formal logic used by the activity definition.
- editor? ContactDetail[] - An individual or organization primarily responsible for internal coherence of the content.
- quantity? SimpleQuantity - Identifies the quantity expected to be consumed at once (per dose, per meal, etc.).
- timingTiming? Timing - The period, timing or frequency upon which the described activity is to occur.
- timingPeriod? Period - The period, timing or frequency upon which the described activity is to occur.
- reviewer? ContactDetail[] - An individual or organization primarily responsible for review of some aspect of the content.
- intent? ActivityDefinitionIntent - Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.
- subjectReference? Reference - A code or group definition that describes the intended subject of the activity being defined.
- observationRequirement? Reference[] - Defines observation requirements for the action to be performed, such as body weight or surface area.
- url? uri - An absolute URI that is used to identify this activity definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this activity definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the activity definition is stored on different servers.
- bodySite? CodeableConcept[] - Indicates the sites on the subject's body where the procedure should be performed (I.e. the target sites).
- contained? Resource[] - These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
- location? Reference - Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.
- timingDateTime? dateTime - The period, timing or frequency upon which the described activity is to occur.
- Element... - Rest field
health.fhir.r4.international401: ActivityDefinitionDynamicValue
FHIR ActivityDefinitionDynamicValue datatype record.
Fields
- Fields Included from *BackboneElement
- path string - The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolveable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the Simple FHIRPath Profile for full details).
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- expression Expression - An expression specifying the value of the customized element.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- id? string - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
health.fhir.r4.international401: ActivityDefinitionParticipant
FHIR ActivityDefinitionParticipant datatype record.
Fields
- Fields Included from *BackboneElement
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- role? CodeableConcept - The role the participant should play in performing the described action.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- id? string - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
- 'type ActivityDefinitionParticipantType - The type of participant in the action.
health.fhir.r4.international401: Actual_Group
FHIR Actual_Group resource record.
Fields
- Fields Included from *DomainResource
- resourceType RESOURCE_NAME_ACTUAL_GROUP(default RESOURCE_NAME_ACTUAL_GROUP) - The type of the resource describes
- actual boolean - If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals.
- identifier? Identifier[] - A unique business identifier for this group.
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- code? CodeableConcept - Provides a specific type of resource the group includes; e.g. 'cow', 'syringe', etc.
- quantity? unsignedInt - A count of the number of resource instances that are part of the group.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- active? boolean - Indicates whether the record for the group is available for use or is merely being retained for historical purposes.
- language? code - The base language in which the resource is written.
- 'type Actual_GroupType - Identifies the broad classification of the kind of resources the group includes.
- characteristic? Actual_GroupCharacteristic - Identifies traits whose presence r absence is shared by members of the group.
- managingEntity? Reference - Entity responsible for defining and maintaining Group characteristics and/or registered members.
- contained? Resource[] - These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
- meta? Meta - The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
- member? Actual_GroupMember[] - Identifies the resource instances that are members of the group.
- name? string - A label assigned to the group for human identification and communication.
- implicitRules? uri - A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
- id? string - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
- text? Narrative - A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it 'clinically safe' for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
- Element... - Rest field
health.fhir.r4.international401: Actual_GroupCharacteristic
FHIR Actual_GroupCharacteristic datatype record.
Fields
- Fields Included from *BackboneElement
- valueCodeableConcept CodeableConcept - The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
- valueBoolean boolean - The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- period? Period - The period over which the characteristic is tested; e.g. the patient had an operation during the month of June.
- code CodeableConcept - A code that identifies the kind of trait being asserted.
- valueReference Reference - The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
- valueRange Range - The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- exclude boolean - If true, indicates the characteristic is one that is NOT held by members of the group.
- id? string - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
- valueQuantity Quantity - The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
health.fhir.r4.international401: Actual_GroupMember
FHIR Actual_GroupMember datatype record.
Fields
- Fields Included from *BackboneElement
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- period? Period - The period that the member was in the group, if known.
- inactive? boolean - A flag to indicate that the member is no longer in the group, but previously may have been a member.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- id? string - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
- entity Reference - A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same.
health.fhir.r4.international401: AdverseEvent
FHIR AdverseEvent resource record.
Fields
- Fields Included from *DomainResource
- resourceType RESOURCE_NAME_ADVERSEEVENT(default RESOURCE_NAME_ADVERSEEVENT) - The type of the resource describes
- date? dateTime - The date (and perhaps time) when the adverse event occurred.
- extension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- study? Reference[] - AdverseEvent.study.
- subjectMedicalHistory? Reference[] - AdverseEvent.subjectMedicalHistory.
- subject Reference - This subject or group impacted by the event.
- modifierExtension? Extension[] - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- language? code - The base language in which the resource is written.
- contributor? Reference[] - Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities. Such information includes information leading to the decision to perform the activity and how to perform the activity (e.g. consultant), information that the activity itself seeks t