FHIR IG Statistics: ValueSet/PatientTitleVS
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "ValueSet",
"id": "PatientTitleVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://example.org/fhir/ValueSet/PatientTitleVS",
"version": "0.1.0",
"name": "PT-TITLE",
"title": "Patient title",
"status": "draft",
"experimental": false,
"date": "2025-07-15T09:30:53+00:00",
"publisher": "IntelliSOFT Consulting",
"contact": [
{
"name": "IntelliSOFT Consulting",
"telecom": [
{
"system": "url",
"value": "https://.com/fhir/example-publisher"
}
]
},
{
"name": "KPS Team Kenya.",
"telecom": [
{
"system": "email",
"value": "info@example.com",
"use": "work"
}
]
}
],
"description": "Patient title",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"compose": {
"include": [
{
"system": "https://example.org/fhir/CodeSystem/KNHTS.PAT.TITLE",
"concept": [
{
"code": "mr"
},
{
"code": "mrs"
},
{
"code": "miss"
},
{
"code": "ms"
}
]
}
]
}
}