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

@@ -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"
}