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

FHIR IG analytics

Packageca.on.hrm.r4
Resource TypeStructureDefinition
IdStructureDefinition-ca-on-hrm-profile-patient-submission.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.hrm.r4@1.0.1-snapshot1&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-hrm-profile-patient-submission
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-hrm-profile-patient-submission
Statusactive
NameHRMProfilePatientSubmission
TitleHRM Patient Profile (Submission)
Realmca
DescriptionHRM Patient Profile (Submission)
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
ca-on-hrm-profile-composition-submissionHRM Composition Profile (Submission)
ca-on-hrm-profile-condition-submissionHRM Condition Profile (Submission)
ca-on-hrm-profile-diagnosticReport-submissionHRM DiagnosticReport Profile (Submission)
ca-on-hrm-profile-encounter-submissionHRM Encounter Profile (Submission)
ca-on-hrm-profile-serviceRequest-submissionHRM ServiceRequest Profile (Submission)

Resources that this resource uses

StructureDefinition
profile-patientPatient EHR

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-hrm-profile-patient-submission",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-hrm-profile-patient-submission",
  "name": "HRMProfilePatientSubmission",
  "title": "HRM Patient Profile (Submission)",
  "status": "active",
  "description": "HRM Patient Profile (Submission)",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier"
      },
      {
        "id": "Patient.identifier.type",
        "path": "Patient.identifier.type",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.type.coding",
        "path": "Patient.identifier.type.coding",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.type.coding.system",
        "path": "Patient.identifier.type.coding.system",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.type.coding.code",
        "path": "Patient.identifier.type.coding.code",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.system",
        "path": "Patient.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.value",
        "path": "Patient.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1
      },
      {
        "id": "Patient.telecom.system",
        "path": "Patient.telecom.system",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      },
      {
        "id": "Patient.address.use",
        "path": "Patient.address.use",
        "min": 1
      }
    ]
  }
}