FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| servicewell.fhir.wof-portal#1.0.0 | LocationArea | Location Area |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "physical-type-wof-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://canonical.fhir.link/servicewell/wof-portal/ValueSet/physical-type-wof-vs",
"version": "1.0.0",
"name": "PhysicalTypeWofVS",
"title": "Physical Type Wof VS",
"status": "active",
"date": "2026-04-20T11:19:47+00:00",
"publisher": "Service Well AB",
"contact": [
{
"name": "Service Well AB",
"telecom": [
{
"system": "url",
"value": "https://servicewell.se"
},
{
"system": "email",
"value": "info@servicewell.se"
}
]
},
{
"name": "Service well",
"telecom": [
{
"system": "email",
"value": "info@servicewell.se",
"use": "work"
}
]
}
],
"description": "Value set for physical types in WOF.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"concept": [
{
"code": "site"
},
{
"code": "area"
}
]
}
]
}
}