{
  "resourceType" : "Observation",
  "id" : "PlaceOfInjury-Example1",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-place-of-injury"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation PlaceOfInjury-Example1</b></p><a name=\"PlaceOfInjury-Example1\"> </a><a name=\"hcPlaceOfInjury-Example1\"> </a><a name=\"PlaceOfInjury-Example1-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11376-1}\">Injury location</span></p><p><b>subject</b>: NCHS generated</p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA14084-0}\">Home</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "11376-1"
    }]
  },
  "subject" : {
    "display" : "NCHS generated"
  },
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "LA14084-0",
      "display" : "Home"
    }]
  }
}