FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageflc.fhir.base
Resource TypeNamingSystem
IdNamingSystem-ehr-sourcesystem-namingsystem.json
FHIR VersionR4
Sourcehttp://canonical.fhir.link/flc/base/0.2.4/NamingSystem-ehr-sourcesystem-namingsystem.html
URLhttp://canonical.fhir.link/flc/base/NamingSystem/ehr-sourcesystem-namingsystem
Version0.2.4
Statusactive
Date2025-05-18
NameEHRSourceSystem
DescriptionThis identifier system is used to uniquely identify patients in the EHR source system.
Kindidentifier

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: NamingSystem ehr-sourcesystem-namingsystem

Summary

Defining URLhttp://canonical.fhir.link/flc/base/NamingSystem/ehr-sourcesystem-namingsystem
Version0.2.4
NameEHRSourceSystem
Statusactive
Definition

This identifier system is used to uniquely identify patients in the EHR source system.

PublisherService Well AB

Identifiers

TypeValuePreferred
URIhttp://fhir.purified.link/example/identifierSystem/ehr-source-system-demotrue

Source1

{
  "resourceType": "NamingSystem",
  "id": "ehr-sourcesystem-namingsystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri": "http://canonical.fhir.link/flc/base/NamingSystem/ehr-sourcesystem-namingsystem"
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString": "0.2.4"
    }
  ],
  "name": "EHRSourceSystem",
  "status": "active",
  "kind": "identifier",
  "date": "2025-05-18",
  "publisher": "Service Well AB",
  "contact": [
    {
      "name": "Service Well AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://servicewell.se"
        }
      ]
    }
  ],
  "responsible": "exampleCompany",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code": "PI",
        "display": "Patient internal identifier"
      }
    ]
  },
  "description": "This identifier system is used to uniquely identify patients in the EHR source system.",
  "uniqueId": [
    {
      "type": "uri",
      "value": "http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo",
      "preferred": true
    }
  ]
}