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

FHIR IG analytics

Packagese.electronichealth.fhir.merier.r5
Resource TypeValueSet
IdValueSet-er-endpoint-statuses.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.merier.r5@0.1.2-beta&canonical=http://electronichealth.se/fhir/NDI/ValueSet/er-endpoint-statuses
URLhttp://electronichealth.se/fhir/NDI/ValueSet/er-endpoint-statuses
Version0.1.0
Statusactive
Nameer-endpoint-statuses
TitleStatusar på ändpunkt
DescriptionIncludes statuses of endpoints.

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.merier.r5#0.1.2-betaendpoint-erEndpoint (ER)

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0endpoint-statusEndpointStatus

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "er-endpoint-statuses",
  "id": "er-endpoint-statuses",
  "title": "Statusar på ändpunkt",
  "description": "Includes statuses of endpoints.",
  "url": "http://electronichealth.se/fhir/NDI/ValueSet/er-endpoint-statuses",
  "version": "0.1.0",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/endpoint-status",
        "concept": [
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "suspended",
            "display": "Suspended"
          },
          {
            "code": "off",
            "display": "Off"
          }
        ]
      }
    ]
  }
}