OneAquaHealth Project
0.1.0-ci-build - ci-build 150

OneAquaHealth Project, published by OneAquaHealth Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/oah/ and changes regularly. See the Directory of published versions

: Location - Almyros Stream - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "Almyros",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Almyros</b></p><a name=\"Almyros\"> </a><a name=\"hcAlmyros\"> </a><p><b>identifier</b>: <code>https://oneaquahealth.eu/location-id</code>/almyros</p><p><b>name</b>: Almyros</p><p><b>description</b>: Almyros Stream, Crete, Greece</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 420531007}\">River</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://oneaquahealth.eu/location-id",
      "value" : "almyros"
    }
  ],
  "name" : "Almyros",
  "description" : "Almyros Stream, Crete, Greece",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "420531007",
          "display" : "River"
        }
      ]
    }
  ]
}