Request

OperationupdateCreate ActivityDefinition
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/ActivityDefinition/95df7c4a991d41db93771c5573bf18ce
ResourceActivityDefinitionId95df7c4a991d41db93771c5573bf18ce
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "ActivityDefinition",
  "id" : "95df7c4a991d41db93771c5573bf18ce",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - ActvityDefinition: zika-virus-exposure-assessment</p></div>"
  },
  "url" : "http://example.org/ActivityDefinition/administer-zika-virus-exposure-assessment",
  "identifier" : [ {
    "system" : "urn:oid:0.1.2.3.4.5.6.7",
    "value" : "02118670-310"
  } ],
  "name" : "AdministerZikaVirusExposureAssessment",
  "status" : "draft",
  "description" : "Administer Zika Virus Exposure Assessment",
  "useContext" : [ {
    "code" : {
      "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
      "code" : "age"
    },
    "valueRange" : {
      "low" : {
        "value" : 12,
        "unit" : "a"
      }
    }
  } ],
  "relatedArtifact" : [ {
    "type" : "derived-from",
    "url" : "https://www.cdc.gov/zika/hc-providers/pregnant-woman.html"
  } ],
  "kind" : "ServiceRequest",
  "code" : {
    "coding" : [ {
      "system" : "http://example.org/questionnaires",
      "code" : "zika-virus-exposure-assessment"
    } ]
  },
  "timingAge" : {
    "value" : 12,
    "unit" : "yr",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "participant" : [ {
    "type" : "practitioner"
  } ]
}