This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Terminology Server Base TerminologyCapabilities
{
"resourceType" : "TerminologyCapabilities",
"id" : "example-terminology-server",
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "vocab"
}],
"url" : "http://hl7.org/fhir/TerminologyCapabilities/terminology-server",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.6.1"
}],
"name" : "ACMETerminologyServiceTerminologyCapabilities",
"title" : "ACME Terminology Service —\u00a0Terminology Capabilities",
"status" : "draft",
"date" : "2022-09-01",
"publisher" : "HL7 International / Terminology Infrastructure",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/Vocab"
}]
}],
"description" : "ACME Terminology Service —\u00a0Terminology Capabilities",
"kind" : "instance",
"implementation" : {
"description" : "The ACME FHIR Terminology Server"
},
"codeSystem" : [{
"uri" : "http://snomed.info/sct",
"version" : [{
"code" : "http://snomed.info/sct/32506021000036107/version/20220831"
}],
"content" : "complete"
},
{
"uri" : "http://loinc.org",
"version" : [{
"code" : "2.73"
}],
"content" : "complete"
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.