@medplum/definitions
Version:
Medplum Data Definitions
1,698 lines • 125 kB
JSON
{
"resourceType": "Bundle",
"type": "collection",
"entry": [
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/resource-types",
"resource": {
"resourceType": "CodeSystem",
"id": "resource-types",
"url": "https://medplum.com/fhir/CodeSystem/resource-types",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/resource-types",
"content": "complete",
"concept": [
{
"code": "AccessPolicy",
"display": "AccessPolicy",
"definition": "Access Policy for user or user group that defines how entities can or cannot access resources."
},
{
"code": "Agent",
"display": "Agent",
"definition": "Configuration details for an instance of the Medplum agent application."
},
{
"code": "AsyncJob",
"display": "AsyncJob",
"definition": "Contains details of long running asynchronous/background jobs."
},
{
"code": "Bot",
"display": "Bot",
"definition": "Bot account for automated actions."
},
{
"code": "BulkDataExport",
"display": "BulkDataExport",
"definition": "User specific configuration for the Medplum application."
},
{
"code": "ClientApplication",
"display": "ClientApplication",
"definition": "Medplum client application for automated access."
},
{
"code": "DomainConfiguration",
"display": "DomainConfiguration",
"definition": "Domain specific configuration for the Medplum application."
},
{
"code": "IdentityProvider",
"display": "IdentityProvider",
"definition": "External Identity Provider (IdP) configuration details."
},
{
"code": "JsonWebKey",
"display": "JsonWebKey",
"definition": "A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value."
},
{
"code": "Login",
"display": "Login",
"definition": "Login event and session details."
},
{
"code": "UserSecurityRequest",
"display": "UserSecurityRequest",
"definition": "User security request for the 'forgot password' flow or email verification."
},
{
"code": "Project",
"display": "Project",
"definition": "Encapsulation of resources for a specific project or organization."
},
{
"code": "ProjectMembership",
"display": "ProjectMembership",
"definition": "Medplum project membership. A project membership grants a user access to a project."
},
{
"code": "SmartHealthLink",
"display": "SmartHealthLink",
"definition": "A SMART Health Link generated by Medplum."
},
{
"code": "SmartAppLaunch",
"display": "SmartAppLaunch",
"definition": "This resource contains context details for a SMART App Launch."
},
{
"code": "User",
"display": "User",
"definition": "Representation of a human user of the system."
},
{
"code": "UserConfiguration",
"display": "UserConfiguration",
"definition": "User specific configuration for the Medplum application."
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/resource-types",
"resource": {
"resourceType": "ValueSet",
"id": "resource-types",
"url": "https://medplum.com/fhir/ValueSet/resource-types",
"status": "active",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/resource-types"
},
{
"system": "https://medplum.com/fhir/CodeSystem/resource-types"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/project-feature",
"resource": {
"resourceType": "CodeSystem",
"id": "project-feature",
"url": "https://medplum.com/fhir/CodeSystem/project-feature",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/project-feature",
"content": "complete",
"concept": [
{
"code": "ai",
"display": "AI",
"definition": "AI"
},
{
"code": "ai-realtime",
"display": "AI Realtime",
"definition": "Enable the OpenAI realtime transcription proxy at /ws/ai-realtime"
},
{
"code": "aws-comprehend",
"display": "AWS Comprehend",
"definition": "AWS Comprehend"
},
{
"code": "aws-textract",
"display": "AWS Textract",
"definition": "AWS Textract"
},
{
"code": "bots",
"display": "Bots",
"definition": "Bots"
},
{
"code": "cron",
"display": "Cron",
"definition": "Cron"
},
{
"code": "email",
"display": "Email",
"definition": "Email"
},
{
"code": "google-auth-required",
"display": "Google Auth Required",
"definition": "Google Auth Required"
},
{
"code": "graphql-introspection",
"display": "GraphQL Introspection",
"definition": "GraphQL Introspection"
},
{
"code": "scheduling",
"display": "Scheduling",
"definition": "Enable Medplum Scheduling features"
},
{
"code": "websocket-subscriptions",
"display": "WebSocket Subscriptions",
"definition": "WebSocket Subscriptions"
},
{
"code": "transaction-bundles",
"display": "Transaction Bundles",
"definition": "Use database transactions for transaction Bundles"
},
{
"code": "validate-terminology",
"display": "Validate Terminology Bindings",
"definition": "Validate that resource fields contain codes from the expected ValueSet"
},
{
"code": "range-search",
"display": "Range Search",
"definition": "Precision-aware range search for datetime and number values"
},
{
"code": "log-streaming",
"display": "Log Streaming",
"definition": "Real-time streaming of log data for monitoring and analysis"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/project-feature",
"resource": {
"resourceType": "ValueSet",
"id": "project-feature",
"url": "https://medplum.com/fhir/ValueSet/project-feature",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/project-feature"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/project-membership-profile-type",
"resource": {
"resourceType": "CodeSystem",
"id": "project-membership-profile-type",
"url": "https://medplum.com/fhir/CodeSystem/project-membership-profile-type",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/project-membership-profile-type",
"content": "complete",
"concept": [
{
"code": "Patient",
"display": "Patient",
"definition": "Patient"
},
{
"code": "Practitioner",
"display": "Practitioner",
"definition": "Practitioner"
},
{
"code": "RelatedPerson",
"display": "RelatedPerson",
"definition": "RelatedPerson"
},
{
"code": "Admin",
"display": "Admin",
"definition": "Project administrator"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/project-membership-profile-type",
"resource": {
"resourceType": "ValueSet",
"id": "project-membership-profile-type",
"url": "https://medplum.com/fhir/ValueSet/project-membership-profile-type",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/project-membership-profile-type"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/bot-runtime-version",
"resource": {
"resourceType": "CodeSystem",
"id": "bot-runtime-version",
"url": "https://medplum.com/fhir/CodeSystem/bot-runtime-version",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/bot-runtime-version",
"content": "complete",
"concept": [
{
"code": "awslambda",
"display": "AWS Lambda",
"definition": "AWS Lambda"
},
{
"code": "vmcontext",
"display": "VM Context",
"definition": "VM Context"
},
{
"code": "fission",
"display": "Fission",
"definition": "Fission"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/bot-runtime-version",
"resource": {
"resourceType": "ValueSet",
"id": "bot-runtime-version",
"url": "https://medplum.com/fhir/ValueSet/bot-runtime-version",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/bot-runtime-version"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/bot-audit-event-trigger",
"resource": {
"resourceType": "CodeSystem",
"id": "bot-audit-event-trigger",
"url": "https://medplum.com/fhir/CodeSystem/bot-audit-event-trigger",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/bot-audit-event-trigger",
"content": "complete",
"concept": [
{
"code": "always",
"display": "Always",
"definition": "Always"
},
{
"code": "never",
"display": "Never",
"definition": "Never"
},
{
"code": "on-error",
"display": "On error",
"definition": "On error"
},
{
"code": "on-output",
"display": "On output",
"definition": "On output"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/bot-audit-event-trigger",
"resource": {
"resourceType": "ValueSet",
"id": "bot-audit-event-trigger",
"url": "https://medplum.com/fhir/ValueSet/bot-audit-event-trigger",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/bot-audit-event-trigger"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/bot-audit-event-destination",
"resource": {
"resourceType": "CodeSystem",
"id": "bot-audit-event-destination",
"url": "https://medplum.com/fhir/CodeSystem/bot-audit-event-destination",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/bot-audit-event-destination",
"content": "complete",
"concept": [
{
"code": "log",
"display": "Log",
"definition": "Log"
},
{
"code": "resource",
"display": "Resource",
"definition": "Resource"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/bot-audit-event-destination",
"resource": {
"resourceType": "ValueSet",
"id": "bot-audit-event-destination",
"url": "https://medplum.com/fhir/ValueSet/bot-audit-event-destination",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/bot-audit-event-destination"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/login-auth-method",
"resource": {
"resourceType": "CodeSystem",
"id": "login-auth-method",
"url": "https://medplum.com/fhir/CodeSystem/login-auth-method",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/login-auth-method",
"content": "complete",
"concept": [
{
"code": "client",
"display": "Client",
"definition": "Client"
},
{
"code": "exchange",
"display": "Exchange",
"definition": "Exchange"
},
{
"code": "execute",
"display": "Execute",
"definition": "Execute"
},
{
"code": "external",
"display": "External",
"definition": "External"
},
{
"code": "google",
"display": "Google",
"definition": "Google"
},
{
"code": "password",
"display": "Password",
"definition": "Password"
},
{
"code": "pre-authorized",
"display": "Pre-authorized",
"definition": "Pre-authorized"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/login-auth-method",
"resource": {
"resourceType": "ValueSet",
"id": "login-auth-method",
"url": "https://medplum.com/fhir/ValueSet/login-auth-method",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/login-auth-method"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/login-code-challenge-method",
"resource": {
"resourceType": "CodeSystem",
"id": "login-code-challenge-method",
"url": "https://medplum.com/fhir/CodeSystem/login-code-challenge-method",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/login-code-challenge-method",
"content": "complete",
"concept": [
{
"code": "plain",
"display": "Plain",
"definition": "Plain"
},
{
"code": "S256",
"display": "S256",
"definition": "S256"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/login-code-challenge-method",
"resource": {
"resourceType": "ValueSet",
"id": "login-code-challenge-method",
"url": "https://medplum.com/fhir/ValueSet/login-code-challenge-method",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/login-code-challenge-method"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/user-mfa-method",
"resource": {
"resourceType": "CodeSystem",
"id": "user-mfa-method",
"url": "https://medplum.com/fhir/CodeSystem/user-mfa-method",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/user-mfa-method",
"content": "complete",
"concept": [
{
"code": "totp",
"display": "TOTP",
"definition": "Time-based one-time password using an authenticator application."
},
{
"code": "email",
"display": "Email",
"definition": "Magic link sent to the user's email address on login."
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/user-mfa-method",
"resource": {
"resourceType": "ValueSet",
"id": "user-mfa-method",
"url": "https://medplum.com/fhir/ValueSet/user-mfa-method",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/user-mfa-method"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/ip-access-rule-action",
"resource": {
"resourceType": "CodeSystem",
"id": "ip-access-rule-action",
"url": "https://medplum.com/fhir/CodeSystem/ip-access-rule-action",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/ip-access-rule-action",
"content": "complete",
"concept": [
{
"code": "allow",
"display": "Allow",
"definition": "Allow"
},
{
"code": "block",
"display": "Block",
"definition": "Block"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/ip-access-rule-action",
"resource": {
"resourceType": "ValueSet",
"id": "ip-access-rule-action",
"url": "https://medplum.com/fhir/ValueSet/ip-access-rule-action",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/ip-access-rule-action"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/async-job-type",
"resource": {
"resourceType": "CodeSystem",
"id": "async-job-type",
"url": "https://medplum.com/fhir/CodeSystem/async-job-type",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/async-job-type",
"content": "complete",
"concept": [
{
"code": "data-migration",
"display": "Data Migration",
"definition": "Data Migration"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/async-job-type",
"resource": {
"resourceType": "ValueSet",
"id": "async-job-type",
"url": "https://medplum.com/fhir/ValueSet/async-job-type",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/async-job-type"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/async-job-status",
"resource": {
"resourceType": "CodeSystem",
"id": "async-job-status",
"url": "https://medplum.com/fhir/CodeSystem/async-job-status",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/async-job-status",
"content": "complete",
"concept": [
{
"code": "accepted",
"display": "Accepted",
"definition": "Accepted"
},
{
"code": "active",
"display": "Active",
"definition": "Active"
},
{
"code": "completed",
"display": "Completed",
"definition": "Completed"
},
{
"code": "error",
"display": "Error",
"definition": "Error"
},
{
"code": "cancelled",
"display": "Cancelled",
"definition": "Cancelled"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/async-job-status",
"resource": {
"resourceType": "ValueSet",
"id": "async-job-status",
"url": "https://medplum.com/fhir/ValueSet/async-job-status",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/async-job-status"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/agent-status",
"resource": {
"resourceType": "CodeSystem",
"id": "agent-status",
"url": "https://medplum.com/fhir/CodeSystem/agent-status",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/agent-status",
"content": "complete",
"concept": [
{
"code": "active",
"display": "Active",
"definition": "Active"
},
{
"code": "off",
"display": "Off",
"definition": "Off"
},
{
"code": "error",
"display": "Error",
"definition": "Error"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/agent-status",
"resource": {
"resourceType": "ValueSet",
"id": "agent-status",
"url": "https://medplum.com/fhir/ValueSet/agent-status",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/agent-status"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/agent-channel-protocol",
"resource": {
"resourceType": "CodeSystem",
"id": "agent-channel-protocol",
"url": "https://medplum.com/fhir/CodeSystem/agent-channel-protocol",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/agent-channel-protocol",
"content": "complete",
"concept": [
{
"code": "astm",
"display": "ASTM",
"definition": "ASTM"
},
{
"code": "dicom",
"display": "DICOM",
"definition": "DICOM"
},
{
"code": "hl7-mllp",
"display": "HL7 MLLP",
"definition": "HL7 MLLP"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/agent-channel-protocol",
"resource": {
"resourceType": "ValueSet",
"id": "agent-channel-protocol",
"url": "https://medplum.com/fhir/ValueSet/agent-channel-protocol",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/agent-channel-protocol"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/password-change-request-type",
"resource": {
"resourceType": "CodeSystem",
"id": "password-change-request-type",
"url": "https://medplum.com/fhir/CodeSystem/password-change-request-type",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/password-change-request-type",
"content": "complete",
"concept": [
{
"code": "invite",
"display": "Invite",
"definition": "Initial user invite"
},
{
"code": "reset",
"display": "Reset",
"definition": "User requested password reset"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/password-change-request-type",
"resource": {
"resourceType": "ValueSet",
"id": "password-change-request-type",
"url": "https://medplum.com/fhir/ValueSet/password-change-request-type",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/password-change-request-type"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/user-security-request-type",
"resource": {
"resourceType": "CodeSystem",
"id": "user-security-request-type",
"url": "https://medplum.com/fhir/CodeSystem/user-security-request-type",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/user-security-request-type",
"content": "complete",
"concept": [
{
"code": "invite",
"display": "Invite",
"definition": "Initial user invite"
},
{
"code": "verify-email",
"display": "Verify email",
"definition": "Email verification of a user"
},
{
"code": "reset",
"display": "Reset",
"definition": "User requested password reset"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/user-security-request-type",
"resource": {
"resourceType": "ValueSet",
"id": "user-security-request-type",
"url": "https://medplum.com/fhir/ValueSet/user-security-request-type",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/user-security-request-type"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported",
"resource": {
"resourceType": "CodeSystem",
"id": "token-endpoint-auth-methods-supported",
"url": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported",
"name": "OAuth2TokenEndpointAuthMethodsSupported",
"title": "OAuth 2.0 Token Endpoint Authentication Methods",
"status": "active",
"description": "Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint. During Client Registration, the RP (Client) MAY register a Client Authentication method. If no method is registered, the default method is client_secret_basic.",
"valueSet": "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported",
"content": "complete",
"concept": [
{
"code": "client_secret_basic",
"display": "client_secret_basic",
"definition": "Clients that have received a client_secret value from the Authorization Server authenticate with the Authorization Server in accordance with Section 2.3.1 of OAuth 2.0 RFC6749 using the HTTP Basic authentication scheme."
},
{
"code": "client_secret_post",
"display": "client_secret_post",
"definition": "Clients that have received a client_secret value from the Authorization Server, authenticate with the Authorization Server in accordance with Section 2.3.1 of OAuth 2.0 [RFC6749] by including the Client Credentials in the request body."
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported",
"resource": {
"resourceType": "ValueSet",
"id": "token-endpoint-auth-methods-supported",
"url": "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported",
"name": "OAuth2TokenEndpointAuthMethodsSupported",
"title": "OAuth 2.0 Token Endpoint Authentication Methods",
"status": "active",
"description": "Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint. During Client Registration, the RP (Client) MAY register a Client Authentication method. If no method is registered, the default method is client_secret_basic.",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/identity-provider-user-info-mode",
"resource": {
"resourceType": "CodeSystem",
"id": "identity-provider-user-info-mode",
"url": "https://medplum.com/fhir/CodeSystem/identity-provider-user-info-mode",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/identity-provider-user-info-mode",
"content": "complete",
"concept": [
{
"code": "oidc",
"display": "OpenID Connect",
"definition": "Clients that use OpenID Connect (OIDC) for authentication and authorization."
},
{
"code": "gcip",
"display": "GCIP",
"definition": "Clients that use Google Cloud Identity Platform (GCIP) for authentication and authorization."
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/identity-provider-user-info-mode",
"resource": {
"resourceType": "ValueSet",
"id": "identity-provider-user-info-mode",
"url": "https://medplum.com/fhir/ValueSet/identity-provider-user-info-mode",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/identity-provider-user-info-mode"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/identity-provider-identity-source",
"resource": {
"resourceType": "CodeSystem",
"id": "identity-provider-identity-source",
"url": "https://medplum.com/fhir/CodeSystem/identity-provider-identity-source",
"name": "IdentityProviderIdentitySource",
"title": "Identity Provider Identity Source",
"status": "active",
"description": "External credential fields used to identify a user.",
"valueSet": "https://medplum.com/fhir/ValueSet/identity-provider-identity-source",
"content": "complete",
"concept": [
{
"code": "email",
"display": "Email",
"definition": "Use the email claim from the external identity provider."
},
{
"code": "subject",
"display": "Subject",
"definition": "Use the subject claim from the external identity provider."
},
{
"code": "fhir-user",
"display": "FHIR User",
"definition": "Use the fhirUser claim from the external identity provider."
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/identity-provider-identity-source",
"resource": {
"resourceType": "ValueSet",
"id": "identity-provider-identity-source",
"url": "https://medplum.com/fhir/ValueSet/identity-provider-identity-source",
"name": "IdentityProviderIdentitySource",
"title": "Identity Provider Identity Source",
"status": "active",
"description": "External credential fields used to identify a user.",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/identity-provider-identity-source"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/identity-provider-identity-mapping-mode",
"resource": {
"resourceType": "CodeSystem",
"id": "identity-provider-identity-mapping-mode",
"url": "https://medplum.com/fhir/CodeSystem/identity-provider-identity-mapping-mode",
"name": "IdentityProviderIdentityMappingMode",
"title": "Identity Provider Identity Mapping Mode",
"status": "active",
"description": "Medplum identity mapping targets for external identity providers.",
"valueSet": "https://medplum.com/fhir/ValueSet/identity-provider-identity-mapping-mode",
"content": "complete",
"concept": [
{
"code": "user-email",
"display": "User Email",
"definition": "Map the external identity to a User by email address."
},
{
"code": "user-external-id",
"display": "User External ID",
"definition": "Map the external identity to a User by external ID."
},
{
"code": "project-membership-external-id",
"display": "Project Membership External ID",
"definition": "Map the external identity to a ProjectMembership by external ID."
},
{
"code": "project-membership-profile",
"display": "Project Membership Profile",
"definition": "Map the external identity to a ProjectMembership by profile reference."
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/identity-provider-identity-mapping-mode",
"resource": {
"resourceType": "ValueSet",
"id": "identity-provider-identity-mapping-mode",
"url": "https://medplum.com/fhir/ValueSet/identity-provider-identity-mapping-mode",
"name": "IdentityProviderIdentityMappingMode",
"title": "Identity Provider Identity Mapping Mode",
"status": "active",
"description": "Medplum identity mapping targets for external identity providers.",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/identity-provider-identity-mapping-mode"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/client-application-status",
"resource": {
"resourceType": "CodeSystem",
"id": "client-application-status",
"url": "https://medplum.com/fhir/CodeSystem/client-application-status",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/client-application-status",
"content": "complete",
"concept": [
{
"code": "active",
"display": "Active",
"definition": "Active"
},
{
"code": "off",
"display": "Off",
"definition": "Off"
},
{
"code": "error",
"display": "Error",
"definition": "Error"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/client-application-status",
"resource": {
"resourceType": "ValueSet",
"id": "client-application-status",
"url": "https://medplum.com/fhir/ValueSet/client-application-status",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/client-application-status"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/loinc-stub",
"resource": {
"resourceType": "CodeSystem",
"url": "http://loinc.org",
"name": "LOINC_stub",
"version": "0.0.0",
"status": "active",
"hierarchyMeaning": "is-a",
"content": "example",
"description": "Stub version of LOINC code system",
"concept": [
{
"code": "LA28865-6",
"display": "Longitudinal care-coordination focused care team"
},
{
"code": "86645-9",
"display": "Pregnancy intention in the next year - Reported"
},
{
"code": "82810-3",
"display": "Pregnancy status"
},
{
"code": "76690-7",
"display": "Sexual orientation"
},
{
"code": "77606-2",
"display": "Weight-for-length Per age and sex"
},
{
"code": "8480-6",
"display": "Systolic blood pressure"
},
{
"code": "8462-4",
"display": "Diastolic blood pressure"
},
{
"code": "8867-4",
"display": "Heart rate"
},
{
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
},
{
"code": "3151-8",
"display": "Inhaled oxygen flow rate"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/cpt-stub",
"resource": {
"resourceType": "CodeSystem",
"url": "http://www.ama-assn.org/go/cpt",
"name": "CPT_stub",
"version": "0000",
"status": "active",
"hierarchyMeaning": "is-a",
"content": "example",
"description": "Stub version of CPT code system",
"concept": [
{
"code": "99213",
"display": "Office visit with established patient, low complexity"
},
{
"code": "93000",
"display": "Electrocardiogram, routine ECG with at least 12 leads; with interpretation and report"
},
{
"code": "36415",
"display": "Collection of venous blood by venipuncture"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/rxnorm-stub",
"resource": {
"resourceType": "CodeSystem",
"url": "http://www.nlm.nih.gov/research/umls/rxnorm",
"name": "RxNorm_stub",
"version": "00000000",
"status": "active",
"hierarchyMeaning": "is-a",
"content": "not-present",
"description": "Stub version of RxNorm code system"
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/ucum-stub",
"resource": {
"resourceType": "CodeSystem",
"url": "http://unitsofmeasure.org",
"name": "UCUM",
"title": "Unified Code for Units of Measure (UCUM)",
"status": "active",
"content": "complete",
"concept": [
{
"code": "m",
"display": "meter"
},
{
"code": "s",
"display": "second"
},
{
"code": "g",
"display": "gram"
},
{
"code": "rad",
"display": "radian"
},
{
"code": "K",
"display": "kelvin"
},
{
"code": "C",
"display": "coulomb"
},
{
"code": "cd",
"display": "candela"
},
{
"code": "10*",
"display": "the number ten for arbitrary powers"
},
{
"code": "10^",
"display": "the number ten for arbitrary powers"
},
{
"code": "[pi]",
"display": "the number pi"
},
{
"code": "%",
"display": "percent"
},
{
"code": "[ppth]",
"display": "parts per thousand"
},
{
"code": "[ppm]",
"display": "parts per million"
},
{
"code": "[ppb]",
"display": "parts per billion"
},
{
"code": "[pptr]",
"display": "parts per trillion"
},
{
"code": "mol",
"display": "mole"
},
{
"code": "sr",
"display": "steradian"
},
{
"code": "Hz",
"display": "hertz"
},
{
"code": "N",
"display": "newton"
},
{
"code": "Pa",
"display": "pascal"
},
{
"code": "J",
"display": "joule"
},
{
"code": "W",
"display": "watt"
},
{
"code": "A",
"display": "ampère"
},
{
"code": "V",
"display": "volt"
},
{
"code": "F",
"display": "farad"
},
{
"code": "Ohm",
"display": "ohm"
},
{
"code": "S",
"display": "siemens"
},
{
"code": "Wb",
"display": "weber"
},
{
"code": "Cel",
"display": "degree Celsius"
},
{
"code": "T",
"display": "tesla"
},
{
"code": "H",
"display": "henry"
},
{
"code": "lm",
"display": "lumen"
},
{
"code": "lx",
"display": "lux"
},
{
"code": "Bq",
"display": "becquerel"
},
{
"code": "Gy",
"display": "gray"
},
{
"code": "Sv",
"display": "sievert"
},
{
"code": "gon",
"display": "gon"
},
{
"code": "deg",
"display": "degree"
},
{
"code": "'",
"display": "minute"
},
{
"code": "''",
"display": "second"
},
{
"code": "l",
"display": "liter"
},
{
"code": "L",
"display": "liter"
},
{
"code": "ar",
"display": "are"
},
{
"code": "min",
"display": "minute"
},
{
"code": "h",
"display": "hour"
},
{
"code": "d",
"display": "day"
},
{
"code": "a_t",
"display": "tropical year"
},
{
"code": "a_j",
"display": "mean Julian year"
},
{
"code": "a_g",
"display": "mean Gregorian year"
},
{
"code": "a",
"display": "year"
},
{
"code": "wk",
"display": "week"
},
{
"code": "mo_s",
"display": "synodal month"
},
{
"code": "mo_j",
"display": "mean Julian month"
},
{
"code": "mo_g",
"display": "mean Gregorian month"
},
{
"code": "mo",
"display": "month"
},
{
"code": "t",
"display": "tonne"
},
{
"code": "bar",
"display": "bar"
},
{
"code": "u",
"display": "unified atomic mass unit"
},
{
"code": "eV",
"display": "electronvolt"
},
{
"code": "AU",
"display": "astronomic unit"
},
{
"code": "pc",
"display": "parsec"
},
{
"code": "[c]",
"display": "velocity of light"
},
{
"code": "[h]",
"display": "Planck constant"
},
{
"code": "[k]",
"display": "Boltzmann constant"
},
{
"code": "[eps_0]",
"display": "permittivity of vacuum"
},
{
"code": "[mu_0]",
"display": "permeability of vacuum"
},
{
"code": "[e]",
"display": "elementary charge"
},
{
"code": "[m_e]",
"display": "electron mass"
},
{
"code": "[m_p]",
"display": "proton mass"
},
{
"code": "[G]",
"display": "Newtonian constant of gravitation"
},
{
"code": "[g]",
"display": "standard acceleration of free fall"
},
{
"code": "atm",
"display": "standard atmosphere"
},
{
"code": "[ly]",
"display": "light-year"
},
{
"code": "gf",
"display": "gram-force"
},
{
"code": "[lbf_av]",
"display": "pound force"
},
{
"code": "Ky",
"display": "Kayser"
},
{
"code": "Gal",
"display": "Gal"
},
{
"code": "dyn",
"display": "dyne"
},
{
"code": "erg",
"display": "erg"
},
{
"code": "P",
"display": "Poise"
},
{
"code": "Bi",
"display": "Biot"
},
{
"code": "St",
"display": "Stokes"
},
{
"code": "Mx",
"display": "Maxwell"
},
{
"code": "G",
"display": "Gauss"
},
{
"code": "Oe",
"display": "Oersted"
},
{
"code": "Gb",
"display": "Gilbert"
},
{
"code": "sb",
"display": "stilb"
},
{
"code": "Lmb",
"display": "Lambert"
},
{
"code": "ph",
"display": "phot"
},
{
"code": "Ci",
"display": "Curie"
},
{
"code": "R",
"display": "Roentgen"
},
{
"code": "RAD",
"display": "radiation absorbed dose"
},
{
"code": "REM",
"display": "radiation equivalent man"
},
{
"code": "[in_i]",
"display": "inch"
},
{
"code": "[ft_i]",
"display": "foot"
},
{
"code": "[yd_i]",
"display": "yard"
},
{
"code": "[mi_i]",
"display": "mile"
},
{
"code": "[fth_i]",
"display": "fathom"
},
{
"code": "[nmi_i]",
"display": "nautical mile"
},
{
"code": "[kn_i]",
"display": "knot"
},
{
"code": "[sin_i]",
"display": "square inch"
},
{
"code": "[sft_i]",
"display": "square foot"
},
{
"code": "[syd_i]",
"display": "square yard"
},
{
"code": "[cin_i]",
"display": "cubic inch"
},
{
"code": "[cft_i]",
"display": "cubic foot"
},
{
"code": "[cyd_i]",
"display": "cubic yard"
},
{
"code": "[bf_i]",
"display": "board foot"
},
{
"code": "[cr_i]",
"display": "cord"
},
{
"code": "[mil_i]",
"display": "mil"
},
{
"code": "[cml_i]",
"display": "circular mil"
},
{
"code": "[hd_i]",
"display": "hand"
},
{
"code": "[ft_us]",
"display": "foot"
},
{
"code": "[yd_us]",
"display": "yard"
},
{
"code": "[in_us]",
"display": "inch"
},
{
"code": "[rd_us]",
"display": "rod"
},
{
"code": "[ch_us]",
"display": "Gunter's chain"
},
{
"code": "[lk_us]",
"display": "link for Gunter's chain"
},
{
"code": "[rch_us]",
"display": "Ramden's chain"
},
{
"code": "[rlk_us]",
"display": "link for Ramden's chain"
},
{
"code": "[fth_us]",
"display": "fathom"
},
{
"code": "[fur_us]",
"display": "furlong"
},
{
"code": "[mi_us]",
"display": "mile"
},
{
"code": "[acr_us]",
"display": "acre"
},
{
"code": "[srd_us]",
"display": "square rod"
},
{
"code": "[smi_us]",
"display": "square mile"
},
{
"code": "[sct]",
"display": "section"
},
{
"code": "[twp]",
"display": "township"
},
{
"code": "[mil_us]",
"display": "mil"
},
{
"code": "[in_