{
  "resourceType": "NamingSystem",
  "id": "HrmFillerNS",
  "name": "HrmFiller",
  "status": "draft",
  "kind": "identifier",
  "type": {
    "coding": [
      {
        "code": "FILL",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "display": "Filler Identifier"
      }
    ]
  },
  "date": "2026-09-04",
  "publisher": "WELLSTAR Technologies Corp.",
  "responsible": "Nexus EMR (WELL Health) -- identifier system for a sending facility's own HRM report number",
  "description": "Identifies a report ingested from Health Report Manager by the report number the SENDING FACILITY assigned it, carried on DiagnosticReport.identifier. THE AUTHORITY IS THE SENDING FACILITY, NOT THIS PLATFORM, AND THE VALUE IS NOT A REPORT KEY: the ingest pipeline's own duplicate test combines this number with the file version, the effective date, the patient, the message identifier and a checksum of the report content, and a consumer that keys on this identifier alone will collide. Writers stamp Identifier.type = FILL (HL7 v2-0203) and Identifier.use = official alongside this system; readers SHOULD prefer the FILL-typed identifier and fall back to matching this system only when nothing is typed, because the type is what makes a report from an unfamiliar facility readable without knowing its naming system. MIGRATION: Nexus EMR writes this system today as http://services.well.com/fhir/identifier/hrm-filler (FHIR-372), an address this specification does not publish; it is live in stored Identifier.system values and in code, and is under migration to the URI declared here. Write the URI declared here; expect both until the migration completes.",
  "uniqueId": [
    {
      "type": "uri",
      "value": "https://fhir.apps.health/NamingSystem/hrm-filler",
      "preferred": true,
      "comment": "The canonical address this specification declares. Author against this one. The writer has not moved yet, so a reader must also match the address below."
    },
    {
      "type": "uri",
      "value": "http://services.well.com/fhir/identifier/hrm-filler",
      "preferred": false,
      "comment": "The pre-migration address. It is live in stored `Identifier.system` values and in code, and is under migration to the preferred URI above. Match it literally when reading; do not write it."
    }
  ]
}
