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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeCapabilityStatement
Idcapabilitystatement-server-labresults.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.2&canonical=http://nictiz.nl/fhir/CapabilityStatement/labresults-servercapabilities
URLhttp://nictiz.nl/fhir/CapabilityStatement/labresults-servercapabilities
Version1.0.3
Statusactive
Date2022-09-22
NameLabResultsServer
Realmnl
Authorityhl7
DescriptionThis CapabilityStatement describes the minimal requirements for a server to fulfill the laboratory results use cases described for MedMij. The MedMij use cases can be found here: https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG
PurposeThis CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.
CopyrightCC0
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CapabilityStatement",
  "url": "http://nictiz.nl/fhir/CapabilityStatement/labresults-servercapabilities",
  "version": "1.0.3",
  "name": "LabResultsServer",
  "status": "active",
  "date": "2022-09-22",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the minimal requirements for a server to fulfill the laboratory results use cases described for MedMij. The MedMij use cases can be found here: https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG",
  "purpose": "This CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.",
  "copyright": "CC0",
  "kind": "requirements",
  "fhirVersion": "3.0.2",
  "acceptUnknown": "both",
  "format": [
    "xml",
    "json"
  ],
  "profile": [
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-DiagnosticReport"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "DiagnosticReport",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "DiagnosticReport:result"
          ],
          "searchParam": [
            {
              "name": "date",
              "type": "date"
            },
            {
              "name": "category",
              "type": "token"
            }
          ]
        },
        {
          "type": "Observation",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "Observation:specimen"
          ],
          "searchParam": [
            {
              "name": "date",
              "type": "date"
            },
            {
              "name": "category",
              "type": "token"
            }
          ]
        }
      ]
    }
  ]
}