{
  "resourceType": "CapabilityStatement",
  "id": "kodrx-capabilitystatement",
  "url": "https://kodrx.app/fhir/CapabilityStatement/capabilitystatement",
  "version": "1.0.0",
  "name": "KodRxCapabilityStatement",
  "title": "KodRx FHIR Capability Statement",
  "status": "draft",
  "experimental": false,
  "date": "2026-08-16",
  "publisher": "KodRx",
  "implementationGuide": [
  "https://kodrx.app/fhir/ImplementationGuide/kodrx-fhir-r4"
],

  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>KodRx FHIR Capability Statement</p><p>Describes the FHIR R4 resources and formats used by the current KodRx verified prescription export implementation.</p></div>"
  },

  "description": "CapabilityStatement describing the current KodRx FHIR R4 verified prescription export implementation.",

  "kind": "capability",

  "software": {
    "name": "KodRx",
    "version": "1.0.0"
  },

  "fhirVersion": "4.0.1",

  "format": [
    "application/fhir+json",
    "json"
  ],

  "rest": [
    {
      "mode": "server",
      "documentation": "KodRx currently documents the FHIR R4 resources used in verified prescription Bundles. Full RESTful FHIR server interactions are not yet implemented.",

      "resource": [
        {
          "type": "Patient",
          "profile": "http://hl7.org/fhir/StructureDefinition/Patient"
        },
        {
          "type": "Practitioner",
          "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
        },
        {
          "type": "MedicationRequest",
          "profile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest"
        },
        {
          "type": "Observation",
          "profile": "http://hl7.org/fhir/StructureDefinition/Observation"
        },
        {
          "type": "Condition",
          "profile": "http://hl7.org/fhir/StructureDefinition/Condition"
        },
        {
          "type": "Provenance",
          "profile": "http://hl7.org/fhir/StructureDefinition/Provenance"
        }
      ]
    }
  ]
}
