This page is part of the FHIR Specification (v4.3.0-snapshot1: Release 4B Snapshot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3
| Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Code system summary
{
"resourceType": "CodeSystem",
"id": "summary",
"url": "http://hl7.org/fhir/CodeSystem/summary",
"name": "Code system summary example for ACME body sites",
"status": "draft",
"experimental": true,
"publisher": "HL7 International",
"contact": [
{
"name": "FHIR project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "This is an example code system summary for the ACME codes for body site.",
"useContext": [
{
"code": {
"system": "http://example.org/CodeSystem/contexttype",
"code": "species"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "337915000",
"display": "Homo sapiens (organism)"
}
]
}
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"caseSensitive": true,
"content": "not-present",
"count": 92
}
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.