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