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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-testscript-profile-destination-types.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types defines the following codes:

CodeDisplayDefinition
FHIR-Server FHIR ServerGeneral FHIR server used to respond to operations sent from a FHIR client.
FHIR-SDC-FormManager FHIR SDC FormManagerA FHIR server acting as a Structured Data Capture Form Manager.
FHIR-SDC-FormProcessor FHIR SDC FormProcessorA FHIR server acting as a Structured Data Capture Form Processor.
FHIR-SDC-FormReceiver FHIR SDC FormReceiverA FHIR server acting as a Structured Data Capture Form Receiver.

Source1

{
  "resourceType": "CodeSystem",
  "id": "testscript-profile-destination-types",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types",
  "version": "0.1.0",
  "name": "TestScriptProfileDestinationType",
  "title": "Test script profile destination type",
  "status": "draft",
  "experimental": false,
  "date": "2023-02-26T04:07:30+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the destination within a TestScript.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/testscript-profile-destination-types|1.0.1",
  "content": "complete",
  "concept": [
    {
      "code": "FHIR-Server",
      "display": "FHIR Server",
      "definition": "General FHIR server used to respond to operations sent from a FHIR client."
    },
    {
      "code": "FHIR-SDC-FormManager",
      "display": "FHIR SDC FormManager",
      "definition": "A FHIR server acting as a Structured Data Capture Form Manager."
    },
    {
      "code": "FHIR-SDC-FormProcessor",
      "display": "FHIR SDC FormProcessor",
      "definition": "A FHIR server acting as a Structured Data Capture Form Processor."
    },
    {
      "code": "FHIR-SDC-FormReceiver",
      "display": "FHIR SDC FormReceiver",
      "definition": "A FHIR server acting as a Structured Data Capture Form Receiver."
    }
  ]
}