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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeStructureDefinition
IdStructureDefinition-RelatedPerson.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot21&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/proifle-relatedPerson
URLhttp://ontariohealth.ca/fhir/ehr/StructureDefinition/proifle-relatedPerson
Statusactive
NameRelatedPersonEHR
TitleRelatedPerson EHR
Realmca
TypeRelatedPerson
Kindresource

Resources that use this resource

StructureDefinition
ca.on.ehr.r4#1.0.0-snapshot21profile-allergyIntoleranceAllergyIntolerance EHR

Resources that this resource uses

StructureDefinition
ca.on.ehr.r4#1.0.0-snapshot21CodeableConcept-oh-ehrCodeableConcept EHR
ca.on.ehr.r4#1.0.0-snapshot21profile-patientPatient EHR

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "structuredefinition-related-person",
  "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/proifle-relatedPerson",
  "name": "RelatedPersonEHR",
  "title": "RelatedPerson EHR",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.patient.reference",
        "path": "RelatedPerson.patient.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "RelatedPerson.relationship.coding.display.extension:translation",
        "path": "RelatedPerson.relationship.coding.display.extension",
        "sliceName": "translation"
      },
      {
        "id": "RelatedPerson.relationship.coding.display.extension:translation.extension",
        "path": "RelatedPerson.relationship.coding.display.extension.extension",
        "min": 2
      }
    ]
  }
}