Computable Care Guidelines 1.0.0 - Trial-Implementation
Computable Care Guidelines - Downloaded Version 1.0.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ccg-signature-sigformat"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ccg-signature-sigformat</b></p><a name=\"ccg-signature-sigformat\"> </a><a name=\"hcccg-signature-sigformat\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>application/signature+xml</td><td style=\"color: #cccccc\">application/signature+xml</td></tr><tr><td>application/signature+json</td><td style=\"color: #cccccc\">application/signature+json</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://profiles.ihe.net/QRPH/CCG/ValueSet/ccg-signature-sigformat"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CCG_Sign_sigformat_VS"] ; # fhir:title [ fhir:v "AllowedSignature signatureFormat"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-10-02T10:26:47-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "IHE QRPH Technical Committee"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/quality_research_and_public_health/" ] ] ) ] [ ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "qrph@ihe.net" ] ] ) ] [ fhir:name [ fhir:v "IHE QRPH Technical Committee" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "qrph@ihe.net" ] ] ) ] ) ; # fhir:description [ fhir:v "Constraining to signature xml and json only"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "application/signature+xml" ] ] [ fhir:code [ fhir:v "application/signature+json" ] ] ) ] ) ] . #