fhir-normalize
Paste any supported format — get one standard shape back.
- raw input
- detectFHIR JSON
- normalize
- standard shape
output · standardfhir-json1 resource
{ "resourceType": "Bundle", "type": "collection", "entry": [ { "resource": { "resourceType": "Patient", "id": "example-1", "name": [ { "use": "official", "family": "Khan", "given": [ "Ali" ] } ], "gender": "male", "birthDate": "1996-04-12", "telecom": [ { "system": "email", "value": "ali@example.com" } ] } } ] }
canonical target · FHIR R4 · adapters: fhir-json, ndjson, fhir-xml · stages: normalize-to-r4