FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/bc-riskassessment-focus

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeStructureDefinition
Idbc-riskassessment-focus
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3-rc7&canonical=http://nictiz.nl/fhir/StructureDefinition/bc-riskassessment-focus
URLhttp://nictiz.nl/fhir/StructureDefinition/bc-riskassessment-focus
Version1.3.2
Statusactive
Namebc-riskasssessment-focus
Titlebc-riskasssessment-focus
Realmnl
DescriptionFocus on a RiskAssessment
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "bc-riskassessment-focus",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bc-riskassessment-focus",
  "version": "1.3.2",
  "name": "bc-riskasssessment-focus",
  "title": "bc-riskasssessment-focus",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Focus on a RiskAssessment",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "RiskAssessment"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/riskassessment-focus"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.valueReference",
        "sliceName": "valueReference",
        "short": "focus",
        "definition": "The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.",
        "comment": "Typically, an observation is made about the subject - a patient, or group of patients, location, or device - and the distinction between the subject and what is directly measured for an observation is specified in the observation code itself ( e.g., \"Blood Glucose\") and does not need to be represented separately using this element. Use specimen if a reference to a specimen is required. If a code is required instead of a resource use either bodysite for bodysites or the standard extension focusCode.",
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}