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

FHIR IG Statistics: StructureDefinition/PH_Observation.StructureDefinition

Packageimplementation.guide.nhdr
Resource TypeStructureDefinition
IdPH_Observation.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/StructureDefinition/PH_Observation
URLhttps://example.org/fhir/StructureDefinition/PH_Observation
Statusdraft
NamePH_Observation
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
AddressAddress
Ext_OrganizationExt_Organization
RecordedDateRecordedDate
ValueSet
ObservationMethodObservation Method Value Set
ObservationValueObservation Value Set

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/PH_Observation",
  "name": "PH_Observation",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "definition": "Measurements and simple assertions made about a patient, device or other subject.\nUses: Vital signs such as body weight, blood pressure, and temperature; Laboratory Data like blood glucose, or an estimated GFR; Imaging results like bone density or fetal measurements; Clinical Findings* such as abdominal tenderness; Device measurements such as EKG data or Pulse Oximetry data; Clinical assessment tools such as APGAR or a Glasgow Coma Score; Personal characteristics: such as eye-color; Social history like tobacco use, family support, or cognitive status; Core characteristics like pregnancy status, or a death assertion.\nAlternate Name: Vital Signs; Measurement; Results; Tests"
      },
      {
        "id": "Observation.extension:address",
        "path": "Observation.extension",
        "sliceName": "address",
        "short": "Address where the observation was made",
        "definition": "Address where the observation was made",
        "comment": "This is an extension",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/Address"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.extension:extOrganization",
        "path": "Observation.extension",
        "sliceName": "extOrganization",
        "short": "Health facility where the observation was made",
        "definition": "Health facility where the observation was made",
        "comment": "This is an extension",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/Ext_Organization"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.extension:recordedDate",
        "path": "Observation.extension",
        "sliceName": "recordedDate",
        "short": "Date when the observation was submitted to NHDDR",
        "definition": "Date when the observation was submitted to NHDDR",
        "comment": "This is an extension",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/RecordedDate"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "max": "0"
      },
      {
        "id": "Observation.partOf",
        "path": "Observation.partOf",
        "max": "0"
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "max": "0"
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          },
          {
            "code": "dateTime"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://example.org/fhir/ValueSet/ObservationValue"
        }
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "max": "0"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "binding": {
          "strength": "example",
          "valueSet": "http://example.org/fhir/ValueSet/ObservationMethod"
        }
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "max": "0"
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "max": "0"
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "max": "0"
      }
    ]
  }
}