FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.cogs
Resource TypeCodeSystem
Iddocument-type-codesystem.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.cogs@0.0.1&canonical=https://fhir.synapxe.sg/CodeSystem/document-type
URLhttps://fhir.synapxe.sg/CodeSystem/document-type
Version0.1
Statusdraft
NameDocumentType
Contentcomplete

Resources that use this resource

ValueSet
synapxe.cogs#0.0.1document-typeDocumentType

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "document-type",
  "url": "https://fhir.synapxe.sg/CodeSystem/document-type",
  "version": "0.1",
  "name": "DocumentType",
  "status": "draft",
  "content": "complete",
  "concept": [
    {
      "code": "INVOICE",
      "display": "Invoice"
    },
    {
      "code": "RECEIPT",
      "display": "Receipt"
    },
    {
      "code": "CONTRACT",
      "display": "Contract"
    }
  ]
}