{
  "resourceType": "StructureDefinition",
  "id": "652a3c99-0691-4f50-a03a-afb6e5fc9325",
  "meta": {
    "lastUpdated": "2020-12-03T07:52:07.83+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/PRSBCPRDecision",
  "name": "PRSBCPRDecision",
  "status": "draft",
  "date": "2020-12-02T21:09:44.842331+00:00",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://example.org/fhir/StructureDefinition/CPRDecision",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "CPRDecision",
        "path": "CPRDecision",
        "definition": "Whether a decision has been made, the decision, who made the decision, the date of decision, date for review and location of documentation. Where the person or their family member/carer have not been informed of the clinical decision please state the reason why.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "CPRDecision.cpr_decision",
        "path": "CPRDecision.cpr_decision",
        "definition": "SNOMED CT: - 450475007 | For cardiopulmonary resuscitation (finding) |, 450476008 | Not for cardiopulmonary resuscitation (finding) |\r\n\r\nOR\r\n\r\nFree Text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "CPRDecision.date",
        "path": "CPRDecision.date",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/date"
            ]
          }
        ]
      },
      {
        "id": "CPRDecision.location",
        "path": "CPRDecision.location",
        "definition": "The location where the cardio-pulmonary resuscitation decision was made.\r\n\r\nNHS data dictionary: - Organisation data service\r\n\r\nOR \r\n\r\nFree text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      },
      {
        "id": "CPRDecision.date_for_review",
        "path": "CPRDecision.date_for_review",
        "definition": "The date for review of CPR decision.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/date"
            ]
          }
        ]
      },
      {
        "id": "CPRDecision.location_of_document",
        "path": "CPRDecision.location_of_document",
        "definition": "The location of the CPR decision document\r\nFree text or URL",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/string"
            ]
          }
        ]
      },
      {
        "id": "CPRDecision.performing_professional",
        "path": "CPRDecision.performing_professional",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "CPRDecision.person_completing_record",
        "path": "CPRDecision.person_completing_record",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ]
      }
    ]
  }
}