Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagejson
{
  "resourceType": "ValueSet",
  "id": "no-helseapi-documentreference-category",
  "name": "NOHelseAPIDocumentReferenceCategory",
  "url": "http://hl7.no/fhir/ValueSet/no-helseapi-documentreference-category",
  "title": "NO HelseAPI Document Reference Category",
  "status": "active"
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NO",
          "display": "Norway"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.no/fhir/CodeSystem/no-helseapi-documentreference-category"
      }
    ] 
  }
}