Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Sep 10, 2024
1 parent a8ede0f commit f779f48
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions input/fsh/profiles/lens.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,22 @@ Description: "Lens Profile"
* identifier contains
gravitateIdentifier 0..1
* identifier[gravitateIdentifier].system = "http://gravitate-health.lst.tfo.upm.es"
* identifier[gravitateIdentifier].value from LensCategories
* identifier[gravitateIdentifier].value from LensCategories (extensible)
* name 1..1 MS //name
* name.extension contains http://hl7.org/fhir/StructureDefinition/translation named translation 0..* MS



* type = #logical-library
* content 1..* MS //code
* content ^short = "The code of the lens - base64"

* purpose 1..1 MS //intent
* purpose ^short = "Intent"
* purpose.extension contains http://hl7.org/fhir/StructureDefinition/translation named translation 0..* MS


* usage 1..1 MS //explanation
* usage ^short = "explanation"
* usage.extension contains http://hl7.org/fhir/StructureDefinition/translation named translation 0..* MS

* parameter 1..* MS //parameters
* relatedArtifact MS //alternative
Expand All @@ -35,6 +40,7 @@ Description: "Lens Profile"
* copyright 1..1 MS
* description 1..1 MS //documentation
* description ^short = "documentation"
* description.extension contains http://hl7.org/fhir/StructureDefinition/translation named translation 0..* MS

* jurisdiction 1..* MS //region
* jurisdiction ^short = "region"
Expand All @@ -46,13 +52,18 @@ Description: "Lens Profile"
* topic MS
* subject[x] MS


* content 1..* MS //code
* content ^short = "The code of the lens - base64"
* content.contentType MS
* content.language MS
* content.data 1..1 MS
* content.hash MS
* content.url MS
* content.creation MS
* content.title MS
//* content.title.extension contains http://hl7.org/fhir/StructureDefinition/translation named translation 0..* MS




0 comments on commit f779f48

Please sign in to comment.