FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeStructureDefinition
IdStructureDefinition-profile-iar-account.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-account
URLhttp://ontariohealth.ca/fhir/iar/StructureDefinition/profile-account
Statusactive
NameAccountIAR
TitleAccount IAR
Realmca
Authorityhl7
DescriptionA contained resource within the Encounter representing charges and payments associated with the patient’s encounter.
TypeAccount
Kindresource

Resources that use this resource

StructureDefinition
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devprofile-encounterEncounter IAR

Resources that this resource uses

StructureDefinition
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devprofile-coverageCoverage IAR
ValueSet
hl7.terminology#currentv3-ActCodev3 Code System ActCode

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-account",
  "name": "AccountIAR",
  "title": "Account IAR",
  "status": "active",
  "description": "A contained resource within the Encounter representing charges and payments associated with the patient’s encounter.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Account",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Account.id",
        "path": "Account.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Account.status",
        "path": "Account.status",
        "mustSupport": true
      },
      {
        "id": "Account.type",
        "path": "Account.type",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode"
        }
      },
      {
        "id": "Account.coverage",
        "path": "Account.coverage",
        "mustSupport": true
      },
      {
        "id": "Account.coverage.coverage",
        "path": "Account.coverage.coverage",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-coverage"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}