Schedule a demo
Conformance and infrastructure

Terminology setup

This scenario supports organizations that need sharable definitions for wellness visit categories before any specific patient appears in the stream. A local code system captures friendly, policy-aligned labels used in scheduling and reporting, and a value set publishes the curated subset that applications should query at runtime. The narrative stays administrative: terminology is complete, consistent, and ready for downstream binding in profiles and forms.

5resources / instance
5FHIR types
10instances
terminology_setup.py
from zato_fhir.test.r4.v1 import Scenarios, TestData

for setup in Scenarios.terminology_setup:
    code_system = setup.code_system
    print(code_system.status)

    value_set = setup.value_set
    print(value_set.status)

    concept_map = setup.concept_map
    print(concept_map.status)

    naming = setup.naming_system
    print(naming.status)

    capabilities = setup.terminology_capabilities
    print(capabilities.status)

About this scenario

This scenario supports organizations that need sharable definitions for wellness visit categories before any specific patient appears in the stream. A local code system captures friendly, policy-aligned labels used in scheduling and reporting, and a value set publishes the curated subset that applications should query at runtime. The narrative stays administrative: terminology is complete, consistent, and ready for downstream binding in profiles and forms.

A concept map expresses how local codes align with SNOMED CT, which helps interoperability and analytics without implying clinical incidents. Naming system metadata anchors identifiers, and terminology capabilities describe what a server offers searchers and validators. There is no patient resource in this scenario; it is purely about vocabulary infrastructure.

FHIR resources in this scenario

5 resources per instance, 50 total across 10 instances.

FHIR resource typeRole in this scenario
CodeSystemLocal codes for wellness visit categories
ValueSetPublished set of categories for application binding
ConceptMapTranslation from local codes to SNOMED CT
NamingSystemIdentifier namespace for the terminology artifacts
TerminologyCapabilitiesDeclaration of terminology services and features supported
FHIR resources per instance5
Total resources (10 instances)50
Distinct resource types5
Scenario identifier`Scenarios.terminology_setup`

At a glance

5
FHIR resources per instance
50
Total resources (10 instances)
5
Distinct resource types
Scenarios.terminology_setup
Scenario identifier

Ready to build integrations?

Get started with Zato and connect your systems in minutes.

Open source In Python