FHIR IG analytics
| Package | ihe.qrph.ccg |
| Resource Type | ValueSet |
| Id | ValueSet-ccg-signature-sigformat.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IHE/QRPH.CCG/ValueSet-ccg-signature-sigformat.html |
| URL | https://profiles.ihe.net/QRPH/CCG/ValueSet/ccg-signature-sigformat |
| Version | 1.0.1-current |
| Status | active |
| Date | 2025-10-06T12:07:55+00:00 |
| Name | CCG_Sign_sigformat_VS |
| Title | AllowedSignature signatureFormat |
| Realm | uv |
| Authority | ihe |
| Description | Constraining to signature xml and json only |
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
urn:ietf:bcp:13 version Not Stated (use latest from terminology server)| Code | Display |
| application/signature+xml | application/signature+xml |
| application/signature+json | application/signature+json |
Source1
{
"resourceType": "ValueSet",
"id": "ccg-signature-sigformat",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/QRPH/CCG/ValueSet/ccg-signature-sigformat",
"version": "1.0.1-current",
"name": "CCG_Sign_sigformat_VS",
"title": "AllowedSignature signatureFormat",
"status": "active",
"experimental": false,
"date": "2025-10-06T12:07:55+00:00",
"publisher": "IHE QRPH Technical Committee",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "qrph@ihe.net"
}
]
},
{
"name": "IHE QRPH Technical Committee",
"telecom": [
{
"system": "email",
"value": "qrph@ihe.net"
}
]
}
],
"description": "Constraining to signature xml and json only",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "application/signature+xml"
},
{
"code": "application/signature+json"
}
]
}
]
}
}