Janus
0.1.1 - ci-build

Janus - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example ActorDefinition: User - JSON Representation

Draft as of 2025-10-07

Raw json | Download

{
  "resourceType" : "ActorDefinition",
  "id" : "AD-User",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n    <div style=\"display: inline-block;\n                background-color: #d9e0e7; \n                padding: 6px; \n                margin: 4px; \n                border: 1px solid #8da1b4;\n                border-radius: 5px; \n                line-height: 60%;\n                width: 100%;\">\n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>ID</b>: AD-User\n            </p>\n        \n        \n\n        \n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>Publisher</b>: Fyrstain\n            </p>\n        \n        \n            <table style=\"width: 100%;\" class=\"grid\">\n                <tr style=\"background-color: #333f4c; color: #ffffff;\">\n                    <th style=\"text-align: center;\"><b>Contact Name</b></th>\n                    <th style=\"text-align: center;\"><b>Contact Points</b></th>\n                </tr>\n                \n                        <tr style=\"background-color: #ffffff;\">\n                        <td> Fyrstain  </td>\n                        <td>\n                            <ul>\n                                \n                                    <li>\n                                    \n                                        <a href=\"http://fyrstain.com\">http://fyrstain.com</a>\n                                    \n                                    </li>\n                                \n                            </ul>\n                        </td>\n                    </tr>\n                \n            </table>\n        \n        \n        \n        \n        \n        \n        \n        \n        \n\n        \n\n        \n        \n        \n            <p style=\"padding-bottom: 0px; margin: 0px;\">\n                <b>Type</b>: Person\n            </p>\n        \n        \n        \n        \n        \n        \n    </div><br/>\n</div>"
  },
  "url" : "http://fyrstain.com/fhir/R4/janus-ig/ActorDefinition/AD-User",
  "version" : "0.1.1",
  "name" : "User",
  "title" : "User",
  "_title" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "lang",
            "valueCode" : "fr-FR"
          },
          {
            "url" : "content",
            "valueString" : "Utilisateur"
          }
        ],
        "url" : "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "status" : "draft",
  "date" : "2025-10-07T10:35:59+02:00",
  "publisher" : "Fyrstain",
  "contact" : [
    {
      "name" : "Fyrstain",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fyrstain.com"
        }
      ]
    }
  ],
  "type" : "person"
}