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

FHIR IG analytics

Packageservicewell.fhir.wof-connect
Resource TypeNamingSystem
IdNamingSystem-service-type-id.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/servicewell.fhir.wof-connect/NamingSystem-service-type-id.html
URLhttp://canonical.fhir.link/servicewell/wof-connect/NamingSystem/service-type-id
Version0.1.3
Statusactive
Date2025-10-30
NameServiceTypeId
DescriptionNamingSystem describing the dynamic code system used for service types that identifies with an ID
Kindcodesystem

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 service-type-id

Summary

Defining URLhttp://canonical.fhir.link/servicewell/wof-connect/NamingSystem/service-type-id
Version0.1.3
NameServiceTypeId
Statusactive
Definition

NamingSystem describing the dynamic code system used for service types that identifies with an ID

PublisherService Well AB

Identifiers

TypeValuePreferredComment
URIhttp://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-idtrueURI to identify the servicetype by id in a CodeSystem context

Source1

{
  "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"
    }
  ]
}