FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-example-summary.json

Example CodeSystem/summary (JSON)

Maturity Level : N/A
Responsible Owner: Vocabulary Terminology Infrastructure Work Group Ballot Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw JSON ( canonical form + also see JSON Format Specification )

Code system summary

{
  "resourceType": "CodeSystem",
  "id": "summary",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Code system summary example for ACME body sites</h2>\n      <div>\n        <p>This is an example code system summary for the ACME codes for body site.</p>\n\n      </div>\n      <p>This code system http://hl7.org/fhir/CodeSystem/summary defines many codes, but they are not represented here</p>\n    </div>"

  "resourceType" : "CodeSystem",
  "id" : "summary",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p class=\"res-header-id\">\n        <b>Generated Narrative: CodeSystem summary</b>\n      </p>\n      <a name=\"summary\"> </a>\n      <a name=\"hcsummary\"> </a>\n      <p>This case-sensitive code system \n        <code>http://hl7.org/fhir/CodeSystem/summary</code> defines codes, but no codes are represented here\n      </p>\n    </div>"

  },
  "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"
        }
      ]

  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "vocab"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/summary",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1821"
  }],
  "version" : "6.0.0-ballot3",
  "name" : "CodeSystemSummaryExampleACMEBodySites",
  "title" : "Code system summary example for ACME body sites",
  "status" : "draft",
  "experimental" : true,
  "publisher" : "HL7 International / Terminology Infrastructure",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/Vocab"
    }]
  }],
  "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)"
      }]

    }
  ],
  "caseSensitive": true,
  "content": "not-present",
  "count": 92

  }],
  "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.