FHIR IG analytics| Package | lt.hl7.fhir.base |
| Resource Type | Organization |
| Id | Organization-organization-example.json |
| FHIR Version | R5 |
No resources found
No resources found
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
| Purpose | Telecom | Address |
| work | +37061234567 | Vilniaus 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
| Purpose | Telecom | Address |
| work | +37061234567 | Vilniaus g. 1 Vilnius 12345 LT (work) |
{
"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"
}
}
]
}