openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: GeneralConsultationService - JSON Representation

Active as of 2020-01-01

Raw json | Download


{
  "resourceType" : "ActivityDefinition",
  "id" : "GeneralConsultationService",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-activitiy-definition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"GeneralConsultationService\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-activitiy-definition.html\">openIMIS ActivityDefinition</a></p></div><p><b>Unit Price (Medication|ActivityDefinition)</b>: <span title=\"Euro\">€40.00</span> (EUR)</p><p><b>url</b>: <code>https://openimis.github.io/openimis_fhir_r4_ig/ActivityDefinition/GeneralConsultationService</code></p><p><b>identifier</b>: Unique code: A1, UUID unique identifier: db2c3a6c-af07-49bd-8f6a-96aa1fc2bcf9</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: A1</p><p><b>title</b>: General Consultation</p><p><b>status</b>: active</p><p><b>date</b>: 2020-01-01</p><p><b>publisher</b>: openIMIS Initiative</p><p><b>contact</b>: openIMIS Initiative: <a href=\"https://www.openimis.org\">https://www.openimis.org</a>, Dragos Dobre: <a href=\"mailto:[email protected]\">[email protected]</a></p><p><b>topic</b>: Preventive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-activity-definition-service-type.html\">Service Type (ActivityDefinition)</a>#P)</span></p><p><b>timing</b>: Do Once per 0 days</p></div>"
  },
  "extension" : [
    {
      "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/unit-price",
      "valueMoney" : {
        "value" : 40,
        "currency" : "EUR"
      }
    }
  ],
  "url" : "https://openimis.github.io/openimis_fhir_r4_ig/ActivityDefinition/GeneralConsultationService",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "Code"
          }
        ]
      },
      "value" : "A1"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "UUID"
          }
        ]
      },
      "value" : "db2c3a6c-af07-49bd-8f6a-96aa1fc2bcf9"
    }
  ],
  "version" : "1.0.0",
  "name" : "A1",
  "title" : "General Consultation",
  "status" : "active",
  "date" : "2020-01-01",
  "publisher" : "openIMIS Initiative",
  "contact" : [
    {
      "name" : "openIMIS Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.openimis.org"
        }
      ]
    },
    {
      "name" : "Dragos Dobre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "[email protected]",
          "use" : "work"
        }
      ]
    }
  ],
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "venue",
        "display" : "Clinical Venue"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code" : "AMB",
            "display" : "ambulatory"
          }
        ]
      }
    },
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "gender",
        "display" : "Gender"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "male",
            "display" : "Male"
          },
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "female",
            "display" : "Female"
          }
        ]
      }
    },
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "age",
        "display" : "Age"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type",
            "code" : "adult",
            "display" : "Adult"
          },
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type",
            "code" : "child",
            "display" : "Child"
          }
        ]
      }
    }
  ],
  "topic" : [
    {
      "coding" : [
        {
          "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/activity-definition-service-type",
          "code" : "P",
          "display" : "Preventive"
        }
      ]
    }
  ],
  "timingTiming" : {
    "repeat" : {
      "frequency" : 1,
      "period" : 0,
      "periodUnit" : "d"
    }
  }
}