{
  "resourceType": "StructureDefinition",
  "id": "sgrdv-base-book-orienteur-related-person",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-orienteur-related-person",
  "name": "SGRDVBaseBookOrienteurRelatedPerson",
  "title": "Agent de réorientation REO (Base)",
  "status": "draft",
  "experimental": true,
  "description": "Personne qui effectue la réorientation REO. Distinct d'un Practitioner — il s'agit d'un agent administratif d'orientation, pas d'un soignant. Référencée en contained dans la Provenance du $book. RelatedPerson.patient est une logical reference vers le patient (NAM).",
  "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",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.patient.reference",
        "path": "RelatedPerson.patient.reference",
        "max": "0"
      },
      {
        "id": "RelatedPerson.patient.type",
        "path": "RelatedPerson.patient.type",
        "fixedUri": "Patient"
      },
      {
        "id": "RelatedPerson.patient.identifier",
        "path": "RelatedPerson.patient.identifier",
        "min": 1
      },
      {
        "id": "RelatedPerson.patient.identifier.type",
        "path": "RelatedPerson.patient.identifier.type",
        "min": 1
      },
      {
        "id": "RelatedPerson.patient.identifier.type.coding",
        "path": "RelatedPerson.patient.identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "RelatedPerson.patient.identifier.type.coding.system",
        "path": "RelatedPerson.patient.identifier.type.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "id": "RelatedPerson.patient.identifier.type.coding.code",
        "path": "RelatedPerson.patient.identifier.type.coding.code",
        "fixedCode": "NI"
      },
      {
        "id": "RelatedPerson.patient.identifier.system",
        "path": "RelatedPerson.patient.identifier.system",
        "min": 1
      },
      {
        "id": "RelatedPerson.patient.identifier.value",
        "path": "RelatedPerson.patient.identifier.value",
        "min": 1
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.name.family",
        "path": "RelatedPerson.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.name.given",
        "path": "RelatedPerson.name.given",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}