Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "resourceType": "ActivityDefinition",
    "date": "2017-01-01T00:00:00",
    "extension": [
        {
            "url": "unitPrice",
            "valueMoney": {
                "currency": "$",
                "value": 21000.0
            }
        },
        {
            "url": "frequency",
            "valueInteger": 0
        }
    ],
    "id": "503DBA38-D28C-4FCC-BC3B-EA912982911B",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "503DBA38-D28C-4FCC-BC3B-EA912982911B"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "SC",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "M1"
        }
    ],
    "name": "M1",
    "status": "active",
    "title": "OBG Cervical Cerclage - Shrodikar",
    "topic": [
        {
            "coding": [
                {
                    "code": "DefinitionTopic",
                    "system": "http://terminology.hl7.org/CodeSystem/definition-topic"
                }
            ],
            "text": "C"
        }
    ],
    "useContext": [
        {
            "urlcode": {
                "code": "useContextGender"useContextVenue"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "FB",
                        "display": "FemaleBoth"
                    }
                ],
                "text": "MaleClinical or FemaleVenue"
            }
        },
        {
            "urlcode": "useContextAge"{
                "code": "useContextVenue"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "AB",
                        "display": "AdultBoth"
                    },
                ],
    {            "text": "Clinical Venue"
          "code": "K", }
        },
        {
     "display": "Kid"                     }
             "code": {
  ],                 "textcode": "Adult or Kid"
            }
        },
        {useContextVenue"
            "url": "useContextWorkflow"},
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "SB",
                        "display": "SurgeryBoth"
                    }
                ],
                "text": "WorkflowClinical SettingVenue"
            }
        },
        {
            "code": {
                "urlcode": "useContextVenue"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "B",
                        "display": "Both"
                    }
                ],
                "text": "Clinical Venue"
            }
        }
    ]
}

...