{
  "resourceType" : "Procedure",
  "id" : "ExampleDiveMedicalClearance",
  "meta" : {
    "profile" : ["https://mitre.org/fhir/space-health/StructureDefinition/DiveMedicalClearance"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleDiveMedicalClearance</b></p><a name=\"ExampleDiveMedicalClearance\"> </a><a name=\"hcExampleDiveMedicalClearance\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiveMedicalClearance.html\">Dive Medical Clearance</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 79492003}\">Diving medical examination</span></p><p><b>subject</b>: <a href=\"Patient-janeway.html\">Catherine Janeway  (no stated gender), DoB Unknown</a></p><p><b>performed</b>: 2025-05-15 14:00:00+0000</p><p><b>outcome</b>: <span title=\"Codes:\">Cleared for diving operations</span></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "79492003",
      "display" : "Diving medical examination"
    }]
  },
  "subject" : {
    "reference" : "Patient/janeway"
  },
  "performedDateTime" : "2025-05-15T14:00:00Z",
  "outcome" : {
    "text" : "Cleared for diving operations"
  }
}