CH VACD (R4)
1.0.0 - STU 2 Ballot

This page is part of the CH VACD (R4) (v1.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: 5.5 Organization (Recommendation Request/Response) - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "5-5-Organization",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 2010000000041</p><p><b>name</b>: Praxis Demo</p><p><b>address</b>: 3456 CH </p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "2010000000041"
    }
  ],
  "name" : "Praxis Demo",
  "address" : [
    {
      "id" : "12-3-Address",
      "postalCode" : "3456",
      "country" : "CH"
    }
  ]
}