{ "description": "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface", "_filename": "CapabilityStatement2-example.json", "package_name": "hl7.fhir.r5.core", "format": [ "xml", "json" ], "date": "2012-01-04", "publisher": "ACME Corporation", "patchFormat": [ "application/xml-patch+xml", "application/json-patch+json" ], "fhirVersion": "4.6.0", "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166", "display": "United States of America (the)" } ] } ], "instantiates": [ "http://ihe.org/fhir/CapabilityStatement2/pixm-client" ], "purpose": "Main EHR capability statement, published for contracting and operational support", "name": "ACME-EHR", "useContext": [ { "code": { "code": "focus", "system": "http://terminology.hl7.org/CodeSystem/usage-context-type" }, "valueCodeableConcept": { "coding": [ { "code": "positive", "system": "http://terminology.hl7.org/CodeSystem/variant-state" } ] } } ], "copyright": "Copyright © Acme Healthcare and GoodCorp EHR Systems", "type": null, "experimental": "true", "resourceType": "CapabilityStatement2", "title": "ACME EHR capability statement", "package_version": "4.6.0", "status": "draft", "id": "e232d696-3c98-4a21-b03a-12fda7e396d0", "kind": "instance", "implementationGuide": [ "http://hl7.org/fhir/us/lab" ], "url": "urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311", "software": { "name": "EHR", "version": "0.00.020.2134", "releaseDate": "2012-01-04" }, "version": "20130510", "contact": [ { "name": "System Administrator", "telecom": [ { "value": "wile@acme.org", "system": "email" } ] } ], "implementation": { "url": "http://10.2.3.4/fhir", "description": "main EHR at ACME" }, "rest": [ { "mode": "server", "resource": [ { "type": "Patient", "profile": "http://registry.fhir.org/r4/StructureDefinition/7896271d-57f6-4231-89dc-dcc91eab2416", "interaction": [ { "code": "read" }, { "code": "vread", "documentation": "Only supported for patient records since 12-Dec 2012" }, { "code": "update" }, { "code": "history-instance" }, { "code": "create" }, { "code": "history-type" } ], "searchParam": [ { "name": "identifier", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", "documentation": "Only supports search by institution MRN" }, { "name": "general-practitioner", "type": "reference", "definition": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner" } ], "documentation": "This server does not let the clients create identities.", "supportedProfile": [ "http://registry.fhir.org/r4/StructureDefinition/00ab9e7a-06c7-4f77-9234-4154ca1e3347" ] } ], "compartment": [ "http://hl7.org/fhir/CompartmentDefinition/patient" ], "interaction": [ { "code": "transaction" }, { "code": "history-system" } ], "documentation": "Main FHIR endpoint for acem health" } ] }