Trillium II Implementation Guide Implementation Guide CI Build

Publish Box goes here

JSON Format: Organization-enc-1

Raw json

{
  "resourceType" : "Organization",
  "id" : "enc-1",
  "meta" : {
    "profile" : [
      "http://hl7.eu/fhir/trillium2/StructureDefinition/Organization-observation-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: enc-1</p><p><b>meta</b>: </p><p><b>name</b>: Some Emergency Department</p><p><b>address</b>: 123 Street Address Sometown Somecountry </p></div>"
  },
  "name" : "Some Emergency Department",
  "address" : [
    {
      "line" : [
        "123 Street Address"
      ],
      "city" : "Sometown",
      "country" : "Somecountry"
    }
  ]
}