FHIR IG analytics| Package | hl7.fhir.uv.ehrs-rle.r4 |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-conformance-ehrs-rle.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification.
| Mode | CLIENT |
| Description | Conformant systems must record [[Provenance]] records on all Create, Update and Delete actions on any resource other than Provenance or AuditEvent. Conformant systems must record [[AuditEvent]] records on all Create, Update and Delete actions as well as all GET operations (read, search, etc.) |
| Transaction | |
| System History | |
| System Search |
| Resource Type | Profile | Read | Search | Update | Create |
|---|---|---|---|---|---|
| Provenance | http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance | y | |||
| AuditEvent | http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent | y |
{
"resourceType": "CapabilityStatement",
"id": "conformance-ehrs-rle",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/ehrs-rle"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/ehrs-rle/CapabilityStatement/conformance-ehrs-rle",
"version": "1.0.0-ballot",
"name": "EHRSFunctionalModelRecordLifecycleEventsCapabilityStatement",
"title": "EHRS Functional Model - Record Lifecycle Events Capability Statement",
"status": "draft",
"date": "2014-12-06",
"publisher": "Health Level Seven International - Electronic Health Record Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/ehr"
}
]
}
],
"description": "This profile defines the expected capabilities of an ''Electronic Health Record System'' when conforming to the EHRS functional model's Record Lifecycle specification.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"xml",
"json"
],
"rest": [
{
"mode": "client",
"documentation": "Conformant systems must record [[Provenance]] records on all Create, Update and Delete actions on any resource other than Provenance or AuditEvent. Conformant systems must record [[AuditEvent]] records on all Create, Update and Delete actions as well as all GET operations (read, search, etc.)",
"security": {
"description": "Any security rules??"
},
"resource": [
{
"type": "Provenance",
"profile": "http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows defining a new data element. Repositories requiring curation of submitted data elements may require all new data elements to have a status of 'draft'."
}
]
},
{
"type": "AuditEvent",
"profile": "http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create",
"documentation": "Allows defining a new data element. Repositories requiring curation of submitted data elements may require all new data elements to have a status of 'draft'."
}
]
}
]
}
]
}