{
  "resourceType" : "Procedure",
  "id" : "ExampleNeutralBuoyancySession",
  "meta" : {
    "profile" : ["https://mitre.org/fhir/space-health/StructureDefinition/NeutralBuoyancySession"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleNeutralBuoyancySession</b></p><a name=\"ExampleNeutralBuoyancySession\"> </a><a name=\"hcExampleNeutralBuoyancySession\"> </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-NeutralBuoyancySession.html\">Neutral Buoyancy Training Session</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 182813001}\">Training activity</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-06-01 09:00:00+0000</p><p><b>location</b>: <a href=\"Location-NASANeutralBuoyancyLaboratory.html\">Location NASA Neutral Buoyancy Laboratory (NBL)</a></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "182813001",
      "display" : "Training activity"
    }]
  },
  "subject" : {
    "reference" : "Patient/janeway"
  },
  "performedDateTime" : "2025-06-01T09:00:00Z",
  "location" : {
    "reference" : "Location/NASANeutralBuoyancyLaboratory"
  }
}