Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagejson
{
  "resourceType": "CodeSystem",
  "id": "no-helseapi-documentreference-category",
  "name": "NOHelseAPIDocumentReferenceCategoryCodes",
  "url": "http://hl7.no/fhir/CodeSystem/no-helseapi-documentreference-category",
  "title": "NO HelseAPI DocumentReferences Category Codes",
  "status": "active",
  "description": "The NO HelseAPI DocumentReferences Category Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NO",
          "display": "Norway"
        }
      ]
    }
  ],
  "concept": [
    {
      "code": "clinical-note",
      "display": "Clinical Note"
    }
  ]
}