Skip to content

Commit

Permalink
auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali authored and GitHub Actions Bot committed Jan 18, 2024
1 parent 4b3bb3b commit b7e7153
Showing 1 changed file with 80 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"resourceType": "StructureDefinition",
"id": "ISiKStandort",
"url": "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKStandort",
"version": "4.0.0-rc",
"name": "ISiKStandort",
"status": "draft",
"experimental": false,
"date": "2024-01-16",
"publisher": "gematik GmbH",
"description": "Dieses Profil dient der strukturierten Erfassung von Standortangaben eines Krankenhauses oder von Organisationseinheiten innerhalb eines Krankenhauses in ISiK-Szenarien.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Location",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Location.identifier",
"path": "Location.identifier",
"mustSupport": true
},
{
"id": "Location.name",
"path": "Location.name",
"mustSupport": true
},
{
"id": "Location.mode",
"path": "Location.mode",
"patternCodeableConcept": {
"coding": [
{
"code": "instance",
"system": "http://hl7.org/fhir/location-mode"
}
]
},
"mustSupport": true
},
{
"id": "Location.address",
"path": "Location.address",
"mustSupport": true
},
{
"id": "Location.physicalType",
"path": "Location.physicalType",
"min": 1,
"mustSupport": true
},
{
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"min": 1,
"mustSupport": true
},
{
"id": "Location.partOf",
"path": "Location.partOf",
"min": 1,
"mustSupport": true
}
]
}
}

0 comments on commit b7e7153

Please sign in to comment.