Skip to content

Commit

Permalink
Merge pull request #26 from jembi/hpv
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
rmrlangford authored Feb 18, 2024
2 parents 52e6372 + 856578c commit 5ab649c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions input/fsh/generic-examples.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Instance: ImmunizationPatientExample
InstanceOf: ImmunizationPatient
Usage: #example
Title: "Generic Example - Immunization Patient"
Title: "Generic Immunization Patient"
Description: "Is used to document demographics and other administrative information about an individual receiving care or other health-related services."
* identifier[NRC][+].value = "999999/99/9"
* identifier[NRC][=].system = "http://openhie.org/fhir/zambia-immunizations/identifier/patient-nrc"
Expand All @@ -28,7 +28,7 @@ Description: "Is used to document demographics and other administrative informat
Instance: OrganizationExample
InstanceOf: ServiceProvider
Usage: #example
Title: "Generic Example - Healthcare Service Provider"
Title: "Healthcare Service Provider"
Description: "An organization that provides healthcare services."
* identifier[XX].value = "facility-1"
* identifier[XX].system = "http://openhie.org/fhir/zambia-immunizations/identifier/healthcare-service-provider"
Expand Down
8 changes: 4 additions & 4 deletions input/fsh/generic.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Description: "Is used to document demographics and other administrative informat
Profile: ServiceProvider
Parent: Organization
Id: healthcare-service-provider
Title: "Generic Healthcare Service Provider Profile"
Title: "Healthcare Service Provider Profile"
Description: "An organization that provides healthcare services."
* identifier 0..*
* identifier ^definition =
Expand All @@ -81,7 +81,7 @@ Description: "An organization that provides healthcare services."
Profile: RelationToPatient
Parent: RelatedPerson
Id: relation-to-patient
Title: "Generic Relation to Patient Profile"
Title: "Relation to Patient Profile"
Description: "This profile acts as a base profile from which more specific RelatedPerson profiles can be derived."
* identifier 0..* MS
* identifier ^definition =
Expand Down Expand Up @@ -132,7 +132,7 @@ Description: "This profile acts as a base profile from which more specific Relat
Profile: GuardianRelatedPerson
Parent: RelationToPatient
Id: guardian-relation-to-patient
Title: "Generic Guardian Relation to Patient Profile"
Title: "Guardian Relation to Patient Profile"
Description: "A guardian to the patient."
* relationship 1..1
* relationship = $PARENT_RELATIONSHIP_CODES#GUARD
Expand All @@ -143,7 +143,7 @@ Description: "A guardian to the patient."
Profile: TargetFacilityEncounter
Parent: Encounter
Id: target-facility-encounter
Title: "Generic Target Facility Encounter"
Title: "Target Facility Encounter"
Description: "Represents the current facility at which the patient is receiving health services."
* status 1..1
* class 1..1
Expand Down

0 comments on commit 5ab649c

Please sign in to comment.