Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.29 KB

File metadata and controls

24 lines (20 loc) · 1.29 KB

FHIR Mapping Guide — soap-schema → FHIR R4

Documentation only: this package does not generate FHIR resources. Clinical and informatics review is required before using a mapping in production.

SOAP field Suggested FHIR target
metadata Composition metadata and referenced Encounter/Patient
subjective Narrative Composition.section entries
objective.vitals US Core Vital Signs Observation resources
objective.examFindings Narrative section, optionally Observation
assessment Condition resources and a problem-list section
plan Narrative section; category-specific MedicationRequest or ServiceRequest where appropriate

codedConcept deliberately carries only {system, code, display} and is terminology-neutral. The library never checks whether a code is real or current. Map the system URI and code only after validating against the target terminology service. A production implementation must define a reviewed mapping for the schema's active, resolved, and chronic statuses to FHIR Condition.clinicalStatus.

References: FHIR Composition, FHIR Condition, and US Core Vital Signs.