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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeValueSet
Idtransaction-operations.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nll.r4@1.0.3&canonical=http://electronichealth.se/fhir/ValueSet/transaction-operations
URLhttp://electronichealth.se/fhir/ValueSet/transaction-operations
Version1.0.0
Statusactive
Date2022-07-06T22:00:00+00:00
Nametransaction-operations
TitleHTTP-metod
DescriptionDen HTTP-metod som ska exekveras alt. exekverades om det avser en historisk uppgift

Resources that use this resource

StructureDefinition
NLLPrescriptionBundleNLLPrescriptionBundle
NLLTransactionBundleNLLTransactionBundle

Resources that this resource uses

CodeSystem
http-verbHTTPVerb

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "transaction-operations",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/transaction-operations",
  "version": "1.0.0",
  "name": "transaction-operations",
  "title": "HTTP-metod",
  "status": "active",
  "date": "2022-07-06T22:00:00+00: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"
          }
        ]
      }
    ]
  }
}