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": [
        {
            "url": "useContextGender",
            "valueCodeableConcept": {
                "coding": [
                    {
            "gender"             "display": "Male"
                    },
                    {
                        "code": "F",
                        "display": "Female"
                    }
                ],
                "text": "MMale or Female"
            }
        },
        {
            "url": "useContextAge",
            "valueCodeableConcept": {
                "coding": [
                    {
  "age"                       ]"code": "A",
                "text        "display": "AAdult"
                    },
           },         {
                "valueCodeableConcept": {        "code": "K",
                        "codingdisplay": ["Kid"
                    "age"}
                ],
                "text": "KAdult or Kid"
            }
        },
        {
            "url": "useContextWorkflow",
            "valueCodeableConcept": {
                "coding": [
                    {
                       "workflow" "code": "S",
                        "display": "Surgery"
                    }
                ],
                "text": "SWorkflow Setting"
            }
        },
        {
            "url": "useContextVenue",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "B",
               "venue"         "display": "Both"
                    }
                ],
                "text": "BClinical Venue"
            }
        }
    ]
}