Skip to content

Commit

Permalink
Merge pull request #19 from jembi/education-level-structure-map
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
rmrlangford authored Feb 7, 2024
2 parents 6756207 + 41c8ad4 commit f84ec31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions input/fsh/examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ Description: "An organization that provides healthcare services."
* identifier[XX].type.coding.code = #XX
* identifier[XX].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[XX].type.text = "Healthcare service provider identifier"
* type.coding.system = "http://terminology.hl7.org/CodeSystem/organization-type"
* type.coding.code = #prov
* type = $LNC#LA30302-6
* name = "Facility one"

Instance: ChiefAtBirthRelatedPersonExample
Expand Down Expand Up @@ -240,8 +239,7 @@ Description: "A company that provides insurance to its subscribers that may incl
* identifier[XX].type.coding.code = #XX
* identifier[XX].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[XX].type.text = "Medical insurance company identifier"
* type.coding.system = "http://terminology.hl7.org/CodeSystem/organization-type"
* type.coding.code = #ins
* type = $LNC#64290-0
* name = "Medical Insurance Company 1"

Instance: MedicalInsuranceExample
Expand Down
8 changes: 3 additions & 5 deletions input/fsh/smartcare.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Description: "A patient's highest education level attained"
* valueCodeableConcept 1..1
* value[x] only CodeableConcept
* valueCodeableConcept.text 1..1
* valueCodeableConcept from VSProprietaryEducationLevelAttained (required)
* valueCodeableConcept from VSProprietaryEducationLevelAttained (extensible)

Profile: TargetFacilityEncounter
Parent: Encounter
Expand Down Expand Up @@ -363,8 +363,7 @@ Description: "A company that provides insurance to its subscribers that may incl
* identifier[XX].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[XX].type.text = "Medical insurance company identifier"
* type 1..1
* type.coding.system = "http://terminology.hl7.org/CodeSystem/organization-type"
* type.coding.code = #ins
* type = $LNC#64290-0
* name 1..1

Profile: ServiceProvider
Expand All @@ -388,8 +387,7 @@ Description: "An organization that provides healthcare services."
* identifier[XX].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[XX].type.text = "Healthcare service provider identifier"
* type 1..1
* type.coding.system = "http://terminology.hl7.org/CodeSystem/organization-type"
* type.coding.code = #prov
* type = $LNC#LA30302-6
* name 1..1

Profile: Vaccines
Expand Down

0 comments on commit f84ec31

Please sign in to comment.