set up example of actor URL mapping

This commit is contained in:
Grahame Grieve 2024-04-04 23:06:59 +11:00
parent 5b25ff46e7
commit b296a0cbfa
3 changed files with 21 additions and 0 deletions

View File

@ -11,6 +11,9 @@ test comment for display
<profile value="http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"/>
</meta>
<status value="final"/>
<subject>
<reference value="http://somewhere.else.org/pas/server/Patient/example"/>
</subject>
<code>
<coding>
<system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>

View File

@ -83,6 +83,9 @@
</reference>
</resource> -->
<resource>
<extension url="http://hl7.org/fhir/tools/StructureDefinition/ig-example-actor">
<valueCanonical value="http://somewhere.org/fhir/uv/myig/ActorDefinition/example"/>
</extension>
<reference>
<reference value="Patient/example"/>
</reference>

View File

@ -0,0 +1,15 @@
{
"resourceType" : "ActorDefinition",
"id" : "example",
"extension" : [{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/ig-actor-example-url",
"valueUrl" : "http://somewhere.else.org/pas/server"
}],
"url" : "http://somewhere.org/fhir/uv/myig/ActorDefinition/example",
"name" : "ExampleServer",
"title" : "Example Server",
"status" : "active",
"date" : "2021-11-02T14:31:30.239Z",
"description" : "Client Actor",
"type" : "system"
}