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

FHIR IG Statistics: ValueSet/dispatch-operations

Packagepoc.bonsai.current
Resource TypeValueSet
Iddispatch-operations
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/ValueSet/dispatch-operations
URLhttp://electronichealth.se/fhir/ValueSet/dispatch-operations
Version1.0.0
Statusactive
Date2022-02-18T00:00:00+01:00
Namedispatch-operations
TitleHTTP-metod
DescriptionDen HTTP-metod som ska exekveras alt. exekverades om det avser en historisk uppgift

Resources that use this resource

StructureDefinition
NLLDispatchNLLDispatch

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "dispatch-operations",
  "meta": {
    "lastUpdated": "2022-03-09T06:48:45.017+00:00",
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/dispatch-operations",
  "version": "1.0.0",
  "name": "dispatch-operations",
  "title": "HTTP-metod",
  "status": "active",
  "date": "2022-02-18T00:00:00+01:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Den HTTP-metod som ska exekveras alt. exekverades om det avser en historisk uppgift",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/http-verb",
        "version": "4.0.1",
        "concept": [
          {
            "code": "POST",
            "display": "POST"
          },
          {
            "code": "PUT",
            "display": "PUT"
          }
        ]
      }
    ]
  }
}