Sha256: 95e7cb70762e12c53f818902cdefa8c2cf3107f4fc7620f935c6401dc219322e

Contents?: true

Size: 1.98 KB

Versions: 3

Compression:

Stored size: 1.98 KB

Contents

{
  "resourceType": "CodeSystem",
  "id": "document-relationship-type",
  "meta": {
    "lastUpdated": "2018-12-27T22:37:54.724+11:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://hl7.org/fhir/document-relationship-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.245"
    }
  ],
  "version": "4.0.0",
  "name": "DocumentRelationshipType",
  "title": "DocumentRelationshipType",
  "status": "draft",
  "experimental": false,
  "date": "2018-12-27T22:37:54+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The type of relationship between documents.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type",
  "content": "complete",
  "concept": [
    {
      "code": "replaces",
      "display": "Replaces",
      "definition": "This document logically replaces or supersedes the target document."
    },
    {
      "code": "transforms",
      "display": "Transforms",
      "definition": "This document was generated by transforming the target document (e.g. format or language conversion)."
    },
    {
      "code": "signs",
      "display": "Signs",
      "definition": "This document is a signature of the target document."
    },
    {
      "code": "appends",
      "display": "Appends",
      "definition": "This document adds additional information to the target document."
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/json/codesystem-document-relationship-type.json
fhir_models-4.0.1 lib/fhir_models/examples/json/codesystem-document-relationship-type.json
fhir_models-4.0.0 lib/fhir_models/examples/json/codesystem-document-relationship-type.json