Package | nictiz.fhir.nl.stu3.zib2015 |
Resource Type | CapabilityStatement |
Id | capabilitystatement-server-allergyintolerance |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/CapabilityStatement/allergyintolerance-servercapabilities |
URL | http://nictiz.nl/fhir/CapabilityStatement/allergyintolerance-servercapabilities |
Version | 1.0 |
Status | draft |
Date | 2017-12-20 |
Name | AllergyIntoleranceServer |
Realm | nl |
Description | This CapabilityStatement describes the minimal requirements for a server to fulfill the AllergyIntolerance use case described for MedMij. The MedMij use cases can be found here: https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG |
Copyright | CC0 |
Kind | requirements |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "CapabilityStatement", "url": "http://nictiz.nl/fhir/CapabilityStatement/allergyintolerance-servercapabilities", "version": "1.0", "name": "AllergyIntoleranceServer", "status": "draft", "date": "2017-12-20", "publisher": "Nictiz", "contact": [ { "name": "Nictiz", "telecom": [ { "system": "email", "value": "info@nictiz.nl", "use": "work" } ] } ], "description": "This CapabilityStatement describes the minimal requirements for a server to fulfill the AllergyIntolerance use case described for MedMij. The MedMij use cases can be found here: https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG", "copyright": "CC0", "kind": "requirements", "fhirVersion": "3.0.1", "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://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance" } ], "rest": [ { "mode": "server", "resource": [ { "type": "AllergyIntolerance", "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference" }, { "name": "date", "type": "date" } ] } ] } ] }