{

"resourceType": "BodyStructure",
"id": "skin-patch",
"identifier": [
  {
    "system": "http://goodhealth.org/bodystructure/identifiers",
    "value": "12345"
  }
],
"active": false,
"morphology": {
  "text": "Skin patch"
},
"location": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "14975008",
      "display": "Forearm"
    }
  ],
  "text": "Forearm"
},
"locationQualifier": [
  {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "419161000",
        "display": "Unilateral left"
      }
    ],
    "text": "Left"
  },
  {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "263929005",
        "display": "Volar"
      }
    ],
    "text": "Volar"
  }
],
"description": "inner surface (volar) of the left forearm",
"patient": {
  "reference": "Patient/example"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}