HL7Norway / basisprofiler-r4

HL7 FHIR Base profiles for Norway - R4
https://simplifier.net/guide/no-basis-entities-individuals
17 stars 2 forks source link

Is there a Value set available for urn:oid:2.16.578.1.12.4.1.1.9060 Value set binding in the Repo. #121

Closed kalleo1996 closed 7 months ago

kalleo1996 commented 1 year ago

I would like to know where I can find the definition or XML file for the value set with the URN: "urn:oid:2.16.578.1.12.4.1.1.9060". The structure definition "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner" includes a value set binding, and although I know it is accessible on volven.no, I am wondering if there should be a dedicated value set created in the repository for it. { "id": "Practitioner.qualification.code.coding:healthPersonnellCategory", "path": "Practitioner.qualification.code.coding", "sliceName": "healthPersonnellCategory", "short": "The health care personnel category", "definition": "Category of health care personnel authorization according to Helsepersonnelloven §48", "binding": { "strength": "preferred", "valueSet": "urn:oid:2.16.578.1.12.4.1.1.9060" } }, { "id": "Practitioner.qualification.code.coding:healthPersonnellCategory.system", "path": "Practitioner.qualification.code.coding.system", "short": "Identification of the CodeSystem 9060 on Volven", "definition": "Identification of the CodeSystem Kategori helsepersonell (OID=9060) used to describe the category of authorized health care personnel", "min": 1, "fixedUri": "urn:oid:2.16.578.1.12.4.1.1.9060" },

cgerno commented 1 year ago

Check that: https://volven.no/produkt.asp?id=499915&catID=3&subID=8

kalleo1996 commented 1 year ago

Is it possible or recommended to use the same OID for both a ValueSet and a CodeSystem? Shouldn't we consider creating a ValueSet in the repository Like in the following example? I would like to explore the feasibility and best practices regarding this scenario.

Example: { "resourceType": "ValueSet", "status": "draft", "name": "HealthPersonallCategoryValueset", "id": "HealthPersonallCategoryValueset", "title": "HealthPersonallCategoryValueset", "description": "Have volven codesystems and rest of the namesystem", "version": "1.0.0", "url": "http://example/fhir/ValueSet/HealthPersonallCategoryValueset", "meta": { "lastUpdated": "2021-03-17T00:00:00+00:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "oo" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ],

"compose": { "include": [ { "system": "urn:oid:2.16.578.1.12.4.1.1.9060", "concept": [ { "code": "AA", "display": "Ambulansearbeider" }, { "code": "AT", "display": "Apotektekniker" }, { "code": "AU", "display": "Audiograf" }, { "code": "BI", "display": "Bioingeniør" }, { "code": "ET", "display": "Ergoterapeut" }, { "code": "FA1", "display": "Provisorfarmasøyt" }, { "code": "FA2", "display": "Reseptarfarmasøyt" }, { "code": "FB", "display": "Fiskehelsebiolog" }, { "code": "FO", "display": "Fotterapeut" }, { "code": "FT", "display": "Fysioterapeut" }, { "code": "HE", "display": "Helsesekretær" }, { "code": "HF", "display": "Helsefagarbeider" }, { "code": "HP", "display": "Hjelpepleier" }, { "code": "JO", "display": "Jordmor" }, { "code": "KE", "display": "Klinisk ernæringsfysiolog" }, { "code": "KI", "display": "Kiropraktor" }, { "code": "LE", "display": "Lege" }, { "code": "NP", "display": "Naprapat" }, { "code": "OA", "display": "Omsorgsarbeider" }, { "code": "OI", "display": "Ortopediingeniør" }, { "code": "OP", "display": "Optiker" }, { "code": "OR", "display": "Ortoptist" }, { "code": "OS", "display": "Osteopat" }, { "code": "PE", "display": "Perfusjonist" }, { "code": "PM", "display": "Paramedisiner" }, { "code": "PS", "display": "Psykolog" }, { "code": "RA", "display": "Radiograf" }, { "code": "SP", "display": "Sykepleier" }, { "code": "TH", "display": "Tannhelsesekretær" }, { "code": "TL", "display": "Tannlege" }, { "code": "TP", "display": "Tannpleier" }, { "code": "TT", "display": "Tanntekniker" }, { "code": "VE", "display": "Veterinær" }, { "code": "VP", "display": "Vernepleier" }, { "code": "XX", "display": "Ukjent/uspesifisert" }, { "code": "MT", "display": "Manuellterapeut" } ] } ] } }

thomiz commented 1 year ago

We have decided not to make FHIR valueset or codesystem resources as part of the no-basis for the volven codesystems.

This thread explains why (norwegian only):
Issue 61

However this issue should be revisited probably.

rockphotog commented 11 months ago

@kalleo1996 We do have 9060 as a Code System in this IG, but not as Value Set, unfortunately.

https://hl7norway.github.io/kodeverk/currentbuild/CodeSystem-no-kodeverk-9060.codesystem.html Repo: https://github.com/HL7Norway/kodeverk

Most, if not all, code systems in Volven have a practical 1:1 between CS and VS, so they should be autogenerated, and named thereafter.

thomiz commented 7 months ago

Closed after review.