FHIR IG analytics| Package | servicewell.fhir.wof-connect |
| Resource Type | NamingSystem |
| Id | NamingSystem-service-type-id.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/servicewell/servicewell.fhir.wof-connect/NamingSystem-service-type-id.html |
| URL | http://canonical.fhir.link/servicewell/wof-connect/NamingSystem/service-type-id |
| Version | 0.1.3 |
| Status | active |
| Date | 2025-10-30 |
| Name | ServiceTypeId |
| Description | NamingSystem describing the dynamic code system used for service types that identifies with an ID |
| Kind | codesystem |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: NamingSystem service-type-id
| Defining URL | http://canonical.fhir.link/servicewell/wof-connect/NamingSystem/service-type-id |
| Version | 0.1.3 |
| Name | ServiceTypeId |
| Status | active |
| Definition | NamingSystem describing the dynamic code system used for service types that identifies with an ID |
| Publisher | Service Well AB |
| Type | Value | Preferred | Comment |
| URI | http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id | true | URI to identify the servicetype by id in a CodeSystem context |
{
"resourceType": "NamingSystem",
"id": "service-type-id",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
"valueUri": "http://canonical.fhir.link/servicewell/wof-connect/NamingSystem/service-type-id"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
"valueString": "0.1.3"
}
],
"name": "ServiceTypeId",
"status": "active",
"kind": "codesystem",
"date": "2025-10-30",
"publisher": "Service Well AB",
"contact": [
{
"name": "Service Well AB",
"telecom": [
{
"system": "url",
"value": "https://servicewell.se"
},
{
"system": "email",
"value": "info@servicewell.se"
}
]
}
],
"description": "NamingSystem describing the dynamic code system used for service types that identifies with an ID",
"usage": "Used in WofConnect to identify ActivityDefinition ServiceType in case of an identifier example Treatment.Id as a code system in FHIR resources",
"uniqueId": [
{
"type": "uri",
"value": "http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id",
"preferred": true,
"comment": "URI to identify the servicetype by id in a CodeSystem context"
}
]
}