Example JSON

Example data record:

{
"resourceType": "Organization",
"meta": {
"profile": [
"http://dedalus-group.com/fhir/StructureDefinition/Organization"
]
},
{
"system": "http://fhir.de/NamingSystem/arge-ik/iknr",
"value": "756756324"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins"
}
]
}
],
"name": "Krankenkasse A",
"telecom": [
{
"system": "phone",
"value": "+31107040704",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"Musterstrasse 1"
],
"city": "Kassenstadt",
"postalCode": "12345",
"country": "D"
}
]
}