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

FHIR IG Statistics: ValueSet/timestamp-type-code

Packageca.ab.fhir.aberec1
Resource TypeValueSet
Idtimestamp-type-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.ab.fhir.aberec1@1.0.3-pre1&canonical=https://www.alberta.ca/fhir/ValueSet/timestamp-type-code
URLhttps://www.alberta.ca/fhir/ValueSet/timestamp-type-code
Version1.0.2
Statusdraft
Date2024-12-12
NameTimestampTypeCode
TitleTimestampType
Realmca
DescriptionTimestampType

Resources that use this resource

StructureDefinition
ext-TimestampABTimestampAB

Resources that this resource uses

CodeSystem
timestamp-type-codeTimestampType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "TimestampTypeCode",
  "id": "timestamp-type-code",
  "title": "TimestampType",
  "description": "TimestampType",
  "version": "1.0.2",
  "url": "https://www.alberta.ca/fhir/ValueSet/timestamp-type-code",
  "date": "2024-12-12",
  "publisher": "Alberta Health",
  "contact": [
    {
      "name": "Alberta Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://alberta.ca/hisca",
          "use": "work"
        },
        {
          "system": "email",
          "value": "hisca@gov.ab.ca",
          "use": "work"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://www.alberta.ca/fhir/CodeSystem/timestamp-type-code",
        "concept": [
          {
            "code": "referral-received",
            "display": "referral received"
          },
          {
            "code": "referral-accepted",
            "display": "referral accepted"
          },
          {
            "code": "appointment-booked",
            "display": "appointment booked"
          },
          {
            "code": "appointment-attended",
            "display": "appointment attended"
          }
        ]
      }
    ]
  }
}