fhir-normalize

Paste any supported format — get one standard shape back.

Theme
  1. raw input
  2. detectFHIR JSON
  3. normalize
  4. standard shape
Input format
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