FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/document-type-cs

Packagemedicalert.fhir.ig.firstresponder
TypeCodeSystem
Iddocument-type-cs
FHIR VersionR4
Sourcehttps://standards.medicalert.nz/ns/medicalert/https://build.fhir.org/ig/daniel-thomson/medicalert/CodeSystem-document-type-cs.html
URLhttps://standards.medicalert.nz/CodeSystem/DocumentType
Version0.1.0
Statusdraft
Date2025-05-07T00:56:18+00:00
NameDocumentType
TitleMedicAlert document type CodeSystem
Realmnz
DescriptionType of document referenced
Contentcomplete

Resources that use this resource

ValueSet
DocumentTypeMedicAlert document type ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem document-type-cs

This case-insensitive code system https://standards.medicalert.nz/CodeSystem/DocumentType defines the following codes:

CodeDisplay
POA Enduring power of Attorney
Adv Advanced Directive
Wrn Medical warning notice
Act Emergency medical action plan
Drg Drug Warning

Source

{
  "resourceType": "CodeSystem",
  "id": "document-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.medicalert.nz/CodeSystem/DocumentType",
  "version": "0.1.0",
  "name": "DocumentType",
  "title": "MedicAlert document type CodeSystem",
  "status": "draft",
  "date": "2025-05-07T00:56:18+00:00",
  "publisher": "MedicAlert",
  "contact": [
    {
      "name": "MedicAlert",
      "telecom": [
        {
          "system": "url",
          "value": "https://medicalert.nz/"
        }
      ]
    }
  ],
  "description": "Type of document referenced",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NZ",
          "display": "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "POA",
      "display": "Enduring power of Attorney"
    },
    {
      "code": "Adv",
      "display": "Advanced Directive"
    },
    {
      "code": "Wrn",
      "display": "Medical warning notice"
    },
    {
      "code": "Act",
      "display": "Emergency medical action plan"
    },
    {
      "code": "Drg",
      "display": "Drug Warning"
    }
  ]
}