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

FHIR IG analytics

Packagelt.hl7.fhir.lifestyle
Resource TypeOrganization
IdOrganization-example-organization.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 example-organization

Language: lt

Profile: OrganizationLt

identifier: http://esveikata.lt/classifiers/Identifier/JAR/123456789 (use: official, )

active: true

name: Vilniaus miesto ligoninė

Contacts

-PurposeTelecomAddress
*work+37061234567Gedimino pr. 1 Vilnius 01103 LT (work)

Lithuanian


Generated Narrative: Organization example-organization

Language: lt

Profile: OrganizationLt

identifier: http://esveikata.lt/classifiers/Identifier/JAR/123456789 (use: official, )

active: true

name: Vilniaus miesto ligoninė

Contacts

-PurposeTelecomAddress
*work+37061234567Gedimino pr. 1 Vilnius 01103 LT (work)

Source1

{
  "resourceType": "Organization",
  "id": "example-organization",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/organization-lt"
    ]
  },
  "language": "lt",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://esveikata.lt/classifiers/Identifier/JAR",
      "value": "123456789"
    }
  ],
  "active": true,
  "name": "Vilniaus miesto ligoninė",
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "code": "work"
          }
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+37061234567",
          "use": "work"
        }
      ],
      "address": {
        "use": "work",
        "type": "both",
        "line": [
          "Gedimino pr. 1"
        ],
        "city": "Vilnius",
        "postalCode": "01103",
        "country": "LT"
      }
    }
  ]
}