FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/service-category version 📦1.1.1| Code | Display | Definition |
| 10 | Dental | Dental |
| 27 | Specialist Medical | Specialist Medical - requires referral |
| 17 | General Practice | General Practice/GP (doctor) |
| 7 | Community Health Care | Community Health Care |
| 30 | Specialist Radiology/Imaging | Specialist Radiology/Imaging - requires referral |
Source1
{
"resourceType": "ValueSet",
"id": "hn-appointment-ServiceCategory-code-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://helsenorge.no/fhir/ValueSet/hn-appointment-ServiceCategory-code-vs",
"version": "1.0.1",
"name": "HnAppointmentServiceCategoryVS",
"title": "hn-appointment-ServiceCategory-code-vs",
"status": "draft",
"experimental": true,
"date": "2025-12-02T14:53:52+01:00",
"publisher": "Example Publisher",
"contact": [
{
"name": "Example Publisher",
"telecom": [
{
"system": "url",
"value": "http://example.org/example-publisher"
}
]
}
],
"description": "Value set for ServiceCategory codes in nytimeløsing",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-category",
"concept": [
{
"code": "10",
"display": "Dental"
},
{
"code": "27",
"display": "Specialist Medical"
},
{
"code": "17",
"display": "General Practice"
},
{
"code": "7",
"display": "Community Health Care"
},
{
"code": "30",
"display": "Specialist Radiology/Imaging"
}
]
}
]
}
}