FHIR IG Statistics: CapabilityStatement/jp-server-capabilitystatement
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}