FHIR IG analytics| Package | flc.fhir.base |
| Resource Type | NamingSystem |
| Id | NamingSystem-ehr-sourcesystem-namingsystem.json |
| FHIR Version | R4 |
| Source | http://canonical.fhir.link/flc/base/0.2.4/NamingSystem-ehr-sourcesystem-namingsystem.html |
| URL | http://canonical.fhir.link/flc/base/NamingSystem/ehr-sourcesystem-namingsystem |
| Version | 0.2.4 |
| Status | active |
| Date | 2025-05-18 |
| Name | EHRSourceSystem |
| Description | This identifier system is used to uniquely identify patients in the EHR source system. |
| Kind | identifier |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: NamingSystem ehr-sourcesystem-namingsystem
| Defining URL | http://canonical.fhir.link/flc/base/NamingSystem/ehr-sourcesystem-namingsystem |
| Version | 0.2.4 |
| Name | EHRSourceSystem |
| Status | active |
| Definition | This identifier system is used to uniquely identify patients in the EHR source system. |
| Publisher | Service Well AB |
| Type | Value | Preferred |
| URI | http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo | true |
{
"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
}
]
}