FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeOrganization
IdOrganization-organization-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: Organization organization-example

Language: en

Profile: OrganizationLt

identifier: https://registrai.lt/jar/123456789

active: true

name: Vilnius Heart Clinic


Lithuanian


Generated Narrative: Organization organization-example

Language: en

Profile: OrganizationLt

identifier: https://registrai.lt/jar/123456789

active: true

name: Vilnius Heart Clinic


Source1

{
  "resourceType": "Organization",
  "id": "organization-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/organization-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://registrai.lt/jar",
      "value": "123456789"
    }
  ],
  "active": true,
  "name": "Vilnius Heart Clinic"
}