FHIR IG Statistics: StructureDefinition/be9c916a-f251-44b7-851e-e6705a6ca14c
Resources that use this resource
StructureDefinition |
MeinPatient | Profil für Resource Patient |
Resources that this resource uses
StructureDefinition |
planet | PlanetUFP |
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "be9c916a-f251-44b7-851e-e6705a6ca14c",
"meta": {
"lastUpdated": "2021-07-28T09:10:53.916+00:00"
},
"url": "http://rmy-example.de/fhir/StructureDefinition/MeineAdresse",
"name": "MeineAdresse",
"title": "Profil für den Datentyp Adresse",
"status": "draft",
"date": "2021-07-28T09:07:18.7250615+00:00",
"description": "Das ist ein Profil des Datentyps \"Adresse\"",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "servd",
"uri": "http://www.omg.org/spec/ServD/1.0/",
"name": "ServD"
},
{
"identity": "vcard",
"uri": "http://w3.org/vcard",
"name": "vCard Mapping"
}
],
"kind": "complex-type",
"abstract": false,
"type": "Address",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Address.extension",
"path": "Address.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
}
},
{
"id": "Address.extension:planet",
"path": "Address.extension",
"sliceName": "planet",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://fhir.ufp/StructureDefinition/planet"
]
}
]
},
{
"id": "Address.line",
"path": "Address.line",
"min": 1,
"max": "1"
},
{
"id": "Address.city",
"path": "Address.city",
"min": 1
}
]
}
}