Skip to content

Commit

Permalink
Merge pull request #36 from openhie/specimen-identifier-fix
Browse files Browse the repository at this point in the history
Temporary
  • Loading branch information
rmrlangford authored Sep 14, 2023
2 parents dc2b37b + abed4db commit f8cf125
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/fsh/examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -179,25 +179,25 @@ Title: "Viral Load Specimen"
Description: "Represents the VL test sample that was collected for the service request."
* extension[SampleReordered].valueBoolean = false
* identifier[appSampleCode].value = "abc123"
* identifier[appSampleCode].system = "http://openhie.org/fhir/rwanda-hiv/identifier/app-sample-code" (exactly)
* identifier[appSampleCode].system = "http://openhie.org/fhir/rwanda-hiv/identifier/app-sample-code"
* identifier[appSampleCode].type.coding.code = #USID
* identifier[appSampleCode].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[appSampleCode].type.coding.display = "Unique Specimen ID"
* identifier[appSampleCode].type.text = "App sample identifier"
* identifier[remoteSampleCode].value = "def456"
* identifier[remoteSampleCode].system = "http://openhie.org/fhir/rwanda-hiv/identifier/remote-sample-code" (exactly)
* identifier[remoteSampleCode].system = "http://openhie.org/fhir/rwanda-hiv/identifier/remote-sample-code"
* identifier[remoteSampleCode].type.coding.code = #USID
* identifier[remoteSampleCode].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[remoteSampleCode].type.coding.display = "Unique Specimen ID"
* identifier[remoteSampleCode].type.text = "Remote sample identifier"
* identifier[sampleCode].value = "ghi789"
* identifier[sampleCode].system = "http://openhie.org/fhir/rwanda-hiv/identifier/sample-code" (exactly)
* identifier[sampleCode].system = "http://openhie.org/fhir/rwanda-hiv/identifier/sample-code"
* identifier[sampleCode].type.coding.code = #USID
* identifier[sampleCode].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[sampleCode].type.coding.display = "Unique Specimen ID"
* identifier[sampleCode].type.text = "Sample identifier"
* identifier[uniqueId].value = "123456abc"
* identifier[uniqueId].system = "http://openhie.org/fhir/rwanda-hiv/identifier/uniqueID" (exactly)
* identifier[uniqueId].system = "http://openhie.org/fhir/rwanda-hiv/identifier/uniqueID"
* identifier[uniqueId].type.coding.code = #PLAC
* identifier[uniqueId].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
* identifier[uniqueId].type.coding.display = "Placer Identifier"
Expand Down

0 comments on commit f8cf125

Please sign in to comment.