FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/jp-server-capabilitystatement

Packagejp-core.r4
Resource TypeCapabilityStatement
Idjp-server-capabilitystatement
FHIR VersionR4
Sourcehttp://jpfhir.jp/fhir/core/https://simplifier.net/resolve?scope=jp-core.r4@1.1.1-rc&canonical=http://jpfhir.jp/fhir/core/CapabilityStatement/JP_Server_CapabilityStatement
URLhttp://jpfhir.jp/fhir/core/CapabilityStatement/JP_Server_CapabilityStatement
Statusactive
Date2022-10-24
NameJP_Server_CapabilityStatement
TitleJP Core Server CapabilityStatement
Realmjp
DescriptionJP Core実装ガイドを利用したサイトを作成する際にサーバ側で規定するCapablityStatementのOperationsおよびSearch Parametersのリスト例を提示する。JP Core ServerがサポートするFHIRプロファイルに限定しているため、FHIR Baseのプロファイルを利用する際などは必要な項目を追記すること。
Kindrequirements

Resources that use this resource

CapabilityStatement
JP_Server_CapabilityStatementJP Core Server CapabilityStatement

Resources that this resource uses

CapabilityStatement
JP_Server_CapabilityStatementJP Core Server CapabilityStatement
SearchParameter
JP_MedicationRequest_Start_SPJP_MedicationRequest_Start_SP
StructureDefinition
JP_AllergyIntoleranceJP Core AllergyIntolerance Profile
JP_ConditionJP Core Condition Profile
JP_CoverageJP Core Coverage Profile
JP_DiagnosticReport_CommonJP Core DiagnosticReport Common Profile
JP_DiagnosticReport_LabResultJP Core DiagnosticReport LabResult Profile
JP_DiagnosticReport_RadiologyJP Core DiagnosticReport Radiology Profile
JP_EncounterJP Core Encounter Profile
JP_FamilyMemberHistoryJP Core FamilyMemberHistory Profile
JP_ImagingStudy_RadiologyJP Core ImagingStudy Radiology Profile
JP_ImmunizationJP Core Immunization Profile
JP_LocationJP Core Location Profile
JP_MedicationJP Core Medication Profile
JP_MedicationAdministration_InjectionJP Core MedicationAdministration Injection Profile
JP_MedicationAdministrationJP Core MedicationAdministration Profile
JP_MedicationDispense_InjectionJP Core MedicationDispense Injection Profile
JP_MedicationDispenseJP Core MedicationDispense Profile
JP_MedicationRequest_InjectionJP Core MedicationRequest Injection Profile
JP_MedicationRequestJP Core MedicationRequest Profile
JP_Observation_BodyMeasurementJP Core Observation BodyMeasurement Profile
JP_Observation_CommonJP Core Observation Common Profile
JP_Observation_LabResultJP Core Observation LabResult Profile
JP_Observation_PhysicalExamJP Core Observation PhysicalExam Profile
JP_Observation_SocialHistoryJP Core Observation SocialHistory Profile
JP_Observation_VitalSignsJP Core Observation VitalSigns Profile
JP_OrganizationJP Core Organization Profile
JP_PatientJP Core Patient Profile
JP_PractitionerJP Core Practitioner Profile
JP_PractitionerRoleJP Core PractitionerRole Profile
JP_ProcedureJP Core Procedure Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "jp-server-capabilitystatement",
  "url": "http://jpfhir.jp/fhir/core/CapabilityStatement/JP_Server_CapabilityStatement",
  "name": "JP_Server_CapabilityStatement",
  "title": "JP Core Server CapabilityStatement",
  "status": "active",
  "experimental": false,
  "date": "2022-10-24",
  "description": "JP Core実装ガイドを利用したサイトを作成する際にサーバ側で規定するCapablityStatementのOperationsおよびSearch Parametersのリスト例を提示する。JP Core ServerがサポートするFHIRプロファイルに限定しているため、FHIR Baseのプロファイルを利用する際などは必要な項目を追記すること。",
  "kind": "requirements",
  "instantiates": [
    "http://jpfhir.jp/fhir/core/CapabilityStatement/JP_Server_CapabilityStatement"
  ],
  "fhirVersion": "4.0.1",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Patient",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-name",
              "type": "string"
            },
            {
              "name": "family",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-family",
              "type": "string"
            },
            {
              "name": "given",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-given",
              "type": "string"
            },
            {
              "name": "birthdate",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate",
              "type": "date"
            },
            {
              "name": "gender",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-gender",
              "type": "token"
            },
            {
              "name": "phone",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-phone",
              "type": "token"
            },
            {
              "name": "address-postalcode",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode",
              "type": "string"
            }
          ]
        },
        {
          "type": "Coverage",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Coverage"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "beneficiary",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary",
              "type": "reference"
            },
            {
              "name": "class-type",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-class-type",
              "type": "token"
            },
            {
              "name": "class-value",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-class-value",
              "type": "string"
            },
            {
              "name": "dependent",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-dependent",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-patient",
              "type": "reference"
            },
            {
              "name": "payor",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-payor",
              "type": "reference"
            },
            {
              "name": "policy-holder",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-status",
              "type": "token"
            },
            {
              "name": "subscriber",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://hl7.org/fhir/SearchParameter/Coverage-type",
              "type": "token"
            }
          ]
        },
        {
          "type": "Encounter",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "class",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-type",
              "type": "token"
            }
          ]
        },
        {
          "type": "Location",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Location-identifier",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://hl7.org/fhir/SearchParameter/Location-name",
              "type": "string"
            },
            {
              "name": "address",
              "definition": "http://hl7.org/fhir/SearchParameter/Location-address",
              "type": "string"
            },
            {
              "name": "address-city",
              "definition": "http://hl7.org/fhir/SearchParameter/Location-address-city",
              "type": "string"
            },
            {
              "name": "address-state",
              "definition": "http://hl7.org/fhir/SearchParameter/Location-address-state",
              "type": "string"
            },
            {
              "name": "address-postalcode",
              "definition": "http://hl7.org/fhir/SearchParameter/Location-address-postalcode",
              "type": "string"
            }
          ]
        },
        {
          "type": "Organization",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Organization-identifier",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://hl7.org/fhir/SearchParameter/Organization-name",
              "type": "string"
            },
            {
              "name": "address",
              "definition": "http://hl7.org/fhir/SearchParameter/Organization-address",
              "type": "string"
            }
          ]
        },
        {
          "type": "Practitioner",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name",
              "type": "string"
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_PractitionerRole"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier",
              "type": "token"
            },
            {
              "name": "specialty",
              "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty",
              "type": "token"
            },
            {
              "name": "practitioner",
              "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner",
              "type": "reference"
            }
          ]
        },
        {
          "type": "Medication",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Medication-identifier",
              "type": "token"
            }
          ]
        },
        {
          "type": "MedicationRequest",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest_Injection"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "authoredon",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon",
              "type": "date"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/medications-date",
              "type": "date"
            },
            {
              "name": "category",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-category",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token"
            },
            {
              "name": "requester",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester",
              "type": "reference"
            },
            {
              "name": "jp-medication-start",
              "definition": "http://jpfhir.jp/fhir/core/SearchParameter/JP_MedicationRequest_Start_SP",
              "type": "date"
            }
          ]
        },
        {
          "type": "MedicationDispense",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispense",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispense_Injection"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "whenhandedover",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover",
              "type": "date"
            },
            {
              "name": "whenprepared",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared",
              "type": "date"
            },
            {
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-context",
              "type": "reference"
            }
          ]
        },
        {
          "type": "MedicationAdministration",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationAdministration",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationAdministration_Injection"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "effective-time",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time",
              "type": "date"
            },
            {
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer",
              "type": "reference"
            },
            {
              "name": "request",
              "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request",
              "type": "reference"
            }
          ]
        },
        {
          "type": "Immunization",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Immunization"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date"
            }
          ]
        },
        {
          "type": "Observation",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Common",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_LabResult",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_BodyMeasurement",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_PhysicalExam",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_SocialHistory"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-category",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date"
            },
            {
              "name": "encounter",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter",
              "type": "reference"
            },
            {
              "name": "value-quantity",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity",
              "type": "quantity"
            },
            {
              "name": "value-concept",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept",
              "type": "token"
            },
            {
              "name": "value-string",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-string",
              "type": "string"
            },
            {
              "name": "based-on",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-based-on",
              "type": "reference"
            }
          ]
        },
        {
          "type": "ImagingStudy",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_ImagingStudy_Radiology"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "modality",
              "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality",
              "type": "token"
            },
            {
              "name": "bodysite",
              "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-bodysite",
              "type": "token"
            },
            {
              "name": "started",
              "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-started",
              "type": "date"
            },
            {
              "name": "encounter",
              "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-encounter",
              "type": "reference"
            }
          ]
        },
        {
          "type": "DiagnosticReport",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Common",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_LabResult",
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Radiology"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "based-on",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token"
            },
            {
              "name": "conclusion",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date"
            },
            {
              "name": "encounter",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "issued",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued",
              "type": "date"
            },
            {
              "name": "media",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "performer",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer",
              "type": "reference"
            },
            {
              "name": "result",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result",
              "type": "reference"
            },
            {
              "name": "results-interpreter",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter",
              "type": "reference"
            },
            {
              "name": "specimen",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status",
              "type": "token"
            }
          ]
        },
        {
          "type": "AllergyIntolerance",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_AllergyIntolerance"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "clinical-status",
              "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date"
            },
            {
              "name": "category",
              "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category",
              "type": "token"
            },
            {
              "name": "verification-status",
              "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status",
              "type": "token"
            },
            {
              "name": "criticality",
              "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-type",
              "type": "token"
            }
          ]
        },
        {
          "type": "Condition",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Condition"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "clinical-status",
              "definition": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status",
              "type": "token"
            },
            {
              "name": "onset-date",
              "definition": "http://hl7.org/fhir/SearchParameter/Condition-onset-date",
              "type": "date"
            },
            {
              "name": "category",
              "definition": "http://hl7.org/fhir/SearchParameter/Condition-category",
              "type": "token"
            },
            {
              "name": "verification-status",
              "definition": "http://hl7.org/fhir/SearchParameter/Condition-verification-status",
              "type": "token"
            }
          ]
        },
        {
          "type": "Procedure",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Procedure"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date"
            }
          ]
        },
        {
          "type": "FamilyMemberHistory",
          "supportedProfile": [
            "http://jpfhir.jp/fhir/core/StructureDefinition/JP_FamilyMemberHistory"
          ],
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status",
              "type": "token"
            },
            {
              "name": "relationship",
              "definition": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship",
              "type": "token"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "transaction"
        },
        {
          "code": "batch"
        },
        {
          "code": "search-system"
        },
        {
          "code": "history-system"
        }
      ]
    }
  ]
}