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

FHIR IG analytics

Packagelt.hl7.fhir.base
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: lt

Profile: OrganizationLt

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

active: true

name: Lietuvos Medicinos biblioteka

Contacts

-PurposeTelecomAddress
*work+37061234567Vilniaus g. 1 Vilnius 12345 LT (work)

Lithuanian


Generated Narrative: Organization organization-example

Language: lt

Profile: OrganizationLt

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

active: true

name: Lithuanian Medical Library

Contacts

-PurposeTelecomAddress
*work+37061234567Vilniaus g. 1 Vilnius 12345 LT (work)

Source1

{
  "resourceType": "Organization",
  "id": "organization-example",
  "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": "200935935"
    }
  ],
  "active": true,
  "name": "Lietuvos Medicinos biblioteka",
  "_name": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "lt"
          },
          {
            "url": "content",
            "valueString": "Lithuanian Medical Library"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "code": "work"
          }
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+37061234567",
          "use": "work"
        }
      ],
      "address": {
        "use": "work",
        "type": "both",
        "line": [
          "Vilniaus g. 1"
        ],
        "city": "Vilnius",
        "postalCode": "12345",
        "country": "LT"
      }
    }
  ]
}