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

FHIR IG Statistics: ValueSet/registration-basis

Packagepoc.bonsai.current
Resource TypeValueSet
Idregistration-basis
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://ehalsomyndigheten.se/fhir/ValueSet/registration-basis
URLhttp://ehalsomyndigheten.se/fhir/ValueSet/registration-basis
Version1.1.0
Statusactive
Date2023-07-31T22:00:00+00:00
Nameregistration-basis
TitleTyp av registreringsunderlag
DescriptionFormat för underlag som användes vid registrering av en förskrivning

Resources that use this resource

StructureDefinition
NLLMedicationRequestNLLMedicationRequest
NLLPrescriptionDetailsNLLPrescriptionDetails

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "registration-basis",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://ehalsomyndigheten.se/fhir/ValueSet/registration-basis",
  "version": "1.1.0",
  "name": "registration-basis",
  "title": "Typ av registreringsunderlag",
  "status": "active",
  "date": "2023-07-31T22:00:00+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Format för underlag som användes vid registrering av en förskrivning",
  "compose": {
    "include": [
      {
        "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/library",
        "version": "1.3.0",
        "concept": [
          {
            "code": "PAPER",
            "display": "Papper"
          },
          {
            "code": "PHONE",
            "display": "Telefon"
          },
          {
            "code": "ELECTRONIC",
            "display": "Elektroniskt"
          }
        ]
      }
    ]
  }
}